@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --global-font-family:  "Inter", sans-serif;
  --global-font-family-2:  "Anton", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #58554f;
  --global-background-color: #FCFCFC;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FCFCFC;
}

::-webkit-scrollbar-thumb {
  background: #58554f;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #F8BD00;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #F8BD00;
  color: #fff;
}

body ::selection {
  background-color: #F8BD00;
  color: #fff;
}

body .container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #F8BD00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body header#masthead .top-bar {
  padding: 0.5rem 0;
  background: #1A1A1A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar .flex-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header#masthead .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  list-style: none;
}

body header#masthead .top-bar ul li {
  list-style: none;
  color: #FFF;
}

body header#masthead .top-bar ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul li a:hover {
  color: #F8BD00;
}

body header#masthead .top-bar ul li span {
  color: #fff;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .header-main {
  padding: 0.375rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body header#masthead .header-main .logo img {
  width: 100%;
  height: auto;
  max-width: 110px !important;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.875rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -0.35em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #F8BD00;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.6rem 0;
  font-weight: 500;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  background: rgba(248, 189, 0, 0.05);
  color: #F8BD00;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #fff;
  font-weight: 400;
  background: #000;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #fff;
  background: #000;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a {
  padding-right: 1.45rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #F8BD00;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #F8BD00;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: #F8BD00;
  color: #000;
  border: 1px solid #F8BD00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.72rem 1.2rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
}

body header#masthead .header-main .btn a i {
  font-size: 0.9rem;
}

body header#masthead .header-main .btn a:hover {
  background: #000;
  color: #F8BD00;
  border-color: #000;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
  padding: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .border-img img {
  border-radius: 2rem;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: rgba(255, 255, 255, 0.8) !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .main-head {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  color: #000;
  margin-bottom: 1.167rem;
  line-height: 1;
}

body #content .main-head b {
  color: #F8BD00;
  font-weight: 400;
}

body #content .sub-head {
  font-size: 0.925rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #F8BD00;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
}

body #content .txt p strong {
  font-weight: 700;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: linear-gradient(135deg, #F26B3A 0%, #F8BD00 100%);
  color: #fff;
  border: 1px solid #F8BD00;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #F8BD00;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: linear-gradient(135deg, #E55A2E 0%, #C61010 100%);
  color: #fff;
  border-color: #C61010;
}

body #content .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8BD00;
  color: #000 !important;
  border: 1px solid #F8BD00;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.92rem 2.6rem 0.92rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .btn-arrow a:hover {
  background: #ffd643;
  border-color: #ffd643;
  color: #000 !important;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  padding: 0.92rem 1.4rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .btn-2 a:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

body #content .page-header-sec {
  background: linear-gradient(135deg, oklch(14% 0.005 80) 0%, oklch(22% 0.01 80) 60%, oklch(32% 0.04 86) 100%);
}

body #content .page-header-sec .main-head {
  font-size: 5rem;
}

body #content .hero-sec {
  position: relative;
  min-height: clamp(36rem, 88vh, 56rem);
  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;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: radial-gradient(circle at 22% 28%, rgba(248, 189, 0, 0.16), transparent 42%), radial-gradient(circle at 80% 62%, rgba(248, 189, 0, 0.12), transparent 45%), linear-gradient(160deg, #0A0A0A 0%, #141414 40%, #1D1A0F 100%);
  overflow: hidden;
}

body #content .hero-sec .hero-txt .wel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(248, 189, 0, 0.45);
  background: rgba(248, 189, 0, 0.08);
  font-size: 0.8125rem;
  color: #F8BD00;
  padding: 0.45rem 0.95rem;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

body #content .hero-sec .hero-txt .wel::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #F8BD00;
  -webkit-box-shadow: 0 0 0 4px rgba(248, 189, 0, 0.2);
          box-shadow: 0 0 0 4px rgba(248, 189, 0, 0.2);
}

body #content .hero-sec .hero-txt h1.main-head {
  font-size: 6rem;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

body #content .hero-sec .hero-txt h1.main-head b {
  display: inline-block;
  font-weight: 400;
  color: #F8BD00 !important;
}

body #content .hero-sec .hero-txt h1.main-head b.border-head {
  color: transparent;
  -webkit-text-stroke: 2px #F8BD00;
  -webkit-text-fill-color: transparent;
}

body #content .hero-sec .hero-txt p {
  font-size: clamp(1rem, 1.35vw, 1.4rem);
  color: rgba(255, 255, 255, 0.9) !important;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1.75rem;
  line-height: 1.4;
  max-width: 34rem;
}

body #content .hero-sec .hero-txt p strong {
  color: #F8BD00;
  font-weight: 700;
}

body #content .hero-sec .hero-txt .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.75rem 0.9rem;
}

body #content .hero-sec .hero-txt .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8BD00;
  color: #000 !important;
  border: 1px solid #F8BD00;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.92rem 2.6rem 0.92rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .hero-sec .hero-txt .btn-arrow a:hover {
  background: #ffd643;
  border-color: #ffd643;
  color: #000 !important;
}

body #content .hero-sec .hero-txt .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .hero-sec .hero-txt .btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  padding: 0.92rem 1.4rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .hero-sec .hero-txt .btn-2 a:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

body #content .hero-sec .hero-txt .btn a, body #content .hero-sec .hero-txt .btn-3 a {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

body #content .hero-sec .hero-txt .rating-badge {
  margin-top: 1.95rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(8.5rem, max-content))[2];
      grid-template-columns: repeat(2, minmax(8.5rem, -webkit-max-content));
      grid-template-columns: repeat(2, minmax(8.5rem, max-content));
  gap: 1rem 2rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .hero-sec .hero-txt .rating-badge li {
  list-style: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

body #content .hero-sec .hero-txt .rating-badge li strong {
  display: block;
  font-family: var(--global-font-family-2);
  color: #F8BD00;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

body #content .hero-sec .hero-txt .rating-badge img.emoji {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

body #content .hero-sec .hero-img .vc_figure, body #content .hero-sec .hero-img .vc_single_image-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
          box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(248, 189, 0, 0.2);
}

body #content .hero-sec .hero-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9.5;
}

body #content .hero-sec .wpb_wrapper:has(> .hero-img) {
  position: relative;
  z-index: 1;
}

body #content .hero-sec .wpb_raw_html.wpb_content_element {
  margin-bottom: 0 !important;
}

body #content .hero-sec .hero-img-bottom {
  margin-top: 2rem;
  max-width: 18rem;
  width: min(100%, 18rem);
  padding: 0.72rem 1rem 0.72rem 0.85rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
}

body #content .hero-sec .hero-img-bottom::before {
  content: "\f058";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 1.1rem;
  width: 1.65rem;
  height: 1.65rem;
  min-width: 1.65rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8BD00;
}

body #content .hero-sec .hero-img-bottom h5 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #000;
  font-family: var(--global-font-family);
  line-height: 1.05;
}

body #content .hero-sec .hero-img-bottom p {
  margin: 0;
  font-size: 0.74rem;
  color: #5b5b5b;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.25;
}

body #content ul.ticker {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  background: #000;
  border-top: 1px solid rgba(248, 189, 0, 0.28);
  border-bottom: 1px solid rgba(248, 189, 0, 0.28);
  overflow: hidden;
}

body #content ul.ticker li {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  white-space: nowrap;
  color: #F8BD00;
  font-size: 1.5rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 1.75rem;
}

body #content ul.ticker li span {
  color: rgba(255, 255, 255, 0.22);
  font-size: 1rem;
  line-height: 1;
}

body #content ul.ticker .slick-list {
  margin: 0;
}

body #content ul.ticker .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  margin-bottom: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#101010));
  background: linear-gradient(180deg, #151515 0%, #101010 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  padding: 1.5rem;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: #F8BD00;
  border-color: #F8BD00;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .service-no {
  color: rgba(15, 17, 21, 0.32);
}

body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover h4, body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover p {
  color: #0F1115;
}

body #content .services-row .service-card .service-no {
  margin: 0 0 1.5rem;
  color: #F8BD00;
  font-size: 3.5rem;
  line-height: 0.8;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  letter-spacing: 0.01em;
}

body #content .services-row .service-card h4 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.05;
  text-transform: uppercase;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .services-row .service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.3;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .reviews-row {
  margin-top: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

body #content .reviews-row > .wpb_column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body #content .reviews-row > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .reviews-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 1.6rem;
  padding: 2rem 1.25rem 1rem;
  height: 100%;
  -webkit-box-shadow: 0 8px 20px rgba(15, 17, 21, 0.06);
          box-shadow: 0 8px 20px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 1rem;
}

body #content .reviews-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 24px rgba(15, 17, 21, 0.11);
          box-shadow: 0 12px 24px rgba(15, 17, 21, 0.11);
}

body #content .reviews-row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  height: 100%;
}

body #content .reviews-row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper {
  height: 100%;
}

body #content .reviews-row .review-card {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #content .reviews-row .review-card .review-stars {
  margin: 0 0 0.55rem;
  color: #F8BD00;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}

body #content .reviews-row .review-card .review-text {
  margin: 0 0 0.95rem;
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .reviews-row .review-card .review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
}

body #content .reviews-row .review-card .review-user .avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0F1115;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

body #content .reviews-row .review-card .review-user .meta br {
  display: none;
}

body #content .reviews-row .review-card .review-user .meta strong {
  display: block;
  margin: 0;
  color: #0F1115;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

body #content .reviews-row .review-card .review-user .meta span {
  display: block;
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.1;
}

body #content .drives-row > .wpb_column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body #content .drives-row > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .drives-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 1.6rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 8px 18px rgba(15, 17, 21, 0.05);
          box-shadow: 0 8px 18px rgba(15, 17, 21, 0.05);
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .drives-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 22px rgba(15, 17, 21, 0.1);
          box-shadow: 0 12px 22px rgba(15, 17, 21, 0.1);
  border-color: #F8BD00;
}

body #content .drives-row .drive-card i {
  color: #F8BD00;
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  line-height: 1;
}

body #content .drives-row .drive-card h4 {
  margin: 1rem 0;
  color: #000;
  font-size: 2rem;
  line-height: 0.95;
  text-transform: uppercase;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .drives-row .drive-card p {
  margin: 0;
  color: #585858;
  font-size: 1.1rem;
  line-height: 1.28;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .students-grid-wrap {
  margin-top: 1.25rem;
}

body #content .students-grid-wrap .students-slider .slick-list {
  margin: 0 -0.5rem;
}

body #content .students-grid-wrap .students-slider .slick-slide {
  padding: 0;
}

body #content .students-grid-wrap .students-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1rem;
}

body #content .students-grid-wrap .students-slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li {
  margin: 0;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #F8BD00;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

body #content .students-grid-wrap .students-slider ul.slick-dots li.slick-active button {
  background: #F8BD00;
}

body #content .students-grid-wrap .student-card {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 19rem;
}

body #content .students-grid-wrap .student-card .student-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

body #content .students-grid-wrap .student-card .student-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.8rem 0.85rem 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(58%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.96)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 58%, rgba(0, 0, 0, 0.96) 100%);
}

body #content .students-grid-wrap .student-card .student-content .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.28rem;
  background: #F8BD00;
  color: #0F1115;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body #content .students-grid-wrap .student-card .student-content .status-badge i {
  font-size: 0.8rem;
}

body #content .students-grid-wrap .student-card .student-content .status-badge.failed {
  background: #F26B3A;
  color: #fff;
}

body #content .students-grid-wrap .student-card .student-content .student-name {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 0.95;
  text-transform: uppercase;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .students-grid-wrap .student-card .student-content p {
  display: none;
}

body #content .students-grid-wrap .student-card:hover .student-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

body #content .built-sec .built-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  margin-bottom: 1.5rem;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt {
  height: 100%;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 5px 14px rgba(15, 17, 21, 0.06);
          box-shadow: 0 5px 14px rgba(15, 17, 21, 0.06);
  min-height: 100%;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.8rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 15px;
  background: #F8BD00;
  color: #0F1115;
  stroke-width: 2.2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.6rem;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper h4 {
  margin: 0.5rem 0 1rem 0;
  color: #0F1115;
  font-size: 1.6rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper p, body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper {
  color: #5D5D5D;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.35;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 20px rgba(15, 17, 21, 0.1);
  border-color: rgba(248, 189, 0, 0.55);
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper:hover svg {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow {
  margin-top: 1.5rem;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #F8BD00 !important;
  font-size: 1rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow a::before {
  content: none;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow a::after {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow a:hover {
  background: transparent;
  border: 0;
  color: #D9A300 !important;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

body #content .built-sec .built-row .wpb_raw_code.wpb_raw_html.wpb_content_element.txt > .wpb_wrapper .btn-arrow a:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

body #content .areas-txt {
  margin-bottom: 2rem;
}

body #content .areas-txt .areas-head {
  margin: 0 0 0.95rem;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.95;
  color: #F8BD00;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .areas-txt .areas-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.55rem;
}

body #content .areas-txt .areas-list li {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.05rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#111));
  background: linear-gradient(180deg, #1A1A1A 0%, #111 100%);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body #content .areas-txt .areas-list li span {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

body #content .areas-txt .areas-list li:hover {
  border-color: #F8BD00;
  color: #F8BD00;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

body #content .areas-txt .areas-note {
  margin: 0.95rem 0 1.45rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .areas-txt .areas-note b {
  font-weight: 700;
}

body #content .areas-txt .areas-cta {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#121212));
  background: linear-gradient(180deg, #181818 0%, #121212 100%);
  padding: 1.15rem 1.35rem;
}

body #content .areas-txt .areas-cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 2rem;
  line-height: 0.92;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .areas-txt .areas-cta a::before {
  content: "\f095";
  font-family: 'FontAwesome';
  color: #F8BD00;
  font-size: 1.5rem;
}

body #content .areas-txt .areas-cta p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .request-sec {
  padding: 3.5rem 0;
  background: radial-gradient(circle at 22% 45%, rgba(248, 189, 0, 0.14), transparent 42%), radial-gradient(circle at 78% 50%, rgba(248, 189, 0, 0.11), transparent 42%), linear-gradient(160deg, #0A0A0A 0%, #111 45%, #1A160B 100%);
  border-top: 1px solid rgba(248, 189, 0, 0.15);
  border-bottom: 1px solid rgba(248, 189, 0, 0.15);
}

body #content .request-sec .main-head {
  margin-bottom: 0.2rem;
}

body #content .request-sec .txt p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

body #content .request-sec .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body #content .request-sec .wpb_column:last-child .btn-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #content .request-sec .btn-arrow a {
  min-width: 11rem;
  padding: 0.88rem 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .request-sec .btn-arrow a::before {
  content: "\f095";
  right: auto;
  left: 1rem;
}

body #content .request-sec .btn-2 a {
  min-width: 10.5rem;
  padding: 0.88rem 2.45rem 0.88rem 1.25rem;
  position: relative;
}

body #content .request-sec .btn-2 a::before {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  right: 1.05rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .not-sure-row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
  text-align: right;
}

body #content .not-sure-row .btn a {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px !important;
  border: 1px solid #F8BD00 !important;
  background: #F8BD00 !important;
  color: #0F1115 !important;
  font-size: 1.05rem !important;
  font-family: var(--global-font-family) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 0.95rem 1.5rem 0.95rem 2.75rem !important;
  -webkit-box-shadow: 0 4px 22px rgba(248, 189, 0, 0.35);
          box-shadow: 0 4px 22px rgba(248, 189, 0, 0.35);
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease !important;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease !important;
}

body #content .not-sure-row .btn a::before {
  content: "\f095";
  font-family: 'FontAwesome';
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  color: #0F1115;
}

body #content .not-sure-row .btn a:hover, body #content .not-sure-row .btn a:focus {
  background: #ffcf2f !important;
  border-color: #ffcf2f !important;
  color: #0F1115 !important;
  -webkit-box-shadow: 0 6px 28px rgba(248, 189, 0, 0.45);
          box-shadow: 0 6px 28px rgba(248, 189, 0, 0.45);
}

body #content .sid-contact-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

body #content .sid-contact-list .sid-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
          box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

body #content .sid-contact-list .sid-contact-item:hover {
  border-color: rgba(248, 189, 0, 0.55);
  -webkit-box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

body #content .sid-contact-list .sid-contact-item .sid-contact-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.9rem;
          flex: 0 0 2.9rem;
  width: 2.9rem;
  height: 2.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background: #F8BD00;
  color: #0F1115;
  font-size: 1.1rem;
}

body #content .sid-contact-list .sid-contact-item .sid-contact-text {
  min-width: 0;
}

body #content .sid-contact-list .sid-contact-item .sid-contact-text .sid-label {
  margin: 0 0 0.28rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.95rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

body #content .sid-contact-list .sid-contact-item .sid-contact-text .sid-value {
  margin: 0;
  color: #000;
  font-size: 1.15rem;
  line-height: 1.1;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .sid-contact-list .sid-contact-item .sid-contact-text .sid-value a {
  color: inherit;
  font: inherit;
}

body #content .sid-contact-list .sid-contact-item .sid-contact-text .sid-value a:hover {
  color: #F8BD00;
}

body #content .sid-prices-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
          box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .sid-prices-row > .wpb_column h4, body #content .sid-prices-row > .wpb_column h5 {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 0.95;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

body #content .sid-prices-row > .wpb_column .price, body #content .sid-prices-row > .wpb_column .plan-price, body #content .sid-prices-row > .wpb_column .main-head {
  margin: 1.5rem 0;
  color: #F8BD00;
  font-size: 3.5rem;
  line-height: 0.88;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .sid-prices-row > .wpb_column p {
  margin: 0 0 0.75rem;
  color: #4F4F4F;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.25;
}

body #content .sid-prices-row > .wpb_column ul {
  list-style: none;
  margin: 1.15rem 0;
  padding: 0;
}

body #content .sid-prices-row > .wpb_column ul li {
  margin: 0 0 0.4rem;
  padding-left: 1rem;
  color: #000;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

body #content .sid-prices-row > .wpb_column ul li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 0.75rem;
  color: #F8BD00;
}

body #content .sid-prices-row > .wpb_column .btn-arrow {
  margin-top: auto;
}

body #content .sid-prices-row > .wpb_column .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 999px;
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  font-size: 1.1rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 400;
  padding: 0.83rem 2.3rem 0.85rem 1.3rem;
  position: relative;
}

body #content .sid-prices-row > .wpb_column .btn-arrow a::before {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.86rem;
}

body #content .sid-prices-row > .wpb_column .btn-arrow a:hover {
  background: #F8BD00;
  border-color: #F8BD00;
  color: #0F1115 !important;
}

body #content .sid-prices-row > .wpb_column:hover > .vc_column-inner > .wpb_wrapper {
  border-color: rgba(248, 189, 0, 0.45);
  -webkit-box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

body #content .sid-prices-row > .wpb_column.is-featured > .vc_column-inner > .wpb_wrapper {
  border-color: #F8BD00;
}

body #content .sid-prices-row > .wpb_column.is-featured > .vc_column-inner > .wpb_wrapper::before {
  content: "MOST POPULAR";
  position: absolute;
  right: 1rem;
  top: -0.65rem;
  background: #F8BD00;
  color: #000;
  border-radius: 999px;
  padding: 0.26rem 0.7rem;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: var(--global-font-family);
  font-weight: 700;
}

body #content .sid-prices-row > .wpb_column.is-featured .btn-arrow a {
  background: #F8BD00;
  border-color: #F8BD00;
  color: #0F1115 !important;
}

body #content .sid-prices-row > .wpb_column.is-featured .btn-arrow a:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

body #content .sid-prices-row-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
          box-shadow: 0 4px 14px rgba(15, 17, 21, 0.05);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .sid-prices-row-2 > .wpb_column h4, body #content .sid-prices-row-2 > .wpb_column h5 {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 0.95;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

body #content .sid-prices-row-2 > .wpb_column .price, body #content .sid-prices-row-2 > .wpb_column .plan-price, body #content .sid-prices-row-2 > .wpb_column .main-head {
  margin: 1.5rem 0;
  color: #F8BD00;
  font-size: 3.5rem;
  line-height: 0.88;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}

body #content .sid-prices-row-2 > .wpb_column p {
  margin: 0 0 0.75rem;
  color: #4F4F4F;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.25;
}

body #content .sid-prices-row-2 > .wpb_column ul {
  list-style: none;
  margin: 1.15rem 0;
  padding: 0;
}

body #content .sid-prices-row-2 > .wpb_column ul li {
  margin: 0 0 0.4rem;
  padding-left: 1rem;
  color: #000;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

body #content .sid-prices-row-2 > .wpb_column ul li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.02rem;
  font-size: 0.75rem;
  color: #F8BD00;
}

body #content .sid-prices-row-2 > .wpb_column .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #F8BD00 !important;
  font-size: 1rem;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .sid-prices-row-2 > .wpb_column .btn-arrow a::before {
  content: none;
}

body #content .sid-prices-row-2 > .wpb_column .btn-arrow a::after {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .sid-prices-row-2 > .wpb_column .btn-arrow a:hover {
  background: transparent;
  border: 0;
  color: #D9A300 !important;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

body #content .sid-prices-row-2 > .wpb_column .btn-arrow a:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

body #content .sid-prices-row-2 > .wpb_column:hover > .vc_column-inner > .wpb_wrapper {
  border-color: rgba(248, 189, 0, 0.45);
  -webkit-box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 22px rgba(15, 17, 21, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

body form.wpcf7-form {
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
}

body form.wpcf7-form br {
  display: none;
}

body form.wpcf7-form .main-head {
  font-size: 1.45rem !important;
  font-family: var(--global-font-family);
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 0.9rem;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 0.95rem;
  width: 100%;
}

body form.wpcf7-form label {
  display: block;
  font-size: 0.82rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.38rem;
}

body form.wpcf7-form label span {
  color: #F8BD00;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  width: 100%;
  height: 3.2rem;
  padding: 0 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form input[type="text"]::-webkit-input-placeholder, body form.wpcf7-form input[type="email"]::-webkit-input-placeholder, body form.wpcf7-form input[type="tel"]::-webkit-input-placeholder, body form.wpcf7-form input[type="date"]::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]:-ms-input-placeholder, body form.wpcf7-form input[type="email"]:-ms-input-placeholder, body form.wpcf7-form input[type="tel"]:-ms-input-placeholder, body form.wpcf7-form input[type="date"]:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]::-ms-input-placeholder, body form.wpcf7-form input[type="email"]::-ms-input-placeholder, body form.wpcf7-form input[type="tel"]::-ms-input-placeholder, body form.wpcf7-form input[type="date"]::-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]::placeholder, body form.wpcf7-form input[type="email"]::placeholder, body form.wpcf7-form input[type="tel"]::placeholder, body form.wpcf7-form input[type="date"]::placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  border-color: #F8BD00;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form .error {
  color: #F8BD00;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  width: 100%;
  height: 3.2rem;
  padding: 0 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form select:focus {
  border-color: #F8BD00;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.72rem 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  resize: vertical;
  min-height: 4.5rem;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form textarea:focus {
  border-color: #F8BD00;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #F8BD00;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin: 0.65rem 0 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background-color: #F8BD00;
  color: #0F1115;
  border: 1px solid #F8BD00;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #ffcf2f;
  border-color: #ffcf2f;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #F8BD00;
}

body footer#colophon {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#0a0a0a));
  background: linear-gradient(180deg, #0c0c0c 0%, #0a0a0a 100%);
  border-top: 4px dashed #F8BD00;
}

body footer#colophon .footer-main {
  padding: 2.65rem 0 2.25rem;
  background: transparent;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1.6fr 0.8fr 1fr;
      grid-template-columns: 1.6fr 0.8fr 1fr;
  gap: 3rem;
}

body footer#colophon .footer-main .foot-1 .logo {
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-1 .logo img {
  height: auto;
  -webkit-filter: none;
          filter: none;
}

body footer#colophon .footer-main .foot-1 p {
  color: #c9c9c9;
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 34rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.35rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li {
  font-size: 1rem;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a {
  color: #fff;
  font-size: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  height: 2.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.35rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a i {
  margin-right: 0;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover {
  background: #F8BD00;
  border-color: #F8BD00;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover i {
  color: #0f1115;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family-2);
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #F8BD00;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

body footer#colophon .footer-main section.widget p {
  font-size: 0.9rem;
  font-family: var(--global-font-family);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

body footer#colophon .footer-main section.widget p i {
  margin-right: 0.55rem;
  color: #F8BD00;
  width: 0.8rem;
  text-align: center;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.6rem;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.45rem;
  color: #F8BD00;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #F8BD00;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body footer#colophon .copyright .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

body footer#colophon .copyright p {
  font-size: 0.9rem;
  font-family: var(--global-font-family);
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
  margin-bottom: 0;
}

body footer#colophon .copyright p a {
  color: #fff;
}

body footer#colophon .copyright p a:hover {
  color: #F8BD00;
}
/*# sourceMappingURL=template.css.map */