@charset "UTF-8";
.gradient-mona-signature {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.15) 0%, rgba(21, 55, 180, 0.08) 40%, rgba(173, 181, 189, 0.12) 100%);
  position: relative; }
  .gradient-mona-signature::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(173, 181, 189, 0.05) 0%, transparent 50%);
    pointer-events: none; }

.gradient-tech-blue, .service-card {
  background: linear-gradient(120deg, rgba(14, 165, 233, 0.18) 0%, rgba(6, 182, 212, 0.12) 50%, rgba(99, 102, 241, 0.08) 100%); }

.gradient-fiber-optic, .service-card.card-internet {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(14, 165, 233, 0.08) 100%), radial-gradient(circle at 20% 50%, rgba(173, 181, 189, 0.08) 0%, transparent 40%);
  position: relative; }
  .gradient-fiber-optic::after, .service-card.card-internet::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(6, 182, 212, 0.05) 50%, transparent 100%);
    animation: fiber-pulse 3s ease-in-out infinite; }

.gradient-security, .service-card.card-security {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(20, 184, 166, 0.15) 50%, rgba(21, 55, 180, 0.12) 100%); }

.gradient-cloud, .service-card.card-cloud {
  background: radial-gradient(ellipse at top left, rgba(14, 165, 233, 0.15) 0%, transparent 50%), radial-gradient(ellipse at top right, rgba(6, 182, 212, 0.12) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(99, 102, 241, 0.12) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(14, 165, 233, 0.08) 0%, transparent 50%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%); }

.gradient-network, .service-card.card-telephony {
  background: linear-gradient(60deg, rgba(21, 55, 180, 0.12) 0%, transparent 70%), linear-gradient(120deg, rgba(173, 181, 189, 0.1) 0%, transparent 70%), linear-gradient(180deg, rgba(14, 165, 233, 0.08) 0%, transparent 70%), white; }

.gradient-ftth, .pricing-card.basic {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.1) 50%, rgba(219, 234, 254, 0.05) 100%); }

.gradient-ftte, .pricing-card.pro {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.1) 50%, rgba(233, 213, 255, 0.05) 100%); }

.gradient-ftto, .pricing-card.enterprise {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(248, 113, 113, 0.08) 50%, rgba(254, 226, 226, 0.04) 100%); }

.gradient-mobile {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.15) 0%, rgba(16, 185, 129, 0.1) 50%, rgba(209, 250, 229, 0.05) 100%); }

.gradient-holographic {
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.12) 25%, rgba(240, 147, 251, 0.12) 50%, rgba(255, 192, 203, 0.1) 75%, rgba(102, 126, 234, 0.15) 100%);
  background-size: 200% 200%;
  animation: holographic-shift 8s ease infinite; }

.gradient-aurora {
  background: radial-gradient(ellipse at top, rgba(16, 185, 129, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(59, 130, 246, 0.12) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(139, 92, 246, 0.12) 0%, transparent 50%), linear-gradient(180deg, rgba(21, 55, 180, 0.05) 0%, rgba(21, 55, 180, 0.02) 100%); }

.gradient-matrix {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.15) 25%, rgba(4, 120, 87, 0.1) 50%, rgba(6, 78, 59, 0.08) 75%, rgba(2, 44, 34, 0.05) 100%); }

.gradient-neon, .pricing-card.featured {
  background: linear-gradient(135deg, rgba(173, 181, 189, 0.18) 0%, rgba(236, 72, 153, 0.15) 33%, rgba(139, 92, 246, 0.15) 66%, rgba(14, 165, 233, 0.12) 100%); }

.gradient-dark-tech {
  background: linear-gradient(135deg, rgba(206, 212, 218, 0.25) 0%, rgba(206, 212, 218, 0.2) 50%, rgba(206, 212, 218, 0.15) 100%); }

.gradient-interactive {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.08) 0%, rgba(173, 181, 189, 0.06) 100%);
  transition: all 0.3s ease; }
  .gradient-interactive:hover {
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.15) 0%, rgba(173, 181, 189, 0.12) 100%);
    transform: translateY(-2px); }

.gradient-glow {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(139, 92, 246, 0.1) 100%);
  position: relative;
  transition: all 0.3s ease; }
  .gradient-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
    border-radius: inherit;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.3s ease;
    z-index: -1; }
  .gradient-glow:hover::before {
    opacity: 0.3; }

.card-gradient-light {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.08) 0%, rgba(173, 181, 189, 0.05) 100%); }

.card-gradient-medium {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.12) 0%, rgba(173, 181, 189, 0.08) 100%); }

.card-gradient-strong {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.18) 0%, rgba(173, 181, 189, 0.15) 100%); }

.card-gradient-intense {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.25) 0%, rgba(173, 181, 189, 0.2) 100%); }

@keyframes fiber-pulse {
  0%, 100% {
    transform: translateX(-100%);
    opacity: 0; }
  50% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes holographic-shift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes tech-scan {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
.gradient-scan {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(21, 55, 180, 0.1) 100%);
  position: relative;
  overflow: hidden; }
  .gradient-scan::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(173, 181, 189, 0.2) 50%, transparent 100%);
    animation: tech-scan 3s linear infinite; }

.section-gradient-hero {
  background: radial-gradient(ellipse at top, rgba(21, 55, 180, 0.15) 0%, transparent 60%), radial-gradient(ellipse at bottom, rgba(173, 181, 189, 0.1) 0%, transparent 60%), linear-gradient(180deg, white 0%, #f8f9fa 100%); }

.section-gradient-features {
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.05) 0%, white 10%, white 90%, rgba(173, 181, 189, 0.05) 100%); }

.pricing-card.featured {
  border: 2px solid rgba(173, 181, 189, 0.3); }

[data-theme="dark"] .gradient-mona-signature {
  background: linear-gradient(135deg, rgba(173, 181, 189, 0.2) 0%, rgba(21, 55, 180, 0.25) 100%); }
[data-theme="dark"] .gradient-tech-blue, [data-theme="dark"] .service-card {
  background: linear-gradient(120deg, rgba(14, 165, 233, 0.25) 0%, rgba(6, 182, 212, 0.2) 50%, rgba(99, 102, 241, 0.15) 100%); }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"); }
.fab {
  font-family: "Font Awesome 6 Brands"; }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"); }
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

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

*::before,
*::after {
  box-sizing: inherit; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body #wrapper {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
  body section {
    max-width: 100% !important;
    overflow-x: hidden !important; }
  body.admin-bar .navbar.fixed-top {
    top: 32px; }
    @media (max-width: 575.98px) {
      body.admin-bar .navbar.fixed-top {
        top: 46px; } }
  body.loading {
    overflow: hidden; }
    body.loading::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      z-index: 9999; }
  body.loaded::before {
    display: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1537b4;
  font-family: "Oswald"; }

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800; }

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem); }

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem); }

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem); }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 2px dotted #f9bb00;
    outline-offset: 2px; }
  a:focus:not(:focus-visible) {
    outline: none; }

.content a,
.entry-content a {
  color: #f9bb00;
  text-decoration: underline; }
  .content a:hover,
  .entry-content a:hover {
    color: #c69500;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0; }

figcaption {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem; }

svg {
  vertical-align: middle; }

iframe {
  border: 0; }

video {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem; }
  ul li, ol li {
    margin-bottom: 0.5rem; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }

dl {
  margin-bottom: 1rem; }

dt {
  font-weight: 600;
  margin-bottom: 0.25rem; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse; }

th {
  font-weight: 600;
  text-align: left;
  padding: 0.75rem;
  border-bottom: 2px solid #e9ecef; }

td {
  padding: 0.75rem;
  border-bottom: 1px solid #e9ecef; }

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: inherit;
  color: inherit; }

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #f9bb00;
  background: rgba(249, 187, 0, 0.05);
  font-style: italic; }
  blockquote p {
    margin-bottom: 0.5rem; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    color: #666666; }
    blockquote cite::before {
      content: "— "; }

code {
  padding: 0.2rem 0.4rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875em;
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 4px; }

pre {
  display: block;
  margin-bottom: 1rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875rem;
  color: #333; }
  pre code {
    padding: 1rem;
    font-size: inherit;
    color: inherit;
    background-color: #e9ecef;
    border-radius: 8px;
    display: block;
    overflow-x: auto; }

kbd {
  padding: 0.2rem 0.4rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #333;
  border-radius: 4px; }

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

::selection {
  background-color: rgba(249, 187, 0, 0.2);
  color: #333; }

::-moz-selection {
  background-color: rgba(249, 187, 0, 0.2);
  color: #333; }

:focus-visible {
  outline: 2px solid #f9bb00;
  outline-offset: 2px; }

[disabled],
.disabled {
  cursor: not-allowed !important;
  opacity: 0.65; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.text-primary {
  color: #1537b4 !important; }

.text-accent {
  color: #f9bb00 !important; }

.text-secondary {
  color: #1a5f7a !important; }

.text-success {
  color: #28a745 !important; }

.text-warning {
  color: #F9A800 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-info {
  color: #8db3d0 !important; }

.text-light {
  color: #e9ecef !important; }

.text-dark {
  color: #333 !important; }

.text-white {
  color: #ffffff !important; }

.text-muted {
  color: gray !important; }

.bg-primary {
  background-color: #1537b4 !important; }

.bg-accent {
  background-color: #f9bb00 !important; }

.bg-secondary {
  background-color: #1a5f7a !important; }

.bg-success {
  background-color: #28a745 !important; }

.bg-warning {
  background-color: #F9A800 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-info {
  background-color: #8db3d0 !important; }

.bg-light {
  background-color: #e9ecef !important; }

.bg-dark {
  background-color: #333 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.position-static {
  position: static !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 2rem !important; }

.mt-5,
.my-5 {
  margin-top: 2rem !important; }

.mr-5,
.mx-5 {
  margin-right: 2rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 2rem !important; }

.ml-5,
.mx-5 {
  margin-left: 2rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6,
.my-6 {
  margin-top: 3rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3rem !important; }

.m-7 {
  margin: 4rem !important; }

.mt-7,
.my-7 {
  margin-top: 4rem !important; }

.mr-7,
.mx-7 {
  margin-right: 4rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 4rem !important; }

.ml-7,
.mx-7 {
  margin-left: 4rem !important; }

.m-8 {
  margin: 5rem !important; }

.mt-8,
.my-8 {
  margin-top: 5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 2rem !important; }

.pt-5,
.py-5 {
  padding-top: 2rem !important; }

.pr-5,
.px-5 {
  padding-right: 2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2rem !important; }

.pl-5,
.px-5 {
  padding-left: 2rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6,
.py-6 {
  padding-top: 3rem !important; }

.pr-6,
.px-6 {
  padding-right: 3rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3rem !important; }

.pl-6,
.px-6 {
  padding-left: 3rem !important; }

.p-7 {
  padding: 4rem !important; }

.pt-7,
.py-7 {
  padding-top: 4rem !important; }

.pr-7,
.px-7 {
  padding-right: 4rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 4rem !important; }

.pl-7,
.px-7 {
  padding-left: 4rem !important; }

.p-8 {
  padding: 5rem !important; }

.pt-8,
.py-8 {
  padding-top: 5rem !important; }

.pr-8,
.px-8 {
  padding-right: 5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 5rem !important; }

.pl-8,
.px-8 {
  padding-left: 5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

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

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* ----------------------------------------------------- */
/* ----------------------- FONTS ----------------------- */
/* ----------------------- OSWALD  ----------------------- */
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald/oswald-v57-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald/oswald-v57-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald/oswald-v57-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald/oswald-v57-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald/oswald-v57-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* ----------------------- ROBOTO  ----------------------- */
/* roboto-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto/roboto-v30-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto/roboto-v30-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* ----------------------- OPEN SANS  ----------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-300.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-800.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/*---------------------------------------------------------------
-----------------------------------------------------------------
-----------------------------------------------------------------*/
#hero, #hero-home {
  min-height: 28vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  color: #ffffff; }
  #hero a, #hero-home a {
    color: #ffffff; }
  #hero::after, #hero-home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none; }
  #hero .hero-banner-wrapper, #hero .hero-content, #hero-home .hero-banner-wrapper, #hero-home .hero-content {
    position: relative;
    z-index: 1;
    padding: 60px 0 20px 0; }
    @media (max-width: 768px) {
      #hero .hero-banner-wrapper, #hero .hero-content, #hero-home .hero-banner-wrapper, #hero-home .hero-content {
        padding: 40px 0 10px 0; } }
  #hero .badge, #hero-home .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f9bb00;
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
    @media (max-width: 768px) {
      #hero .badge, #hero-home .badge {
        font-size: 0.75rem; } }
  #hero h1, #hero-home h1 {
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768px) {
      #hero h1, #hero-home h1 {
        font-size: 2rem; } }
  #hero p, #hero-home p {
    color: #ffffff;
    opacity: 0.95; }
  #hero #breadcrumbs, #hero-home #breadcrumbs {
    color: #ffffff;
    font-size: 1rem;
    padding-top: 1rem;
    margin-top: 60px;
    margin-bottom: 0;
    position: relative; }
    #hero #breadcrumbs:before, #hero-home #breadcrumbs:before {
      content: '';
      width: 33%;
      height: 2px;
      background-color: white;
      position: absolute;
      top: 0rem;
      left: 0;
      opacity: .5; }
    #hero #breadcrumbs a, #hero-home #breadcrumbs a {
      color: #ffffff; }

.single #hero #breadcrumbs {
  margin-top: 20px; }

@media (max-width: 576px) {
  #hero {
    background-image: none !important;
    background-color: #1537b4; }
    #hero #breadcrumbs {
      margin-top: 20px; } }

/* ----------------------------------------------------- */
/* ------------------- CAROUSEL STYLES ----------------- */
/* Variables CSS globales pour les carousels */
/* Styles communs pour tous les carousels */
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.carousel-fade .carousel-item.active {
  opacity: 1; }

.hero-carousel {
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden;
  /* NOUVEAU - Arrière-plans gérés séparément */
  /* Gestion des slides */
  /* Overlay gradient */
  /* Contenu du carousel */
  /* Tag du slide */
  /* Titre du slide */
  /* Description du slide */
  /* Barre de progression */
  /* Numérotation des slides */
  /* Contrôles du carousel */
  /* Boutons de navigation */
  /* Media queries spécifiques au carousel */ }
  .hero-carousel .hero-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .hero-carousel .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0; }
    .hero-carousel .hero-background.active {
      opacity: 1;
      z-index: 1; }
    .hero-carousel .hero-background img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hero-carousel .container {
    position: relative;
    height: 100%; }
  .hero-carousel .carousel-inner {
    position: relative;
    z-index: 10;
    height: 100%; }
  .hero-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: none;
    /* Géré par GSAP */
    z-index: 0; }
    .hero-carousel .carousel-item.active {
      visibility: visible;
      opacity: 1;
      z-index: 1; }
  .hero-carousel .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, var(--overlay-dark) 0%, var(--overlay-medium) 15%, var(--overlay-light) 30%);
    opacity: 1; }
  .hero-carousel .carousel-content {
    position: absolute;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 50% !important;
    z-index: 2;
    top: 20%; }
    .hero-carousel .carousel-content .carousel-content-interne {
      position: relative;
      padding-bottom: 70px; }
  .hero-carousel .badge {
    font-size: 1.1rem; }
  .hero-carousel .slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff; }
    .hero-carousel .slide-title small {
      display: block;
      font-size: 1.25rem;
      padding-top: 1rem; }
  .hero-carousel .slide-description {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    max-width: 500px;
    margin-bottom: 2rem;
    opacity: 1; }
  .hero-carousel .slide-description-xl {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    max-width: 700px;
    margin-bottom: 2rem;
    opacity: 1;
    line-height: 3.5rem; }
  .hero-carousel .carousel-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(249, 187, 0, 0.1);
    z-index: 30; }
    .hero-carousel .carousel-progress .progress-bar {
      height: 100%;
      width: 0;
      background: #f9bb00;
      transition: none;
      /* Géré par GSAP */ }
  .hero-carousel .slide-number {
    position: absolute;
    bottom: 50px;
    right: 30px;
    color: var(--white);
    font-size: .9rem;
    z-index: 30;
    font-weight: 500; }
  .hero-carousel .carousel-controls {
    position: absolute;
    bottom: 45px;
    right: 120px;
    z-index: 30;
    display: flex;
    gap: 1rem; }
  .hero-carousel .control-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; }
    .hero-carousel .control-btn:hover {
      background: var(--white);
      color: var(--black);
      transform: scale(1.05); }
  @media (max-width: 1200px) {
    .hero-carousel .carousel-content {
      width: 60% !important; }
    .hero-carousel .slide-title {
      font-size: 2rem; }
    .hero-carousel .slide-description {
      font-size: 1.3rem; } }
  @media (max-width: 992px) {
    .hero-carousel .carousel-content {
      width: 60% !important; }
    .hero-carousel .slide-title {
      font-size: 1.85rem; }
    .hero-carousel .slide-description {
      font-size: 1.2rem; } }
  @media (max-width: 768px) {
    .hero-carousel.hero-carousel, .hero-carousel.hero-carousel .carousel-item, .hero-carousel.hero-carousel .hero-background {
      height: 50vh !important; }
    .hero-carousel .slide-title {
      font-size: 2.2rem;
      max-width: 90%; }
      .hero-carousel .slide-title text-align:center
      small {
        font-size: 1.3rem !important; }
    .hero-carousel .slide-description {
      font-size: 1rem;
      max-width: 90%;
      line-height: 2.2rem;
      margin-bottom: 2rem;
      display: none; }
    .hero-carousel .slide-description-xl {
      font-size: 1rem;
      max-width: 90%;
      line-height: 2.3rem; }
    .hero-carousel .carousel-controls,
    .hero-carousel .slide-number {
      display: none !important;
      opacity: 0; }
    .hero-carousel .carousel-content {
      width: 100% !important;
      padding-left: 2rem !important; }
      .hero-carousel .carousel-content .carousel-content-interne {
        position: relative;
        padding-bottom: 2rem !important; }
        .hero-carousel .carousel-content .carousel-content-interne:after {
          right: 0px;
          border-top-right-radius: 60px; } }
  @media (max-width: 576px) {
    .hero-carousel .slide-tag {
      font-size: 0.8rem; }
    .hero-carousel .cta-btn {
      padding: 0.8rem 1.6rem;
      font-size: 0.9rem; } }

#breadcrumb {
  padding-top: 110px;
  padding-bottom: 1rem;
  background-color: #e9ecef; }

.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-height: 80px;
  font-size: 1.3rem;
  font-family: "Oswald"; }
  @media (max-width: 1199.98px) {
    .navbar {
      font-size: 1.1rem; } }
  .navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-height: 60px; }
    .navbar-scrolled .navbar-brand .logo,
    .navbar-scrolled .navbar-brand .custom-logo {
      height: 35px; }
    .navbar-scrolled .navbar-toggler {
      padding: .4rem;
      font-size: 1rem; }
  .navbar .container,
  .navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease; }
  .navbar-brand .logo {
    height: 40px;
    width: auto;
    transition: all 0.3s ease; }
  .navbar-brand:hover, .navbar-brand:focus {
    transform: scale(1.05); }

.custom-logo-link,
.navbar-brand-link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none; }
  .custom-logo-link:hover, .custom-logo-link:focus,
  .navbar-brand-link:hover,
  .navbar-brand-link:focus {
    transform: scale(1.05); }

.custom-logo {
  height: 70px;
  width: auto;
  transition: all 0.3s ease; }

.navbar-scrolled .custom-logo {
  height: 45px; }

.site-title {
  font-weight: bold;
  color: #1537b4;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease; }
  .site-title:hover {
    color: #f9bb00; }

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  background-color: #f9bb00;
  padding: .8rem;
  border-radius: 6px;
  border: 0px solid #ffd760;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease; }
  .navbar-toggler:hover {
    background-color: rgba(21, 55, 180, 0.05); }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(21, 55, 180, 0.1); }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    color: #1537b4;
    font-weight: 500;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    display: block; }
    .navbar-nav .nav-link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #f9bb00;
      transition: all 0.3s ease;
      transform: translateX(-50%); }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
      color: #f9bb00; }
      .navbar-nav .nav-link:hover::before, .navbar-nav .nav-link:focus::before {
        width: 80%; }
    .navbar-nav .nav-link.active {
      color: #f9bb00; }
      .navbar-nav .nav-link.active::before {
        width: 80%; }
    .navbar-nav .nav-link.btn-contact {
      background-color: #f9bb00;
      color: #212529;
      border-radius: 8px;
      margin-left: 1rem;
      padding: 0.5rem 1.5rem; }
      .navbar-nav .nav-link.btn-contact:hover {
        background-color: #1537b4;
        color: white; }
      .navbar-nav .nav-link.btn-contact::before {
        display: none; }
  .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0; }

.dropdown {
  position: relative; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.3s ease; }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg); }
  .dropdown-menu {
    position: absolute;
    top: 75%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 220px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
    .dropdown-menu.show {
      display: block;
      animation: fadeInDown 0.3s ease; }
    .dropdown-menu .dropdown-item {
      display: block;
      width: 100%;
      padding: 0.5rem 1rem;
      clear: both;
      font-weight: 500;
      color: #1537b4;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      border-radius: 8px;
      transition: all 0.15s ease; }
      .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
        color: #333;
        background-color: rgba(249, 187, 0, 0.1);
        transform: translateX(5px); }
      .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
        color: #ffffff;
        background-color: #f9bb00; }
      .dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item:disabled {
        color: #999999;
        pointer-events: none;
        background-color: transparent; }
    .dropdown-menu .dropdown-divider {
      height: 0;
      margin: 0.5rem 0;
      overflow: hidden;
      border-top: 1px solid rgba(51, 51, 51, 0.1); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }
  .navbar-collapse.collapse {
    display: none; }
    .navbar-collapse.collapse.show {
      display: block; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropdown-menu {
      position: absolute; } }
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 1rem; }
    .navbar .navbar-nav .nav-link {
      padding: 0.75rem 1rem; }
      .navbar .navbar-nav .nav-link.btn-contact {
        margin-left: 0;
        margin-top: 1rem;
        display: inline-block;
        text-align: center; }
  .navbar .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar .dropdown-menu .dropdown-item {
      padding-left: 2rem; } }
.breadcrumb-section {
  padding: 100px 0 20px;
  background: #e9ecef; }
  .breadcrumb-section .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
      font-size: 0.95rem; }
      .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem; }
        .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          display: inline-block;
          padding-right: 0.5rem;
          content: "›";
          color: gray; }
      .breadcrumb-section .breadcrumb .breadcrumb-item a {
        color: #666666;
        text-decoration: none;
        transition: all 0.3s ease; }
        .breadcrumb-section .breadcrumb .breadcrumb-item a:hover {
          color: #f9bb00;
          text-decoration: none; }
      .breadcrumb-section .breadcrumb .breadcrumb-item.active {
        color: #1537b4;
        font-weight: 500; }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #f9bb00;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1030;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .back-to-top:hover {
    background: #c69500;
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15); }
  .back-to-top.visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767.98px) {
    .back-to-top {
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      font-size: 1rem; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Style du menu mobile */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1537b4;
  /* Fond semi-transparent foncé */
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* Permet de cliquer à travers quand fermé */
  clip-path: circle(0% at calc(100% - 30px) 30px);
  /* Position initiale du clip-path */
  font-family: "Roboto", sans-serif; }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  /* Pour l'animation GSAP */ }
  .mobile-menu-header .logo-wrapper {
    width: inherit; }
    .mobile-menu-header .logo-wrapper .custom-logo-secondary {
      margin: 0px 0px 0 0 !important; }

.mobile-menu-logo {
  max-width: 200px;
  /* Ajustez selon la taille souhaitée */ }
  .mobile-menu-logo img,
  .mobile-menu-logo .custom-logo {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1); }
  .mobile-menu-logo .custom-logo-link,
  .mobile-menu-logo .mobile-brand-link {
    display: inline-block; }
    .mobile-menu-logo .custom-logo-link .custom-logo,
    .mobile-menu-logo .mobile-brand-link .custom-logo {
      width: 100%;
      height: auto;
      filter: brightness(0) invert(1); }
  .mobile-menu-logo .site-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none; }

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.mobile-menu-container {
  padding: 20px 0 40px;
  position: relative; }

/* Bouton de fermeture du menu mobile */
.mobile-menu-close-btn {
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease; }
  .mobile-menu-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1); }

/* Hamburger icon */
.hamburger-icon {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer; }
  .hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .hamburger-icon span:nth-child(1) {
      top: 0px; }
    .hamburger-icon span:nth-child(2) {
      top: 9px; }
    .hamburger-icon span:nth-child(3) {
      top: 18px; }

/* Hamburger animé quand menu ouvert */
.menu-open .hamburger-icon span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg); }
.menu-open .hamburger-icon span:nth-child(2) {
  opacity: 0;
  left: -60px; }
.menu-open .hamburger-icon span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg); }

/* Boutons utilitaires */
.mobile-utility-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "full full" "left right";
  gap: 15px;
  margin-bottom: 20px; }

.utility-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #f9bb00;
  background-color: white;
  border-radius: 8px;
  padding: 10px 10px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none; }
  .utility-btn i {
    font-size: 24px;
    margin-bottom: 8px; }
  .utility-btn-full {
    grid-area: full;
    /* Occupe toute la largeur */ }
  .utility-btn:nth-of-type(2) {
    grid-area: left;
    /* Première colonne de la deuxième ligne */ }
  .utility-btn:nth-of-type(3) {
    grid-area: right;
    /* Deuxième colonne de la deuxième ligne */ }
  .utility-btn:hover, .utility-btn:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none; }

/* Menu de navigation */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 1.5rem; }
  .mobile-menu > li {
    margin-bottom: 5px;
    opacity: 0;
    /* Pour l'animation GSAP */
    transform: translateY(20px);
    /* Pour l'animation GSAP */ }
    .mobile-menu > li > a {
      display: block;
      color: rgba(255, 255, 255, 0.85);
      font-size: 1.2rem;
      font-weight: 600;
      padding: 4px 15px 4px 15px;
      position: relative;
      text-decoration: none;
      border-radius: 8px; }
      .mobile-menu > li > a:hover {
        background: rgba(141, 179, 208, 0.85);
        color: white; }
  .mobile-menu .menu-item-has-children.active > a {
    background: rgba(249, 187, 0, 0.85);
    color: white; }
  .mobile-menu .menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 5px;
    transition: transform 0.3s;
    background-color: #FFF;
    padding: 0 .5rem;
    border-radius: 8px;
    color: #f9bb00; }
  .mobile-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg); }
  .mobile-menu .menu-item-has-children.active .sub-menu {
    max-height: 500px;
    /* Une valeur suffisamment grande */ }
  .mobile-menu .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 5px 0 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease; }
    .mobile-menu .sub-menu a {
      color: white;
      font-size: 1.1rem;
      padding: 0px 0;
      display: block;
      text-decoration: none; }
  .mobile-menu .submenu-indicator {
    font-size: 0.8em;
    margin-left: 5px;
    transition: transform 0.3s;
    opacity: 0; }
  .mobile-menu .menu-item-has-children.active .submenu-indicator {
    transform: rotate(180deg); }

.mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-menu-item > .mega-menu-link {
  padding: 1rem 1.25rem;
  transition: all 0.3s ease; }
  .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-menu-item > .mega-menu-link:hover, .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-menu-item > .mega-menu-link:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #f9bb00; }
.mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-menu-item.mega-current-menu-item > .mega-menu-link, .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link {
  background: rgba(255, 255, 255, 0.05);
  color: #f9bb00; }
.mega-menu-wrap .mega-menu .mega-sub-menu {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
  padding: 1.5rem; }
  .mega-menu-wrap .mega-menu .mega-sub-menu .mega-menu-item a {
    color: #333;
    padding: 0.5rem 1rem;
    transition: all 0.15s ease; }
    .mega-menu-wrap .mega-menu .mega-sub-menu .mega-menu-item a:hover {
      color: #f9bb00;
      background: rgba(249, 187, 0, 0.05);
      border-radius: 8px; }

.site-footer,
#footer {
  position: relative;
  margin-top: auto;
  transition: all 0.3s ease;
  --footer-link-hover: #f9bb00;
  --footer-border-color: rgba(255, 255, 255, 0.1); }

.footer__blocs {
  padding: 60px 0 40px; }
  .footer__blocs > .container > .row,
  .footer__blocs > .container-fluid > .row,
  .footer__blocs > .container-xl > .row,
  .footer__blocs > .container-xxl > .row {
    row-gap: 2rem; }

.footer__bloc {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .footer__bloc {
      margin-bottom: 0; } }
  .footer__bloc .bloc__content {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .footer__bloc .bloc__logo img {
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: all 0.3s ease; }
    .footer__bloc .bloc__logo img:hover {
      opacity: 1; }
  .footer__bloc .content-title {
    margin-bottom: 1.5rem; }
    .footer__bloc .content-title h5 {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 0;
      position: relative;
      padding-bottom: 0.75rem;
      color: inherit; }
      .footer__bloc .content-title h5::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: var(--footer-link-hover);
        transition: all 0.3s ease; }
      .footer__bloc .content-title h5 .highlight {
        color: var(--footer-link-hover);
        font-weight: 700; }
  .footer__bloc .content {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9; }
    .footer__bloc .content p {
      margin-bottom: 1rem; }
      .footer__bloc .content p:last-child {
        margin-bottom: 0; }
    .footer__bloc .content a {
      color: inherit;
      opacity: 0.8;
      text-decoration: none;
      transition: all 0.3s ease; }
      .footer__bloc .content a:hover {
        opacity: 1;
        color: var(--footer-link-hover); }
  .footer__bloc .bloc__button {
    margin-top: auto;
    padding-top: 1rem; }
    .footer__bloc .bloc__button .btn, .footer__bloc .bloc__button .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .footer__bloc .bloc__button .gform_button, .footer__bloc .bloc__button .products-section .add_to_cart_button, .products-section .footer__bloc .bloc__button .add_to_cart_button,
    .footer__bloc .bloc__button .products-section .product_type_simple,
    .products-section .footer__bloc .bloc__button .product_type_simple,
    .footer__bloc .bloc__button .products-section .product_type_variable,
    .products-section .footer__bloc .bloc__button .product_type_variable {
      display: inline-block;
      padding: 0.5rem 1.5rem;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease; }
      .footer__bloc .bloc__button .btn.btn-outline-light, .footer__bloc .bloc__button .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-outline-light.gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .footer__bloc .bloc__button .btn-outline-light.gform_button, .footer__bloc .bloc__button .products-section .btn-outline-light.add_to_cart_button, .products-section .footer__bloc .bloc__button .btn-outline-light.add_to_cart_button,
      .footer__bloc .bloc__button .products-section .btn-outline-light.product_type_simple,
      .products-section .footer__bloc .bloc__button .btn-outline-light.product_type_simple,
      .footer__bloc .bloc__button .products-section .btn-outline-light.product_type_variable,
      .products-section .footer__bloc .bloc__button .btn-outline-light.product_type_variable {
        border: 2px solid rgba(255, 255, 255, 0.3); }
        .footer__bloc .bloc__button .btn.btn-outline-light:hover, .footer__bloc .bloc__button .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-outline-light.gform_button:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .footer__bloc .bloc__button .btn-outline-light.gform_button:hover, .footer__bloc .bloc__button .products-section .btn-outline-light.add_to_cart_button:hover, .products-section .footer__bloc .bloc__button .btn-outline-light.add_to_cart_button:hover,
        .footer__bloc .bloc__button .products-section .btn-outline-light.product_type_simple:hover,
        .products-section .footer__bloc .bloc__button .btn-outline-light.product_type_simple:hover,
        .footer__bloc .bloc__button .products-section .btn-outline-light.product_type_variable:hover,
        .products-section .footer__bloc .bloc__button .btn-outline-light.product_type_variable:hover {
          background: var(--footer-link-hover);
          border-color: var(--footer-link-hover);
          color: #333; }

.footer__bloc--text .content {
  flex-grow: 1; }

.footer__bloc--menu .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer__bloc--menu .footer-menu li {
    margin-bottom: 0.75rem; }
    .footer__bloc--menu .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer__bloc--menu .footer-menu li a {
      color: inherit;
      opacity: 0.8;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
      position: relative; }
      .footer__bloc--menu .footer-menu li a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        background: var(--footer-link-hover);
        transition: width 0.3s ease; }
      .footer__bloc--menu .footer-menu li a:hover {
        opacity: 1;
        color: var(--footer-link-hover);
        transform: translateX(3px); }
        .footer__bloc--menu .footer-menu li a:hover::before {
          width: 100%; }
  .footer__bloc--menu .footer-menu.footer-menu--horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
    .footer__bloc--menu .footer-menu.footer-menu--horizontal li {
      margin-bottom: 0; }
  .footer__bloc--menu .footer-menu.footer-menu--columns-2 {
    column-count: 2;
    column-gap: 2rem; }
    .footer__bloc--menu .footer-menu.footer-menu--columns-2 li {
      break-inside: avoid; }
  .footer__bloc--menu .footer-menu.footer-menu--columns-3 {
    column-count: 3;
    column-gap: 2rem; }
    .footer__bloc--menu .footer-menu.footer-menu--columns-3 li {
      break-inside: avoid; }

.footer__bloc--contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer__bloc--contact .contact-list .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem; }
    .footer__bloc--contact .contact-list .contact-item:last-child {
      margin-bottom: 0; }
    .footer__bloc--contact .contact-list .contact-item i {
      min-width: 24px;
      margin-right: 0.75rem;
      margin-top: 0.125rem;
      color: var(--footer-link-hover);
      opacity: 0.8; }
    .footer__bloc--contact .contact-list .contact-item strong {
      font-weight: 600;
      margin-right: 0.5rem; }
    .footer__bloc--contact .contact-list .contact-item a {
      color: inherit;
      text-decoration: none;
      transition: all 0.3s ease; }
      .footer__bloc--contact .contact-list .contact-item a:hover {
        color: var(--footer-link-hover); }
    .footer__bloc--contact .contact-list .contact-item--phone a, .footer__bloc--contact .contact-list .contact-item--email a {
      text-decoration: underline;
      text-decoration-color: transparent;
      text-underline-offset: 2px;
      transition: all 0.3s ease; }
      .footer__bloc--contact .contact-list .contact-item--phone a:hover, .footer__bloc--contact .contact-list .contact-item--email a:hover {
        text-decoration-color: var(--footer-link-hover); }
    .footer__bloc--contact .contact-list .contact-item--address {
      line-height: 1.5; }
    .footer__bloc--contact .contact-list .contact-item--hours {
      font-size: 0.9rem; }

.footer__bloc--social .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; }
  .footer__bloc--social .social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .footer__bloc--social .social-links .social-link i {
      font-size: 1.125rem;
      position: relative;
      z-index: 2; }
    .footer__bloc--social .social-links .social-link::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      z-index: 1; }
    .footer__bloc--social .social-links .social-link:hover {
      transform: translateY(-3px); }
      .footer__bloc--social .social-links .social-link:hover::before {
        width: 100%;
        height: 100%; }
  .footer__bloc--social .social-links.social-links--icons-only .social-link {
    background: transparent;
    color: inherit; }
    .footer__bloc--social .social-links.social-links--icons-only .social-link:hover {
      color: var(--footer-link-hover); }
  .footer__bloc--social .social-links.social-links--icons-circle .social-link {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .footer__bloc--social .social-links.social-links--icons-circle .social-link::before {
      border-radius: 50%;
      background: var(--footer-link-hover); }
    .footer__bloc--social .social-links.social-links--icons-circle .social-link:hover {
      border-color: var(--footer-link-hover);
      color: #333;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .footer__bloc--social .social-links.social-links--icons-square .social-link {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .footer__bloc--social .social-links.social-links--icons-square .social-link::before {
      background: var(--footer-link-hover); }
    .footer__bloc--social .social-links.social-links--icons-square .social-link:hover {
      border-color: var(--footer-link-hover);
      color: #333;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .footer__bloc--social .social-links.social-links--text-links {
    gap: 1.5rem; }
    .footer__bloc--social .social-links.social-links--text-links .social-link {
      width: auto;
      height: auto;
      padding: 0;
      background: none;
      border: none;
      color: inherit;
      opacity: 0.8;
      font-size: 0.95rem;
      text-transform: capitalize; }
      .footer__bloc--social .social-links.social-links--text-links .social-link:hover {
        opacity: 1;
        color: var(--footer-link-hover);
        transform: none; }
      .footer__bloc--social .social-links.social-links--text-links .social-link i {
        display: none; }
  .footer__bloc--social .social-links .social-link--facebook:hover::before {
    background: #1877f2; }
  .footer__bloc--social .social-links .social-link--twitter:hover::before {
    background: #1da1f2; }
  .footer__bloc--social .social-links .social-link--instagram:hover::before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
  .footer__bloc--social .social-links .social-link--linkedin:hover::before {
    background: #0a66c2; }
  .footer__bloc--social .social-links .social-link--youtube:hover::before {
    background: #ff0000; }
  .footer__bloc--social .social-links .social-link--pinterest:hover::before {
    background: #bd081c; }
  .footer__bloc--social .social-links .social-link--tiktok:hover::before {
    background: #000000; }
  .footer__bloc--social .social-links .social-link--whatsapp:hover::before {
    background: #25d366; }

.footer__bloc--newsletter .newsletter-description {
  margin-bottom: 1.5rem;
  opacity: 0.9;
  font-size: 0.95rem; }
.footer__bloc--newsletter .newsletter-form .gform_wrapper {
  margin: 0; }
  .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
  .footer__bloc--newsletter .newsletter-form .gform_wrapper .gfield {
    margin-bottom: 1rem; }
  .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="email"],
  .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="text"] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: inherit;
    transition: all 0.3s ease; }
    .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="email"]::placeholder,
    .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="text"]::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="email"]:focus,
    .footer__bloc--newsletter .newsletter-form .gform_wrapper input[type="text"]:focus {
      background: rgba(255, 255, 255, 0.15);
      border-color: var(--footer-link-hover);
      outline: none; }
  .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button {
    background: var(--footer-link-hover);
    color: #333;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease; }
    .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:hover {
      background: #c69500;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
.footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group {
  display: flex;
  max-width: 400px; }
  .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .form-control {
    flex: 1;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px 0 0 8px;
    color: inherit;
    transition: all 0.3s ease; }
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .form-control::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .form-control:focus {
      background: rgba(255, 255, 255, 0.15);
      border-color: var(--footer-link-hover);
      outline: none;
      box-shadow: none; }
  .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .btn, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .newsletter-form-default .input-group .gform_button, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .add_to_cart_button, .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .add_to_cart_button,
  .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_simple,
  .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_simple,
  .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_variable,
  .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_variable {
    border-radius: 0 8px 8px 0;
    border: 2px solid var(--footer-link-hover);
    background: var(--footer-link-hover);
    color: #333;
    padding: 0 1.5rem;
    transition: all 0.3s ease; }
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .btn:hover, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .gform_wrapper .gform_button:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .newsletter-form-default .input-group .gform_button:hover, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .add_to_cart_button:hover, .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .add_to_cart_button:hover,
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_simple:hover,
    .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_simple:hover,
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_variable:hover,
    .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_variable:hover {
      background: #c69500;
      border-color: #c69500;
      transform: none; }
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .btn i, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .gform_wrapper .gform_button i, .footer__bloc--newsletter .newsletter-form .gform_wrapper .newsletter-form-default .input-group .gform_button i, .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .add_to_cart_button i, .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .add_to_cart_button i,
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_simple i,
    .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_simple i,
    .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .products-section .product_type_variable i,
    .products-section .footer__bloc--newsletter .newsletter-form .newsletter-form-default .input-group .product_type_variable i {
      font-size: 1rem; }

.footer__copyright {
  padding: 1.25rem 0;
  border-top: 1px solid var(--footer-border-color);
  font-size: 0.875rem; }
  .footer__copyright .copyright-content p {
    margin: 0;
    opacity: 0.8; }
    .footer__copyright .copyright-content p a {
      color: inherit;
      text-decoration: none;
      opacity: 0.9;
      transition: all 0.3s ease;
      position: relative; }
      .footer__copyright .copyright-content p a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background: var(--footer-link-hover);
        transition: width 0.3s ease; }
      .footer__copyright .copyright-content p a:hover {
        opacity: 1;
        color: var(--footer-link-hover); }
        .footer__copyright .copyright-content p a:hover::after {
          width: 100%; }
  .footer__copyright .copyright-content.text-start {
    text-align: left; }
  .footer__copyright .copyright-content.text-center {
    text-align: center; }
  .footer__copyright .copyright-content.text-end {
    text-align: right; }

@media (max-width: 991px) {
  .footer__blocs {
    padding: 50px 0 30px; }

  .footer__bloc .content-title h5 {
    font-size: 1.125rem; }

  .footer__bloc--menu .footer-menu.footer-menu--columns-3 {
    column-count: 2; } }
@media (max-width: 767px) {
  .footer__blocs {
    padding: 40px 0 20px;
    text-align: center; }

  .footer__bloc {
    margin-bottom: 2.5rem; }
    .footer__bloc:last-child {
      margin-bottom: 0; }
    .footer__bloc .bloc__logo {
      text-align: center; }
      .footer__bloc .bloc__logo img {
        margin: 0 auto; }
    .footer__bloc .content-title h5::after {
      left: 50%;
      transform: translateX(-50%); }
    .footer__bloc .bloc__button {
      text-align: center; }

  .footer__bloc--menu .footer-menu.footer-menu--horizontal {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem; }
  .footer__bloc--menu .footer-menu.footer-menu--columns-2, .footer__bloc--menu .footer-menu.footer-menu--columns-3 {
    column-count: 1; }

  .footer__bloc--contact .contact-list .contact-item {
    justify-content: center;
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

  .footer__bloc--social .social-links {
    justify-content: center; }
    .footer__bloc--social .social-links.social-links--text-links {
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }

  .footer__bloc--newsletter .newsletter-form-default .input-group {
    max-width: 100%;
    flex-direction: column; }
    .footer__bloc--newsletter .newsletter-form-default .input-group .form-control {
      border-radius: 8px;
      margin-bottom: 0.75rem; }
    .footer__bloc--newsletter .newsletter-form-default .input-group .btn, .footer__bloc--newsletter .newsletter-form-default .input-group .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .newsletter-form-default .input-group .gform_button, .footer__bloc--newsletter .newsletter-form-default .input-group .products-section .add_to_cart_button, .products-section .footer__bloc--newsletter .newsletter-form-default .input-group .add_to_cart_button,
    .footer__bloc--newsletter .newsletter-form-default .input-group .products-section .product_type_simple,
    .products-section .footer__bloc--newsletter .newsletter-form-default .input-group .product_type_simple,
    .footer__bloc--newsletter .newsletter-form-default .input-group .products-section .product_type_variable,
    .products-section .footer__bloc--newsletter .newsletter-form-default .input-group .product_type_variable {
      border-radius: 8px;
      width: 100%;
      padding: 0.75rem; }

  .footer__copyright {
    padding: 1.5rem 0; }
    .footer__copyright .copyright-content {
      text-align: center !important; }
      .footer__copyright .copyright-content p {
        font-size: 0.8rem;
        line-height: 1.6; }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px; }
    .back-to-top i {
      font-size: 1rem; } }
@media (max-width: 575px) {
  .footer__bloc .content {
    font-size: 0.9rem; }

  .footer__copyright .copyright-content p {
    font-size: 0.75rem; }
    .footer__copyright .copyright-content p a {
      display: inline-block;
      margin: 0.25rem 0; } }
@media (prefers-color-scheme: dark) {
  .site-footer {
    --footer-border-color: rgba(255, 255, 255, 0.1); } }
@media print {
  .site-footer {
    background: none !important;
    color: #000 !important;
    border-top: 1px solid #ccc; }
    .site-footer .footer__bloc--social,
    .site-footer .footer__bloc--newsletter,
    .site-footer .back-to-top {
      display: none; } }
.btn, .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .products-section .add_to_cart_button,
.products-section .product_type_simple,
.products-section .product_type_variable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent; }
  .btn:focus, .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:focus, .products-section .add_to_cart_button:focus,
  .products-section .product_type_simple:focus,
  .products-section .product_type_variable:focus {
    outline: none; }
  .btn:disabled, .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:disabled, .products-section .add_to_cart_button:disabled,
  .products-section .product_type_simple:disabled,
  .products-section .product_type_variable:disabled {
    opacity: 0.65;
    cursor: not-allowed; }
  .btn-sm {
    padding: 8px 16px;
    font-size: .9rem; }
  .btn-lg {
    padding: 16px 32px;
    font-size: 1.1rem; }
  .btn-xl {
    padding: 20px 40px;
    font-size: 1.25rem; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn i, .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button i, .products-section .add_to_cart_button i,
  .products-section .product_type_simple i,
  .products-section .product_type_variable i {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    transition: all 0.3s ease; }
  .btn:disabled, .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:disabled, .products-section .add_to_cart_button:disabled,
  .products-section .product_type_simple:disabled,
  .products-section .product_type_variable:disabled, .btn.disabled, .footer__bloc--newsletter .newsletter-form .gform_wrapper .disabled.gform_button, .products-section .disabled.add_to_cart_button,
  .products-section .disabled.product_type_simple,
  .products-section .disabled.product_type_variable {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none; }

.btn-modern, .products-section .add_to_cart_button,
.products-section .product_type_simple,
.products-section .product_type_variable {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .btn-modern, .products-section .add_to_cart_button,
    .products-section .product_type_simple,
    .products-section .product_type_variable {
      font-size: .75rem; } }
  .btn-modern::before, .products-section .add_to_cart_button::before,
  .products-section .product_type_simple::before,
  .products-section .product_type_variable::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f9bb00;
    transition: left 0.3s;
    z-index: -1; }
  .btn-modern:hover::before, .products-section .add_to_cart_button:hover::before,
  .products-section .product_type_simple:hover::before,
  .products-section .product_type_variable:hover::before {
    left: 0; }
  .btn-modern.btn-primary-modern, .products-section .add_to_cart_button,
  .products-section .product_type_simple,
  .products-section .product_type_variable {
    background: #1537b4;
    color: #ffffff;
    border: 1px solid #1537b4; }
    .btn-modern.btn-primary-modern:hover, .products-section .add_to_cart_button:hover,
    .products-section .product_type_simple:hover,
    .products-section .product_type_variable:hover {
      color: #333;
      border-color: #f9bb00; }
  .btn-modern.btn-secondary-modern, .products-section .btn-secondary-modern.add_to_cart_button,
  .products-section .btn-secondary-modern.product_type_simple,
  .products-section .btn-secondary-modern.product_type_variable {
    background: #f9bb00;
    color: #333 !important;
    border: 1px solid #f9bb00; }
    .btn-modern.btn-secondary-modern::before, .products-section .btn-secondary-modern.add_to_cart_button::before,
    .products-section .btn-secondary-modern.product_type_simple::before,
    .products-section .btn-secondary-modern.product_type_variable::before {
      background: #333; }
    .btn-modern.btn-secondary-modern:hover, .products-section .btn-secondary-modern.add_to_cart_button:hover,
    .products-section .btn-secondary-modern.product_type_simple:hover,
    .products-section .btn-secondary-modern.product_type_variable:hover {
      color: #f9bb00 !important;
      border-color: #333; }
  .btn-modern.btn-dark-modern, .products-section .btn-dark-modern.add_to_cart_button,
  .products-section .btn-dark-modern.product_type_simple,
  .products-section .btn-dark-modern.product_type_variable {
    background: #333;
    color: #f9bb00;
    border: 1px solid #333; }
    .btn-modern.btn-dark-modern::before, .products-section .btn-dark-modern.add_to_cart_button::before,
    .products-section .btn-dark-modern.product_type_simple::before,
    .products-section .btn-dark-modern.product_type_variable::before {
      background: #ffffff; }
    .btn-modern.btn-dark-modern:hover, .products-section .btn-dark-modern.add_to_cart_button:hover,
    .products-section .btn-dark-modern.product_type_simple:hover,
    .products-section .btn-dark-modern.product_type_variable:hover {
      color: #f9bb00;
      border-color: #333; }
  .btn-modern.btn-outline-modern, .products-section .btn-outline-modern.add_to_cart_button,
  .products-section .btn-outline-modern.product_type_simple,
  .products-section .btn-outline-modern.product_type_variable {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn-modern.btn-outline-modern:hover, .products-section .btn-outline-modern.add_to_cart_button:hover,
    .products-section .btn-outline-modern.product_type_simple:hover,
    .products-section .btn-outline-modern.product_type_variable:hover {
      color: #333;
      border-color: #f9bb00; }

.btn-primary {
  background-color: #1537b4;
  border-color: #1537b4;
  color: #ffffff; }
  .btn-primary:hover {
    background-color: #102986;
    border-color: #102986;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 180, 0.25); }
  .btn-primary:active, .btn-primary.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-secondary {
  background-color: #f9bb00;
  border-color: #f9bb00;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #c69500;
    border-color: #c69500;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 187, 0, 0.25); }
  .btn-secondary:active, .btn-secondary.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff; }
  .btn-success:hover {
    background-color: #1e7e34;
    border-color: #1e7e34;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .btn-success:active, .btn-success.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff; }
  .btn-danger:hover {
    background-color: #bd2130;
    border-color: #bd2130;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .btn-danger:active, .btn-danger.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-warning {
  background-color: #F9A800;
  border-color: #F9A800;
  color: #333; }
  .btn-warning:hover {
    background-color: #c68600;
    border-color: #c68600;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 168, 0, 0.25); }
  .btn-warning:active, .btn-warning.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-info {
  background-color: #8db3d0;
  border-color: #8db3d0;
  color: #ffffff; }
  .btn-info:hover {
    background-color: #699bc1;
    border-color: #699bc1;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 179, 208, 0.25); }
  .btn-info:active, .btn-info.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-light {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #333; }
  .btn-light:hover {
    background-color: #cbd3da;
    border-color: #cbd3da;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.25); }
  .btn-light:active, .btn-light.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-dark {
  background-color: #333;
  border-color: #333;
  color: #ffffff; }
  .btn-dark:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25); }
  .btn-dark:active, .btn-dark.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1537b4; }
  .btn-white:hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #1537b4;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }
  .btn-white:active, .btn-white.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-accent {
  background-color: #f9bb00;
  border-color: #f9bb00;
  color: #ffffff; }
  .btn-accent:hover {
    background-color: #c69500;
    border-color: #c69500;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .btn-accent:focus, .btn-accent.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 187, 0, 0.25); }
  .btn-accent:active, .btn-accent.active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-outline-primary {
  color: #1537b4;
  border-color: #1537b4;
  background-color: transparent; }
  .btn-outline-primary:hover {
    background-color: #1537b4;
    border-color: #1537b4;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 180, 0.25); }

.btn-outline-secondary {
  color: #f9bb00;
  border-color: #f9bb00;
  background-color: transparent; }
  .btn-outline-secondary:hover {
    background-color: #f9bb00;
    border-color: #f9bb00;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 187, 0, 0.25); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
  background-color: transparent; }
  .btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent; }
  .btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.btn-outline-warning {
  color: #F9A800;
  border-color: #F9A800;
  background-color: transparent; }
  .btn-outline-warning:hover {
    background-color: #F9A800;
    border-color: #F9A800;
    color: #333;
    transform: translateY(-2px); }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 168, 0, 0.25); }

.btn-outline-info {
  color: #8db3d0;
  border-color: #8db3d0;
  background-color: transparent; }
  .btn-outline-info:hover {
    background-color: #8db3d0;
    border-color: #8db3d0;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 179, 208, 0.25); }

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
  background-color: transparent;
  border-color: #cbd3da; }
  .btn-outline-light:hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #333;
    transform: translateY(-2px); }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.25); }

.btn-outline-dark {
  color: #333;
  border-color: #333;
  background-color: transparent; }
  .btn-outline-dark:hover {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
    transform: translateY(-2px); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25); }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    background-color: #ffffff;
    color: #1537b4; }

.btn-gradient {
  background: linear-gradient(135deg, #f9bb00 0%, #ad8200 100%);
  border: none;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1537b4 0%, #1a5f7a 100%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1; }
  .btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(249, 187, 0, 0.3); }
    .btn-gradient:hover::before {
      opacity: 1; }

.btn-ghost {
  background: transparent;
  border: 1px solid transparent;
  color: #1537b4;
  position: relative; }
  .btn-ghost::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 55, 180, 0.05);
    border-radius: inherit;
    opacity: 0;
    transition: all 0.3s ease; }
  .btn-ghost:hover {
    color: #f9bb00; }
    .btn-ghost:hover::before {
      opacity: 1; }

.btn-link {
  background: transparent;
  border: none;
  color: #f9bb00;
  padding: 0;
  text-decoration: underline; }
  .btn-link:hover {
    color: #c69500;
    text-decoration: none;
    transform: none;
    box-shadow: none; }
  .btn-link:focus {
    box-shadow: none; }

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .btn-icon-sm {
    width: 32px;
    height: 32px;
    font-size: 0.875rem; }
  .btn-icon-lg {
    width: 48px;
    height: 48px;
    font-size: 1.125rem; }
  .btn-icon i {
    margin: 0 !important; }

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button, .products-section .btn-group > .add_to_cart_button,
  .products-section .btn-group > .product_type_simple,
  .products-section .btn-group > .product_type_variable {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:not(:first-child), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:not(:first-child), .products-section .btn-group > .add_to_cart_button:not(:first-child),
    .products-section .btn-group > .product_type_simple:not(:first-child),
    .products-section .btn-group > .product_type_variable:not(:first-child) {
      margin-left: -2px; }
    .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle), .products-section .btn-group > .add_to_cart_button:not(:last-child):not(.dropdown-toggle),
    .products-section .btn-group > .product_type_simple:not(:last-child):not(.dropdown-toggle),
    .products-section .btn-group > .product_type_variable:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .btn-group > .btn:not(:first-child), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:not(:first-child), .products-section .btn-group > .add_to_cart_button:not(:first-child),
    .products-section .btn-group > .product_type_simple:not(:first-child),
    .products-section .btn-group > .product_type_variable:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .btn-group > .btn:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:hover, .products-section .btn-group > .add_to_cart_button:hover,
    .products-section .btn-group > .product_type_simple:hover,
    .products-section .btn-group > .product_type_variable:hover, .btn-group > .btn:focus, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:focus, .products-section .btn-group > .add_to_cart_button:focus,
    .products-section .btn-group > .product_type_simple:focus,
    .products-section .btn-group > .product_type_variable:focus, .btn-group > .btn:active, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .gform_button:active, .products-section .btn-group > .add_to_cart_button:active,
    .products-section .btn-group > .product_type_simple:active,
    .products-section .btn-group > .product_type_variable:active, .btn-group > .btn.active, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group > .active.gform_button, .products-section .btn-group > .active.add_to_cart_button,
    .products-section .btn-group > .active.product_type_simple,
    .products-section .btn-group > .active.product_type_variable {
      z-index: 1; }
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .btn-group-vertical > .btn, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group-vertical > .gform_button, .products-section .btn-group-vertical > .add_to_cart_button,
    .products-section .btn-group-vertical > .product_type_simple,
    .products-section .btn-group-vertical > .product_type_variable {
      width: 100%; }
      .btn-group-vertical > .btn:not(:first-child), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group-vertical > .gform_button:not(:first-child), .products-section .btn-group-vertical > .add_to_cart_button:not(:first-child),
      .products-section .btn-group-vertical > .product_type_simple:not(:first-child),
      .products-section .btn-group-vertical > .product_type_variable:not(:first-child) {
        margin-top: -2px;
        margin-left: 0; }
      .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle), .products-section .btn-group-vertical > .add_to_cart_button:not(:last-child):not(.dropdown-toggle),
      .products-section .btn-group-vertical > .product_type_simple:not(:last-child):not(.dropdown-toggle),
      .products-section .btn-group-vertical > .product_type_variable:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      .btn-group-vertical > .btn:not(:first-child), .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group-vertical > .gform_button:not(:first-child), .products-section .btn-group-vertical > .add_to_cart_button:not(:first-child),
      .products-section .btn-group-vertical > .product_type_simple:not(:first-child),
      .products-section .btn-group-vertical > .product_type_variable:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }

.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none; }
  .btn-loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
.btn-pulse {
  position: relative; }
  .btn-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: inherit;
    transform: translate(-50%, -50%);
    animation: pulse-effect 2s infinite;
    opacity: 0.5;
    z-index: -1; }

@keyframes pulse-effect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5; }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0; } }
@media (max-width: 575.98px) {
  .btn-sm-block {
    display: block;
    width: 100%; }

  .btn-group-sm-vertical {
    flex-direction: column; }
    .btn-group-sm-vertical > .btn, .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-group-sm-vertical > .gform_button, .products-section .btn-group-sm-vertical > .add_to_cart_button,
    .products-section .btn-group-sm-vertical > .product_type_simple,
    .products-section .btn-group-sm-vertical > .product_type_variable {
      width: 100%; } }
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(51, 51, 51, 0.125);
  border-radius: 20px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; }
  .card:hover {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0px); }

.card-body {
  flex: 1 1 auto;
  padding: 2rem; }

.card-header {
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  background-color: rgba(233, 236, 239, 0.5);
  border-bottom: 1px solid rgba(51, 51, 51, 0.125); }
  .card-header:first-child {
    border-radius: calc(20px - 1px) calc(20px - 1px) 0 0; }

.card-footer {
  padding: 1.5rem 2rem;
  background-color: rgba(233, 236, 239, 0.5);
  border-top: 1px solid rgba(51, 51, 51, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(20px - 1px) calc(20px - 1px); }

.card-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1537b4; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: #666666; }

.card-text {
  margin-bottom: 1rem;
  color: #4d4d4d; }
  .card-text:last-child {
    margin-bottom: 0; }

.card-link {
  color: #f9bb00;
  text-decoration: none; }
  .card-link:hover {
    color: #c69500;
    text-decoration: underline; }
  .card-link + .card-link {
    margin-left: 1.25rem; }

.related-card {
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%; }
  .related-card:hover {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px); }
  .related-card:hover {
    transform: translateY(-5px); }
    .related-card:hover .related-icon {
      background: linear-gradient(135deg, #f9bb00 0%, #ad8200 100%);
      color: #ffffff; }
      .related-card:hover .related-icon i {
        color: #ffffff; }
    .related-card:hover .related-link {
      color: #f9bb00; }
      .related-card:hover .related-link i {
        transform: translateX(5px); }
  .related-card .related-icon {
    width: 70px;
    height: 70px;
    background: rgba(21, 55, 180, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 auto 1.5rem; }
    .related-card .related-icon i {
      font-size: 28px;
      color: #1537b4;
      transition: all 0.3s ease; }
  .related-card h3 {
    font-size: 1.25rem;
    color: #1537b4;
    margin-bottom: 0.75rem; }
  .related-card p {
    color: #666666;
    margin-bottom: 1rem; }
  .related-card .related-link {
    color: #1537b4;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; }
    .related-card .related-link i {
      transition: all 0.3s ease; }

@media (max-width: 767.98px) {
  .card {
    margin-bottom: 1.5rem; } }
/**
 * Styles pour les templates d'actualités WordPress
 * Version simplifiée sans sommaire latéral
 */
.hero-actualites,
.hero-taxonomy,
.hero-single-actualite {
  position: relative;
  background: linear-gradient(135deg, #1537b4 0%, #0d226f 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; }
  @media (max-width: 768px) {
    .hero-actualites,
    .hero-taxonomy,
    .hero-single-actualite {
      padding: 60px 0 40px; } }
  .hero-actualites .overlay-gradient,
  .hero-taxonomy .overlay-gradient,
  .hero-single-actualite .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.9) 0%, rgba(10, 27, 89, 0.85) 100%);
    z-index: 1; }
  .hero-actualites .container,
  .hero-taxonomy .container,
  .hero-single-actualite .container {
    position: relative;
    z-index: 2; }
  .hero-actualites .hero-content .hero-title,
  .hero-taxonomy .hero-content .hero-title,
  .hero-single-actualite .hero-content .hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      .hero-actualites .hero-content .hero-title,
      .hero-taxonomy .hero-content .hero-title,
      .hero-single-actualite .hero-content .hero-title {
        font-size: 2rem; } }
  .hero-actualites .hero-content .hero-description,
  .hero-taxonomy .hero-content .hero-description,
  .hero-single-actualite .hero-content .hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 800px; }
    @media (max-width: 768px) {
      .hero-actualites .hero-content .hero-description,
      .hero-taxonomy .hero-content .hero-description,
      .hero-single-actualite .hero-content .hero-description {
        font-size: 1rem; } }
  .hero-actualites .hero-content .breadcrumbs,
  .hero-taxonomy .hero-content .breadcrumbs,
  .hero-single-actualite .hero-content .breadcrumbs {
    opacity: 0.9;
    margin-top: 1rem; }
    .hero-actualites .hero-content .breadcrumbs a,
    .hero-taxonomy .hero-content .breadcrumbs a,
    .hero-single-actualite .hero-content .breadcrumbs a {
      color: #ffffff;
      text-decoration: none;
      transition: all 0.3s ease; }
      .hero-actualites .hero-content .breadcrumbs a:hover,
      .hero-taxonomy .hero-content .breadcrumbs a:hover,
      .hero-single-actualite .hero-content .breadcrumbs a:hover {
        opacity: 0.8; }
    .hero-actualites .hero-content .breadcrumbs .breadcrumb_last,
    .hero-taxonomy .hero-content .breadcrumbs .breadcrumb_last,
    .hero-single-actualite .hero-content .breadcrumbs .breadcrumb_last {
      opacity: 0.7; }
  .hero-actualites .meta-info,
  .hero-taxonomy .meta-info,
  .hero-single-actualite .meta-info {
    font-size: 0.95rem; }
    .hero-actualites .meta-info a,
    .hero-taxonomy .meta-info a,
    .hero-single-actualite .meta-info a {
      color: inherit;
      text-decoration: none; }
      .hero-actualites .meta-info a:hover,
      .hero-taxonomy .meta-info a:hover,
      .hero-single-actualite .meta-info a:hover {
        text-decoration: underline; }
  .hero-actualites .category-badges .badge,
  .hero-taxonomy .category-badges .badge,
  .hero-single-actualite .category-badges .badge {
    padding: 0.5rem 1rem;
    font-weight: 500; }
    .hero-actualites .category-badges .badge:hover,
    .hero-taxonomy .category-badges .badge:hover,
    .hero-single-actualite .category-badges .badge:hover {
      transform: translateY(-2px);
      transition: all 0.3s ease; }

.actualites-filter .card,
.taxonomy-filter .card {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
.actualites-filter .search-container .search-icon,
.taxonomy-filter .search-container .search-icon {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  pointer-events: none;
  z-index: 10; }
.actualites-filter .search-container input.form-control,
.taxonomy-filter .search-container input.form-control {
  padding-left: 2.75rem;
  border-radius: 0.5rem; }
  .actualites-filter .search-container input.form-control:focus,
  .taxonomy-filter .search-container input.form-control:focus {
    border-color: #1537b4;
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 180, 0.25); }
.actualites-filter .form-select,
.taxonomy-filter .form-select {
  cursor: pointer; }
  .actualites-filter .form-select:focus,
  .taxonomy-filter .form-select:focus {
    border-color: #1537b4;
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 180, 0.25); }

.actualites-grid .card,
#taxonomy-articles-grid .card {
  border: none;
  transition: all 0.3s ease; }
  .actualites-grid .card.hover-lift:hover,
  #taxonomy-articles-grid .card.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .actualites-grid .card .card-img-top,
  #taxonomy-articles-grid .card .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0; }
  .actualites-grid .card .placeholder-image,
  #taxonomy-articles-grid .card .placeholder-image {
    height: 200px;
    background-color: #f8f9fa;
    border-radius: 0.5rem 0.5rem 0 0; }
  .actualites-grid .card .card-body,
  #taxonomy-articles-grid .card .card-body {
    padding: 1.5rem; }
  .actualites-grid .card .card-title,
  #taxonomy-articles-grid .card .card-title {
    margin-bottom: 0.75rem; }
    .actualites-grid .card .card-title a,
    #taxonomy-articles-grid .card .card-title a {
      transition: all 0.3s ease; }
      .actualites-grid .card .card-title a:hover,
      #taxonomy-articles-grid .card .card-title a:hover {
        color: #1537b4; }
  .actualites-grid .card .category-badge .badge,
  #taxonomy-articles-grid .card .category-badge .badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.65rem;
    font-weight: 500; }
    .actualites-grid .card .category-badge .badge:hover,
    #taxonomy-articles-grid .card .category-badge .badge:hover {
      opacity: 0.9; }
  .actualites-grid .card .meta-info,
  #taxonomy-articles-grid .card .meta-info {
    font-size: 0.875rem;
    color: #6c757d; }
    .actualites-grid .card .meta-info span,
    #taxonomy-articles-grid .card .meta-info span {
      display: inline-flex;
      align-items: center; }
    .actualites-grid .card .meta-info i,
    #taxonomy-articles-grid .card .meta-info i {
      font-size: 0.875rem; }
  .actualites-grid .card .card-text,
  #taxonomy-articles-grid .card .card-text {
    color: #495057;
    line-height: 1.6; }
  .actualites-grid .card .btn-outline-primary,
  #taxonomy-articles-grid .card .btn-outline-primary {
    border-width: 1px;
    font-weight: 500; }
    .actualites-grid .card .btn-outline-primary:hover,
    #taxonomy-articles-grid .card .btn-outline-primary:hover {
      transform: translateX(3px); }
.actualites-grid .featured-article,
#taxonomy-articles-grid .featured-article {
  overflow: hidden; }
  .actualites-grid .featured-article .img-fluid,
  #taxonomy-articles-grid .featured-article .img-fluid {
    min-height: 100%;
    object-fit: cover; }
  .actualites-grid .featured-article .card-body,
  #taxonomy-articles-grid .featured-article .card-body {
    padding: 2rem; }
    @media (max-width: 768px) {
      .actualites-grid .featured-article .card-body,
      #taxonomy-articles-grid .featured-article .card-body {
        padding: 1.5rem; } }
  .actualites-grid .featured-article .card-title,
  #taxonomy-articles-grid .featured-article .card-title {
    font-size: 1.75rem; }
    @media (max-width: 768px) {
      .actualites-grid .featured-article .card-title,
      #taxonomy-articles-grid .featured-article .card-title {
        font-size: 1.5rem; } }

.actualite-single .featured-image {
  margin-bottom: 2rem; }
  .actualite-single .featured-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover; }
  .actualite-single .featured-image figcaption {
    margin-top: 0.5rem;
    font-style: italic; }
.actualite-single .article-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #343a40; }
  .actualite-single .article-content h2, .actualite-single .article-content h3, .actualite-single .article-content h4, .actualite-single .article-content h5, .actualite-single .article-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #212529; }
  .actualite-single .article-content h2 {
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef; }
  .actualite-single .article-content h3 {
    font-size: 1.5rem; }
  .actualite-single .article-content h4 {
    font-size: 1.25rem; }
  .actualite-single .article-content p {
    margin-bottom: 1.25rem; }
  .actualite-single .article-content ul, .actualite-single .article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 2rem; }
    .actualite-single .article-content ul li, .actualite-single .article-content ol li {
      margin-bottom: 0.5rem; }
  .actualite-single .article-content blockquote {
    border-left: 4px solid #1537b4;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #495057; }
  .actualite-single .article-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 0.5rem; }
  .actualite-single .article-content pre {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0; }
    .actualite-single .article-content pre code {
      color: #212529; }
  .actualite-single .article-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse; }
    .actualite-single .article-content table th, .actualite-single .article-content table td {
      padding: 0.75rem;
      border: 1px solid #dee2e6; }
    .actualite-single .article-content table th {
      background-color: #f8f9fa;
      font-weight: 600;
      text-align: left; }
.actualite-single .article-tags .btn-outline-secondary {
  font-size: 0.875rem;
  padding: 0.35rem 0.75rem; }
  .actualite-single .article-tags .btn-outline-secondary:hover {
    background-color: #1a5f7a;
    border-color: #1a5f7a;
    color: #ffffff; }
.actualite-single .social-share-section .btn-outline-primary {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .actualite-single .social-share-section .btn-outline-primary:hover {
    transform: translateY(-3px); }
.actualite-single .author-box {
  background-color: #f8f9fa;
  border-left: 4px solid #1537b4; }
  .actualite-single .author-box img {
    width: 80px;
    height: 80px;
    object-fit: cover; }
.actualite-single .post-navigation .nav-previous a,
.actualite-single .post-navigation .nav-next a {
  font-weight: 500;
  color: #212529;
  transition: all 0.3s ease; }
  .actualite-single .post-navigation .nav-previous a:hover,
  .actualite-single .post-navigation .nav-next a:hover {
    color: #1537b4; }
.actualite-single .related-posts .card {
  transition: all 0.3s ease; }
  .actualite-single .related-posts .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .actualite-single .related-posts .card .card-img-top {
    height: 150px;
    object-fit: cover; }

.actualites-pagination .pagination,
.taxonomy-pagination .pagination {
  justify-content: center;
  gap: 0.25rem; }
  .actualites-pagination .pagination .page-numbers,
  .taxonomy-pagination .pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    min-width: 40px;
    height: 40px;
    border: 1px solid #dee2e6;
    color: #495057;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: all 0.3s ease; }
    .actualites-pagination .pagination .page-numbers:hover,
    .taxonomy-pagination .pagination .page-numbers:hover {
      background-color: #f8f9fa;
      border-color: #ced4da; }
    .actualites-pagination .pagination .page-numbers.current,
    .taxonomy-pagination .pagination .page-numbers.current {
      background-color: #1537b4;
      border-color: #1537b4;
      color: #ffffff;
      font-weight: 500; }
    .actualites-pagination .pagination .page-numbers.dots,
    .taxonomy-pagination .pagination .page-numbers.dots {
      border: none;
      cursor: default; }
      .actualites-pagination .pagination .page-numbers.dots:hover,
      .taxonomy-pagination .pagination .page-numbers.dots:hover {
        background-color: transparent; }
  .actualites-pagination .pagination .prev,
  .actualites-pagination .pagination .next,
  .taxonomy-pagination .pagination .prev,
  .taxonomy-pagination .pagination .next {
    padding: 0.5rem 1rem;
    font-weight: 500; }

.comments-section .comment-form .form-control {
  border-radius: 0.5rem; }
  .comments-section .comment-form .form-control:focus {
    border-color: #1537b4;
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 180, 0.25); }
.comments-section .comment-list {
  list-style: none;
  padding: 0; }
  .comments-section .comment-list .comment {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem; }
    .comments-section .comment-list .comment .comment-author {
      font-weight: 600;
      margin-bottom: 0.5rem; }
      .comments-section .comment-list .comment .comment-author img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 0.75rem; }
    .comments-section .comment-list .comment .comment-meta {
      font-size: 0.875rem;
      color: #6c757d;
      margin-bottom: 1rem; }
    .comments-section .comment-list .comment .comment-content {
      line-height: 1.6; }
    .comments-section .comment-list .comment .children {
      list-style: none;
      margin-top: 1.5rem;
      padding-left: 2rem;
      border-left: 2px solid #dee2e6; }

@media (max-width: 768px) {
  .actualites-filter .search-container,
  .taxonomy-filter .search-container {
    margin-bottom: 1rem; }

  .actualites-grid .featured-article .row .col-md-6:first-child,
  #taxonomy-articles-grid .featured-article .row .col-md-6:first-child {
    margin-bottom: 1rem; }

  .social-share-section .row .col-md-6 {
    text-align: center !important;
    margin-bottom: 1rem; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.actualites-grid article,
#taxonomy-articles-grid article {
  animation: fadeInUp 0.5s ease;
  animation-fill-mode: both; }
  .actualites-grid article:nth-child(1),
  #taxonomy-articles-grid article:nth-child(1) {
    animation-delay: 0.1s; }
  .actualites-grid article:nth-child(2),
  #taxonomy-articles-grid article:nth-child(2) {
    animation-delay: 0.2s; }
  .actualites-grid article:nth-child(3),
  #taxonomy-articles-grid article:nth-child(3) {
    animation-delay: 0.3s; }
  .actualites-grid article:nth-child(4),
  #taxonomy-articles-grid article:nth-child(4) {
    animation-delay: 0.4s; }
  .actualites-grid article:nth-child(5),
  #taxonomy-articles-grid article:nth-child(5) {
    animation-delay: 0.5s; }
  .actualites-grid article:nth-child(6),
  #taxonomy-articles-grid article:nth-child(6) {
    animation-delay: 0.6s; }
  .actualites-grid article:nth-child(7),
  #taxonomy-articles-grid article:nth-child(7) {
    animation-delay: 0.7s; }
  .actualites-grid article:nth-child(8),
  #taxonomy-articles-grid article:nth-child(8) {
    animation-delay: 0.8s; }
  .actualites-grid article:nth-child(9),
  #taxonomy-articles-grid article:nth-child(9) {
    animation-delay: 0.9s; }
  .actualites-grid article:nth-child(10),
  #taxonomy-articles-grid article:nth-child(10) {
    animation-delay: 1s; }
  .actualites-grid article:nth-child(11),
  #taxonomy-articles-grid article:nth-child(11) {
    animation-delay: 1.1s; }
  .actualites-grid article:nth-child(12),
  #taxonomy-articles-grid article:nth-child(12) {
    animation-delay: 1.2s; }

.object-fit-cover {
  object-fit: cover; }

.hover-lift {
  transition: transform 0.3s ease box-shadow 0.3s ease ease; }

@media (prefers-color-scheme: dark) {
  .card {
    background-color: #343a40;
    color: #f8f9fa; }
    .card .card-title a {
      color: #f8f9fa; }
    .card .card-text {
      color: #dee2e6; }

  .actualites-filter .card,
  .taxonomy-filter .card {
    background-color: #343a40; }
  .actualites-filter .form-control,
  .actualites-filter .form-select,
  .taxonomy-filter .form-control,
  .taxonomy-filter .form-select {
    background-color: #495057;
    border-color: #6c757d;
    color: #f8f9fa; } }
.flexible-content-wrapper .section-divider {
  margin: 80px auto;
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, #1537b4 30%, #f9bb00 50%, #1537b4 70%, transparent);
  max-width: 200px; }
  @media (max-width: 768px) {
    .flexible-content-wrapper .section-divider {
      margin: 40px auto; } }

.content-section-right,
.content-section-left {
  position: relative;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .content-section-right,
    .content-section-left {
      padding: 60px 0; } }
  .content-section-right .section-header,
  .content-section-left .section-header {
    position: relative; }
    .content-section-right .section-header .section-badge-wrapper .badge,
    .content-section-left .section-header .section-badge-wrapper .badge {
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .content-section-right .section-header h2,
    .content-section-left .section-header h2 {
      margin-bottom: 1rem; }
      @media (max-width: 768px) {
        .content-section-right .section-header h2,
        .content-section-left .section-header h2 {
          font-size: 2rem; } }
    .content-section-right .section-header .lead,
    .content-section-left .section-header .lead {
      font-size: 1.125rem;
      max-width: 800px;
      margin: 0 auto; }
  .content-section-right .content-visual,
  .content-section-left .content-visual {
    position: relative; }
    .content-section-right .content-visual .image-wrapper,
    .content-section-left .content-visual .image-wrapper {
      position: relative;
      overflow: hidden;
      border-radius: 12px; }
      .content-section-right .content-visual .image-wrapper img,
      .content-section-left .content-visual .image-wrapper img {
        transition: transform 0.5s ease;
        width: 100%;
        height: auto;
        display: block; }
      .content-section-right .content-visual .image-wrapper .image-overlay-badge,
      .content-section-left .content-visual .image-wrapper .image-overlay-badge {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background: rgba(249, 187, 0, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
        .content-section-right .content-visual .image-wrapper .image-overlay-badge i,
        .content-section-left .content-visual .image-wrapper .image-overlay-badge i {
          font-size: 1.5rem; }
      .content-section-right .content-visual .image-wrapper:hover img,
      .content-section-left .content-visual .image-wrapper:hover img {
        transform: scale(1.03); }
  .content-section-right .content-text .highlight-box,
  .content-section-left .content-text .highlight-box {
    transition: all 0.3s ease;
    position: relative; }
    .content-section-right .content-text .highlight-box::before,
    .content-section-left .content-text .highlight-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: -4px;
      bottom: 0;
      width: 4px;
      background: #f9bb00;
      border-radius: 2px;
      transition: width 0.3s ease; }
      @media (max-width: 768px) {
        .content-section-right .content-text .highlight-box::before,
        .content-section-left .content-text .highlight-box::before {
          display: none; } }
    .content-section-right .content-text .highlight-box .highlight-icon-wrapper,
    .content-section-left .content-text .highlight-box .highlight-icon-wrapper {
      min-width: 50px;
      height: 50px;
      background: rgba(249, 187, 0, 0.1);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      @media (max-width: 768px) {
        .content-section-right .content-text .highlight-box .highlight-icon-wrapper,
        .content-section-left .content-text .highlight-box .highlight-icon-wrapper {
          display: none; } }
    .content-section-right .content-text .highlight-box:hover,
    .content-section-left .content-text .highlight-box:hover {
      transform: translateX(5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
      .content-section-right .content-text .highlight-box:hover::before,
      .content-section-left .content-text .highlight-box:hover::before {
        width: 6px; }
      .content-section-right .content-text .highlight-box:hover .highlight-icon-wrapper,
      .content-section-left .content-text .highlight-box:hover .highlight-icon-wrapper {
        background: rgba(249, 187, 0, 0.15); }
  .content-section-right .content-text .features-list,
  .content-section-left .content-text .features-list {
    margin-top: 2rem; }
    .content-section-right .content-text .features-list .feature-item,
    .content-section-left .content-text .features-list .feature-item {
      transition: all 0.3s ease;
      padding: 4px;
      margin-bottom: .2rem !important; }
      .content-section-right .content-text .features-list .feature-item .feature-icon-wrapper,
      .content-section-left .content-text .features-list .feature-item .feature-icon-wrapper {
        min-width: 36px;
        height: 36px;
        background: rgba(249, 187, 0, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease; }
        .content-section-right .content-text .features-list .feature-item .feature-icon-wrapper i,
        .content-section-left .content-text .features-list .feature-item .feature-icon-wrapper i {
          font-size: 1.2rem; }
      .content-section-right .content-text .features-list .feature-item .feature-content strong,
      .content-section-left .content-text .features-list .feature-item .feature-content strong {
        color: #1537b4;
        font-size: 1rem; }
      .content-section-right .content-text .features-list .feature-item .feature-content p,
      .content-section-left .content-text .features-list .feature-item .feature-content p {
        line-height: 1.5; }
      .content-section-right .content-text .features-list .feature-item:hover,
      .content-section-left .content-text .features-list .feature-item:hover {
        background: rgba(248, 249, 250, 0.5);
        transform: translateX(5px); }
        .content-section-right .content-text .features-list .feature-item:hover .feature-icon-wrapper,
        .content-section-left .content-text .features-list .feature-item:hover .feature-icon-wrapper {
          background: #f9bb00; }
          .content-section-right .content-text .features-list .feature-item:hover .feature-icon-wrapper i,
          .content-section-left .content-text .features-list .feature-item:hover .feature-icon-wrapper i {
            color: #ffffff; }
      .content-section-right .content-text .features-list .feature-item.animate-on-scroll,
      .content-section-left .content-text .features-list .feature-item.animate-on-scroll {
        opacity: 1; }
        .content-section-right .content-text .features-list .feature-item.animate-on-scroll.in-view,
        .content-section-left .content-text .features-list .feature-item.animate-on-scroll.in-view {
          opacity: 1;
          transform: translateX(0);
          transition: all 0.6s ease; }
  .content-section-right .content-text .button-wrapper .btn-modern, .content-section-right .content-text .button-wrapper .products-section .add_to_cart_button, .products-section .content-section-right .content-text .button-wrapper .add_to_cart_button,
  .content-section-right .content-text .button-wrapper .products-section .product_type_simple,
  .products-section .content-section-right .content-text .button-wrapper .product_type_simple,
  .content-section-right .content-text .button-wrapper .products-section .product_type_variable,
  .products-section .content-section-right .content-text .button-wrapper .product_type_variable,
  .content-section-left .content-text .button-wrapper .btn-modern,
  .content-section-left .content-text .button-wrapper .products-section .add_to_cart_button,
  .products-section .content-section-left .content-text .button-wrapper .add_to_cart_button,
  .content-section-left .content-text .button-wrapper .products-section .product_type_simple,
  .products-section .content-section-left .content-text .button-wrapper .product_type_simple,
  .content-section-left .content-text .button-wrapper .products-section .product_type_variable,
  .products-section .content-section-left .content-text .button-wrapper .product_type_variable {
    position: relative;
    overflow: hidden; }
    .content-section-right .content-text .button-wrapper .btn-modern span, .content-section-right .content-text .button-wrapper .products-section .add_to_cart_button span, .products-section .content-section-right .content-text .button-wrapper .add_to_cart_button span,
    .content-section-right .content-text .button-wrapper .products-section .product_type_simple span,
    .products-section .content-section-right .content-text .button-wrapper .product_type_simple span,
    .content-section-right .content-text .button-wrapper .products-section .product_type_variable span,
    .products-section .content-section-right .content-text .button-wrapper .product_type_variable span,
    .content-section-left .content-text .button-wrapper .btn-modern span,
    .content-section-left .content-text .button-wrapper .products-section .add_to_cart_button span,
    .products-section .content-section-left .content-text .button-wrapper .add_to_cart_button span,
    .content-section-left .content-text .button-wrapper .products-section .product_type_simple span,
    .products-section .content-section-left .content-text .button-wrapper .product_type_simple span,
    .content-section-left .content-text .button-wrapper .products-section .product_type_variable span,
    .products-section .content-section-left .content-text .button-wrapper .product_type_variable span {
      position: relative;
      z-index: 2; }
    .content-section-right .content-text .button-wrapper .btn-modern i, .content-section-right .content-text .button-wrapper .products-section .add_to_cart_button i, .products-section .content-section-right .content-text .button-wrapper .add_to_cart_button i,
    .content-section-right .content-text .button-wrapper .products-section .product_type_simple i,
    .products-section .content-section-right .content-text .button-wrapper .product_type_simple i,
    .content-section-right .content-text .button-wrapper .products-section .product_type_variable i,
    .products-section .content-section-right .content-text .button-wrapper .product_type_variable i,
    .content-section-left .content-text .button-wrapper .btn-modern i,
    .content-section-left .content-text .button-wrapper .products-section .add_to_cart_button i,
    .products-section .content-section-left .content-text .button-wrapper .add_to_cart_button i,
    .content-section-left .content-text .button-wrapper .products-section .product_type_simple i,
    .products-section .content-section-left .content-text .button-wrapper .product_type_simple i,
    .content-section-left .content-text .button-wrapper .products-section .product_type_variable i,
    .products-section .content-section-left .content-text .button-wrapper .product_type_variable i {
      transition: transform 0.3s ease; }
    .content-section-right .content-text .button-wrapper .btn-modern:hover i, .content-section-right .content-text .button-wrapper .products-section .add_to_cart_button:hover i, .products-section .content-section-right .content-text .button-wrapper .add_to_cart_button:hover i,
    .content-section-right .content-text .button-wrapper .products-section .product_type_simple:hover i,
    .products-section .content-section-right .content-text .button-wrapper .product_type_simple:hover i,
    .content-section-right .content-text .button-wrapper .products-section .product_type_variable:hover i,
    .products-section .content-section-right .content-text .button-wrapper .product_type_variable:hover i,
    .content-section-left .content-text .button-wrapper .btn-modern:hover i,
    .content-section-left .content-text .button-wrapper .products-section .add_to_cart_button:hover i,
    .products-section .content-section-left .content-text .button-wrapper .add_to_cart_button:hover i,
    .content-section-left .content-text .button-wrapper .products-section .product_type_simple:hover i,
    .products-section .content-section-left .content-text .button-wrapper .product_type_simple:hover i,
    .content-section-left .content-text .button-wrapper .products-section .product_type_variable:hover i,
    .products-section .content-section-left .content-text .button-wrapper .product_type_variable:hover i {
      transform: translateX(5px); }
  .content-section-right[data-title-position="centered"] .content-text,
  .content-section-left[data-title-position="centered"] .content-text {
    padding-top: 0; }
  @media (max-width: 992px) {
    .content-section-right .content-visual,
    .content-section-left .content-visual {
      margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    .content-section-right[data-title-position="column"] .content-text,
    .content-section-left[data-title-position="column"] .content-text {
      text-align: center; }
      .content-section-right[data-title-position="column"] .content-text .features-list,
      .content-section-left[data-title-position="column"] .content-text .features-list {
        text-align: left; }
    .content-section-right .section-header,
    .content-section-left .section-header {
      margin-bottom: 3rem; } }

.max-w-3xl {
  max-width: 48rem; }

.photo-gallery-media-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .photo-gallery-media-section {
      padding: 60px 0; } }
  .photo-gallery-media-section .gallery-filters button {
    border-radius: 25px;
    padding: 8px 25px;
    transition: all 0.3s ease;
    border: 2px solid #1537b4;
    color: #1537b4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: transparent;
    cursor: pointer; }
    .photo-gallery-media-section .gallery-filters button:hover {
      background: rgba(21, 55, 180, 0.1);
      transform: translateY(-2px); }
    .photo-gallery-media-section .gallery-filters button.active {
      background: #1537b4;
      color: #ffffff;
      border-color: #1537b4;
      box-shadow: 0 5px 15px rgba(21, 55, 180, 0.3); }
  .photo-gallery-media-section .gallery-grid {
    display: grid;
    gap: 20px; }
    .photo-gallery-media-section .gallery-grid.gallery-cols-2 {
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 768px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-2 {
          grid-template-columns: 1fr; } }
    .photo-gallery-media-section .gallery-grid.gallery-cols-3 {
      grid-template-columns: repeat(3, 1fr); }
      @media (max-width: 992px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-3 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 768px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-3 {
          grid-template-columns: 1fr; } }
    .photo-gallery-media-section .gallery-grid.gallery-cols-4 {
      grid-template-columns: repeat(4, 1fr); }
      @media (max-width: 1200px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-4 {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 992px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-4 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 768px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-4 {
          grid-template-columns: 1fr; } }
    .photo-gallery-media-section .gallery-grid.gallery-cols-5 {
      grid-template-columns: repeat(5, 1fr); }
      @media (max-width: 1200px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-5 {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 992px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-5 {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 768px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-5 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 576px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-5 {
          grid-template-columns: 1fr; } }
    .photo-gallery-media-section .gallery-grid.gallery-cols-6 {
      grid-template-columns: repeat(6, 1fr); }
      @media (max-width: 1200px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-6 {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 992px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-6 {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 768px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-6 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 576px) {
        .photo-gallery-media-section .gallery-grid.gallery-cols-6 {
          grid-template-columns: 1fr; } }
  .photo-gallery-media-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease; }
    .photo-gallery-media-section .gallery-item.isotope-hidden {
      display: none !important; }
    .photo-gallery-media-section .gallery-item .gallery-item-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      .photo-gallery-media-section .gallery-item .gallery-item-inner a {
        display: block;
        position: relative; }
      .photo-gallery-media-section .gallery-item .gallery-item-inner img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease; }
    .photo-gallery-media-section .gallery-item .gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to top, rgba(21, 55, 180, 0.9) 0%, rgba(21, 55, 180, 0.3) 100%);
      opacity: 0;
      transition: all 0.3s ease;
      display: flex;
      align-items: flex-end;
      padding: 20px; }
      .photo-gallery-media-section .gallery-item .gallery-overlay .gallery-overlay-content {
        color: #ffffff;
        width: 100%;
        transform: translateY(20px);
        transition: transform 0.3s ease; }
        .photo-gallery-media-section .gallery-item .gallery-overlay .gallery-overlay-content h5 {
          font-size: 1.1rem;
          font-weight: 600;
          margin-bottom: 5px;
          color: #ffffff; }
        .photo-gallery-media-section .gallery-item .gallery-overlay .gallery-overlay-content p {
          font-size: 0.9rem;
          margin: 0;
          opacity: 0.9; }
    .photo-gallery-media-section .gallery-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .photo-gallery-media-section .gallery-item:hover img {
        transform: scale(1.05); }
      .photo-gallery-media-section .gallery-item:hover .gallery-overlay {
        opacity: 1; }
        .photo-gallery-media-section .gallery-item:hover .gallery-overlay .gallery-overlay-content {
          transform: translateY(0); }
  .photo-gallery-media-section[data-layout="masonry"] .gallery-grid {
    display: block; }
  .photo-gallery-media-section[data-layout="masonry"] .gallery-item {
    margin-bottom: 20px; }

.realisations-grid-section {
  padding: 80px 0;
  background: #f8f9fa; }
  @media (max-width: 768px) {
    .realisations-grid-section {
      padding: 60px 0; } }
  .realisations-grid-section .realisations-filters button {
    border-radius: 25px;
    padding: 8px 25px;
    transition: all 0.3s ease;
    border: 2px solid #1537b4;
    color: #1537b4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: transparent;
    cursor: pointer; }
    .realisations-grid-section .realisations-filters button:hover {
      background: rgba(21, 55, 180, 0.1);
      transform: translateY(-2px); }
    .realisations-grid-section .realisations-filters button.active {
      background: #1537b4;
      color: #ffffff;
      border-color: #1537b4;
      box-shadow: 0 5px 15px rgba(21, 55, 180, 0.3); }
  .realisations-grid-section .realisations-grid {
    display: grid;
    gap: 30px;
    justify-content: center; }
    .realisations-grid-section .realisations-grid.gallery-cols-2 {
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 768px) {
        .realisations-grid-section .realisations-grid.gallery-cols-2 {
          grid-template-columns: 1fr; } }
    .realisations-grid-section .realisations-grid.gallery-cols-3 {
      grid-template-columns: repeat(3, 1fr); }
      @media (max-width: 992px) {
        .realisations-grid-section .realisations-grid.gallery-cols-3 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 768px) {
        .realisations-grid-section .realisations-grid.gallery-cols-3 {
          grid-template-columns: 1fr; } }
    .realisations-grid-section .realisations-grid.gallery-cols-4 {
      grid-template-columns: repeat(4, 1fr); }
      @media (max-width: 1200px) {
        .realisations-grid-section .realisations-grid.gallery-cols-4 {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 992px) {
        .realisations-grid-section .realisations-grid.gallery-cols-4 {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 768px) {
        .realisations-grid-section .realisations-grid.gallery-cols-4 {
          grid-template-columns: 1fr; } }
  .realisations-grid-section .realisation-item {
    transition: all 0.3s ease; }
    .realisations-grid-section .realisation-item.isotope-hidden {
      display: none !important; }
    .realisations-grid-section .realisation-item .realisation-item-inner {
      background: #ffffff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .realisations-grid-section .realisation-item .realisation-item-inner:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
        .realisations-grid-section .realisation-item .realisation-item-inner:hover .realisation-image img {
          transform: scale(1.1); }
    .realisations-grid-section .realisation-item .realisation-link {
      display: block;
      text-decoration: none;
      color: inherit; }
    .realisations-grid-section .realisation-item .realisation-image {
      position: relative;
      overflow: hidden;
      aspect-ratio: 4/3;
      background: #e9ecef; }
      .realisations-grid-section .realisation-item .realisation-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
    .realisations-grid-section .realisation-item .realisation-content {
      padding: 20px;
      flex: 1;
      display: flex;
      flex-direction: column; }
      .realisations-grid-section .realisation-item .realisation-content .realisation-title {
        color: #1537b4;
        font-size: 1.2rem;
        margin-bottom: 10px;
        font-weight: 600; }
        .realisations-grid-section .realisation-item .realisation-content .realisation-title a {
          color: inherit;
          text-decoration: none;
          transition: color 0.3s ease; }
          .realisations-grid-section .realisation-item .realisation-content .realisation-title a:hover {
            color: #f9bb00; }
      .realisations-grid-section .realisation-item .realisation-content .realisation-excerpt {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 15px;
        flex: 1; }
      .realisations-grid-section .realisation-item .realisation-content .realisation-rubriques {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: auto; }
        .realisations-grid-section .realisation-item .realisation-content .realisation-rubriques .badge {
          font-size: 0.75rem;
          padding: 4px 8px;
          background: #f9bb00;
          color: #ffffff; }

.gallery-grid.isotope-loading,
.realisations-grid.isotope-loading {
  opacity: 0.5; }
.gallery-grid .gallery-item,
.gallery-grid .realisation-item,
.realisations-grid .gallery-item,
.realisations-grid .realisation-item {
  transition: all 0.4s ease; }
  .gallery-grid .gallery-item.is-filtering,
  .gallery-grid .realisation-item.is-filtering,
  .realisations-grid .gallery-item.is-filtering,
  .realisations-grid .realisation-item.is-filtering {
    opacity: 0;
    transform: scale(0.8); }
  .gallery-grid .gallery-item.is-visible,
  .gallery-grid .realisation-item.is-visible,
  .realisations-grid .gallery-item.is-visible,
  .realisations-grid .realisation-item.is-visible {
    opacity: 1;
    transform: scale(1); }

.video-gallery-section {
  background: #f8f9fa;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .video-gallery-section {
      padding: 60px 0; } }
  .video-gallery-section .video-filters {
    margin-bottom: 2rem; }
    .video-gallery-section .video-filters button {
      transition: all 0.3s ease;
      border-radius: 25px;
      padding: 8px 25px;
      border: 2px solid #1537b4;
      color: #1537b4;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      background: transparent;
      cursor: pointer; }
      .video-gallery-section .video-filters button:hover {
        background: rgba(21, 55, 180, 0.1);
        transform: translateY(-2px); }
      .video-gallery-section .video-filters button.active {
        background: #1537b4;
        color: #ffffff;
        box-shadow: 0 5px 15px rgba(21, 55, 180, 0.3); }
  @media (max-width: 1200px) {
    .video-gallery-section .video-grid[data-columns="3"] .col-lg-4 {
      flex: 0 0 auto;
      width: 33.333333%; } }
  .video-gallery-section .video-item {
    transition: all 0.3s ease; }
    .video-gallery-section .video-item.filtering {
      opacity: 0;
      transform: scale(0.95); }
  .video-gallery-section .video-card {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column; }
    .video-gallery-section .video-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .video-gallery-section .video-card:hover .video-thumbnail {
        transform: scale(1.05);
        filter: brightness(0.8); }
      .video-gallery-section .video-card:hover .play-button {
        transform: translate(-50%, -50%) scale(1.1); }
        .video-gallery-section .video-card:hover .play-button i {
          color: #f9bb00; }
      .video-gallery-section .video-card:hover .video-title {
        color: #f9bb00; }
  .video-gallery-section .video-wrapper {
    background: #000;
    position: relative;
    overflow: hidden; }
    .video-gallery-section .video-wrapper .video-thumbnail-wrapper {
      position: relative;
      cursor: pointer;
      background: #333; }
      .video-gallery-section .video-wrapper .video-thumbnail-wrapper .video-thumbnail {
        transition: all 0.5s ease;
        object-fit: cover; }
      .video-gallery-section .video-wrapper .video-thumbnail-wrapper .play-button {
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 2;
        pointer-events: none; }
        .video-gallery-section .video-wrapper .video-thumbnail-wrapper .play-button i {
          transition: color 0.3s ease;
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5)); }
      .video-gallery-section .video-wrapper .video-thumbnail-wrapper .video-duration {
        font-size: 0.85rem;
        padding: 0.25rem 0.5rem;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px); }
    .video-gallery-section .video-wrapper iframe, .video-gallery-section .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
  .video-gallery-section .video-info {
    background: #ffffff;
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .video-gallery-section .video-info .video-title {
      color: #1537b4;
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      font-weight: 600;
      transition: color 0.3s ease;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .video-gallery-section .video-info .video-description {
      color: #6c757d;
      margin-bottom: 1rem;
      line-height: 1.6;
      font-size: 0.95rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .video-gallery-section .video-info .video-meta {
      margin-top: auto;
      padding-top: 1rem;
      border-top: 1px solid #e9ecef; }
      .video-gallery-section .video-info .video-meta .badge {
        background: #f9bb00;
        color: #ffffff;
        font-weight: 600;
        padding: 0.35rem 0.75rem;
        font-size: 0.8rem; }
      .video-gallery-section .video-info .video-meta .video-play-btn {
        padding: 0.35rem 1rem;
        font-size: 0.9rem;
        border-radius: 20px;
        transition: all 0.3s ease; }
        .video-gallery-section .video-info .video-meta .video-play-btn:hover {
          background: #1537b4;
          color: #ffffff;
          transform: translateY(-2px);
          box-shadow: 0 4px 10px rgba(21, 55, 180, 0.3); }
  .video-gallery-section .video-loading {
    position: relative; }
    .video-gallery-section .video-loading::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      border-top-color: #ffffff;
      border-radius: 50%;
      animation: spin 1s linear infinite; }

.video-modal .modal-dialog {
  max-width: 90vw; }
  @media (max-width: 768px) {
    .video-modal .modal-dialog {
      max-width: 95vw;
      margin: 1rem; } }
.video-modal .modal-content {
  background: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 10px; }
.video-modal .modal-header {
  padding: 1rem 1.5rem; }
  .video-modal .modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 600; }
  .video-modal .modal-header .btn-close-white {
    filter: brightness(100);
    opacity: 0.8;
    transition: opacity 0.3s ease; }
    .video-modal .modal-header .btn-close-white:hover {
      opacity: 1; }
.video-modal .modal-body {
  background: #000000; }
  .video-modal .modal-body #video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px; }
    .video-modal .modal-body #video-container iframe, .video-modal .modal-body #video-container video {
      width: 100%;
      height: 100%; }
.video-modal.fade .modal-dialog {
  transition: transform 0.3s ease; }
.video-modal.show .modal-dialog {
  transform: none; }

@media (max-width: 992px) {
  .video-gallery-section .video-grid[data-columns="3"] .col-lg-4 {
    width: 50%; } }
@media (max-width: 768px) {
  .video-gallery-section .video-card {
    margin-bottom: 1.5rem; }
  .video-gallery-section .video-info {
    padding: 1rem; }
    .video-gallery-section .video-info .video-title {
      font-size: 1.1rem; }
    .video-gallery-section .video-info .video-description {
      font-size: 0.9rem;
      -webkit-line-clamp: 2; }
  .video-gallery-section .video-filters button {
    font-size: 0.85rem;
    padding: 6px 15px;
    margin: 0.25rem; } }
@media (max-width: 576px) {
  .video-gallery-section .video-grid .col-md-6 {
    width: 100%; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.timeline-section {
  padding: 80px 0;
  background: #f8f9fa; }
  @media (max-width: 768px) {
    .timeline-section {
      padding: 60px 0; } }
  .timeline-section .timeline {
    position: relative;
    padding: 20px 0; }
    .timeline-section .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #1537b4;
      transform: translateX(-50%); }
      @media (max-width: 768px) {
        .timeline-section .timeline::before {
          left: 30px; } }
  .timeline-section .timeline-item {
    position: relative;
    margin-bottom: 50px; }
    .timeline-section .timeline-item:nth-child(odd) .timeline-content {
      margin-left: auto;
      margin-right: 52%;
      text-align: right; }
      @media (max-width: 768px) {
        .timeline-section .timeline-item:nth-child(odd) .timeline-content {
          margin-left: 60px;
          margin-right: 0;
          text-align: left; } }
    .timeline-section .timeline-item:nth-child(even) .timeline-content {
      margin-left: 52%; }
      @media (max-width: 768px) {
        .timeline-section .timeline-item:nth-child(even) .timeline-content {
          margin-left: 60px; } }
  .timeline-section .timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f9bb00;
    border: 3px solid #1537b4;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media (max-width: 768px) {
      .timeline-section .timeline-marker {
        left: 30px; } }
  .timeline-section .timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
    .timeline-section .timeline-content h3 {
      color: #f9bb00;
      font-size: 2rem;
      margin-bottom: 10px; }
    .timeline-section .timeline-content h4 {
      color: #1537b4;
      font-size: 1.3rem;
      margin-bottom: 10px; }

.services-grid-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .services-grid-section {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .services-grid-section .services-grid-5 .col-lg-custom-5 {
      flex: 0 0 auto;
      width: 20%; } }
  .services-grid-section .service-grid-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .services-grid-section .service-grid-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .services-grid-section .service-grid-card:hover .service-icon-box {
        background: #f9bb00;
        transform: scale(1.1); }
        .services-grid-section .service-grid-card:hover .service-icon-box i {
          color: #ffffff; }
      .services-grid-section .service-grid-card:hover .service-image-box img {
        transform: scale(1.05);
        filter: brightness(1.1); }
    .services-grid-section .service-grid-card .text-muted {
      margin-bottom: 0; }
  .services-grid-section .service-icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.1), rgba(21, 55, 180, 0.2));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .services-grid-section .service-icon-box i {
      color: #1537b4;
      transition: color 0.3s ease; }
  .services-grid-section .service-image-box {
    width: auto;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease; }
    .services-grid-section .service-image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease; }
  .services-grid-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    flex: 1; }
    .services-grid-section .feature-list li {
      padding: 0 0 0 0px;
      position: relative; }
      .services-grid-section .feature-list li i {
        color: #f9bb00; }
  @media (max-width: 1200px) {
    .services-grid-section .services-grid-5 .col-lg-custom-5 {
      width: 25%; } }
  @media (max-width: 992px) {
    .services-grid-section .services-grid-4 .col-lg-3,
    .services-grid-section .services-grid-5 .col-lg-custom-5 {
      width: 33.333333%; } }
  @media (max-width: 768px) {
    .services-grid-section .service-grid-card {
      padding: 20px; }
    .services-grid-section .service-icon-box {
      width: 80px;
      height: 80px; }
    .services-grid-section .service-image-box {
      width: 120px;
      height: 120px; }
    .services-grid-section .services-grid-4 .col-lg-3,
    .services-grid-section .services-grid-5 .col-lg-custom-5 {
      width: 50%; } }
  @media (max-width: 576px) {
    .services-grid-section .services-grid-4 .col-lg-3,
    .services-grid-section .services-grid-5 .col-lg-custom-5 {
      width: 100% !important; }
    .services-grid-section .feature-list {
      display: none !important; } }

@media (min-width: 992px) {
  .row.services-grid-5 > .col-lg-custom-5 {
    flex: 0 0 auto;
    width: 20%; } }
.process-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .process-section {
      padding: 60px 0; } }
  .process-section.bg-gradient-primary {
    background: linear-gradient(135deg, #1537b4 0%, #0d226f 100%); }
  @media (min-width: 992px) {
    .process-section[data-steps="5"] .col-lg-custom-5 {
      flex: 0 0 auto;
      width: 20%; } }
  .process-section .process-steps {
    position: relative; }
  .process-section .process-layout-horizontal .process-step {
    text-align: center;
    padding: 30px 20px;
    position: relative; }
    .process-section .process-layout-horizontal .process-step .step-arrow {
      position: absolute;
      right: -25px;
      top: 35%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: #f9bb00;
      opacity: 0.7;
      z-index: 1; }
      @media (max-width: 992px) {
        .process-section .process-layout-horizontal .process-step .step-arrow {
          right: -15px;
          font-size: 1.5rem; } }
      @media (max-width: 768px) {
        .process-section .process-layout-horizontal .process-step .step-arrow {
          display: none; } }
  .process-section .process-layout-vertical .process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    position: relative;
    padding-left: 120px; }
    @media (max-width: 768px) {
      .process-section .process-layout-vertical .process-step {
        padding-left: 100px; } }
    .process-section .process-layout-vertical .process-step::before {
      content: '';
      position: absolute;
      left: 40px;
      top: 50px;
      bottom: -3rem;
      width: 2px;
      background: rgba(255, 255, 255, 0.3); }
    .process-section .process-layout-vertical .process-step:last-child::before {
      display: none; }
    .process-section .process-layout-vertical .process-step .step-visual {
      position: absolute;
      left: 0; }
    .process-section .process-layout-vertical .process-step .step-content {
      text-align: left; }
  .process-section .process-layout-cards .process-step {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; }
    .process-section .process-layout-cards .process-step:hover {
      background: rgba(255, 255, 255, 0.15);
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
  .process-section .step-visual {
    margin: 0 auto 20px; }
  .process-section .step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #f9bb00;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
  .process-section .step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.15);
    border: 3px solid #f9bb00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .process-section .step-icon i {
      font-size: 2.5rem;
      color: #f9bb00; }
  .process-section .step-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #f9bb00;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
    .process-section .step-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .process-section .step-content h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.3rem; }
  .process-section .step-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6; }
  .process-section .process-step:hover .step-number,
  .process-section .process-step:hover .step-icon {
    transform: scale(1.1) rotate(5deg); }
  .process-section .process-step:hover .step-image {
    transform: scale(1.05); }
  @media (max-width: 1200px) {
    .process-section[data-steps="5"] .col-lg-custom-5 {
      width: 33.333333%; } }
  @media (max-width: 992px) {
    .process-section[data-steps="4"] .col-lg-3, .process-section[data-steps="5"] .col-lg-custom-5 {
      width: 50%; } }
  @media (max-width: 768px) {
    .process-section .process-layout-horizontal .process-step {
      margin-bottom: 2rem; }
    .process-section .process-layout-vertical .process-step {
      padding-left: 80px; }
      .process-section .process-layout-vertical .process-step::before {
        left: 25px; }
      .process-section .process-layout-vertical .process-step .step-visual {
        transform: scale(0.8); }
    .process-section .step-visual {
      margin-bottom: 15px; }
    .process-section .step-number,
    .process-section .step-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem; }
      .process-section .step-number i,
      .process-section .step-icon i {
        font-size: 2rem; }
    .process-section .step-image {
      width: 80px;
      height: 80px; } }

.stats-animated-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .stats-animated-section {
      padding: 60px 0; } }
  .stats-animated-section .section-header {
    margin-bottom: 3rem; }
    .stats-animated-section .section-header h2 {
      margin-bottom: 1rem; }
    .stats-animated-section .section-header .lead {
      max-width: 700px;
      margin: 0 auto;
      color: #868e96; }
  .stats-animated-section .stat-box {
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px; }
    .stats-animated-section .stat-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .stats-animated-section .stat-box:hover i {
        transform: scale(1.1) rotate(5deg);
        color: #f9bb00 !important; }
    .stats-animated-section .stat-box i {
      transition: all 0.3s ease; }
    .stats-animated-section .stat-box h3 {
      font-size: 3rem;
      color: #1537b4;
      font-weight: bold;
      margin-bottom: 10px; }
      .stats-animated-section .stat-box h3.counted {
        color: #1537b4; }
      @media (max-width: 768px) {
        .stats-animated-section .stat-box h3 {
          font-size: 2rem; } }
    .stats-animated-section .stat-box p {
      color: #6c757d;
      font-size: 1.1rem;
      margin: 0;
      font-weight: 500;
      letter-spacing: 0.5px; }
  .stats-animated-section.bg-light {
    background: #f8f9fa; }
    .stats-animated-section.bg-light .stat-box {
      border: 1px solid rgba(21, 55, 180, 0.1); }

.testimonials-carousel-section {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .testimonials-carousel-section {
      padding: 60px 0; } }
  .testimonials-carousel-section .testimonials-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 0; }
    @media (max-width: 768px) {
      .testimonials-carousel-section .testimonials-carousel-wrapper {
        padding: 0 40px; } }
    @media (max-width: 576px) {
      .testimonials-carousel-section .testimonials-carousel-wrapper {
        padding: 0; } }
  .testimonials-carousel-section .testimonials-carousel {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    will-change: transform; }
    @media (max-width: 992px) {
      .testimonials-carousel-section .testimonials-carousel {
        gap: 20px; } }
    .testimonials-carousel-section .testimonials-carousel.is-dragging {
      transition: none;
      cursor: grabbing; }
  .testimonials-carousel-section .testimonial-slide {
    flex-shrink: 0;
    flex: 0 0 auto; }
    @media (max-width: 1200px) {
      .testimonials-carousel-section .testimonial-slide {
        width: calc((100% - 60px) / 3); } }
    @media (max-width: 992px) {
      .testimonials-carousel-section .testimonial-slide {
        width: calc((100% - 20px) / 2); } }
    @media (max-width: 768px) {
      .testimonials-carousel-section .testimonial-slide {
        width: calc((100% - 20px) / 2); } }
    @media (max-width: 576px) {
      .testimonials-carousel-section .testimonial-slide {
        width: 100%; } }
  .testimonials-carousel-section .testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none; }
    .testimonials-carousel-section .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .testimonials-carousel-section .testimonial-card:hover .testimonial-link {
        color: #f9bb00; }
        .testimonials-carousel-section .testimonial-card:hover .testimonial-link i {
          transform: translateX(5px); }
    .testimonials-carousel-section .testimonial-card .featured-ribbon {
      opacity: 0;
      position: absolute;
      top: 20px;
      right: -30px;
      background: linear-gradient(135deg, #f9bb00, #c69500);
      color: #ffffff;
      padding: 5px 40px;
      transform: rotate(45deg);
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      z-index: 1;
      overflow: hidden; }
      .testimonials-carousel-section .testimonial-card .featured-ribbon span {
        display: block; }
    .testimonials-carousel-section .testimonial-card__image {
      text-align: center;
      margin-bottom: 20px; }
      .testimonials-carousel-section .testimonial-card__image .testimonial-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #f9bb00;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
    .testimonials-carousel-section .testimonial-card__body {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .testimonials-carousel-section .testimonial-card__body .star-rating {
        display: flex;
        justify-content: center;
        gap: 5px; }
        .testimonials-carousel-section .testimonial-card__body .star-rating .star {
          color: #dee2e6;
          font-size: 1.2rem;
          transition: color 0.2s ease; }
          .testimonials-carousel-section .testimonial-card__body .star-rating .star.filled {
            color: #f9bb00; }
          .testimonials-carousel-section .testimonial-card__body .star-rating .star i {
            font-size: inherit; }
      .testimonials-carousel-section .testimonial-card__body .testimonial-content {
        flex: 1;
        margin: 20px 0; }
        .testimonials-carousel-section .testimonial-card__body .testimonial-content .testimonial-text {
          font-size: 1rem;
          line-height: 1.7;
          color: #495057;
          font-style: italic;
          position: relative;
          padding: 0 20px;
          margin: 0; }
          .testimonials-carousel-section .testimonial-card__body .testimonial-content .testimonial-text::before, .testimonials-carousel-section .testimonial-card__body .testimonial-content .testimonial-text::after {
            font-family: serif;
            font-size: 3rem;
            color: rgba(249, 187, 0, 0.2);
            position: absolute; }
          .testimonials-carousel-section .testimonial-card__body .testimonial-content .testimonial-text::before {
            content: '"';
            top: -10px;
            left: -10px; }
          .testimonials-carousel-section .testimonial-card__body .testimonial-content .testimonial-text::after {
            content: '"';
            bottom: -30px;
            right: -10px; }
      .testimonials-carousel-section .testimonial-card__body .testimonial-link {
        color: #1537b4;
        text-decoration: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        transition: all 0.3s ease; }
        .testimonials-carousel-section .testimonial-card__body .testimonial-link i {
          font-size: 0.9rem;
          transition: transform 0.3s ease; }
    .testimonials-carousel-section .testimonial-card__footer {
      padding-top: 20px;
      margin-top: auto;
      border-top: 1px solid #e9ecef; }
      .testimonials-carousel-section .testimonial-card__footer .testimonial-meta {
        text-align: center; }
        .testimonials-carousel-section .testimonial-card__footer .testimonial-meta .testimonial-author {
          display: block;
          font-weight: 600;
          color: #1537b4;
          font-style: normal;
          font-size: 1.1rem;
          margin-bottom: 5px; }
        .testimonials-carousel-section .testimonial-card__footer .testimonial-meta .testimonial-location {
          display: block;
          font-size: 0.9rem;
          color: #6c757d; }
          .testimonials-carousel-section .testimonial-card__footer .testimonial-meta .testimonial-location i {
            margin-right: 5px;
            color: #f9bb00; }
  .testimonials-carousel-section .testimonial-card--classic {
    border-radius: 10px;
    border: 1px solid #e9ecef; }
    .testimonials-carousel-section .testimonial-card--classic .testimonial-text {
      font-style: normal;
      padding: 0; }
      .testimonials-carousel-section .testimonial-card--classic .testimonial-text::before, .testimonials-carousel-section .testimonial-card--classic .testimonial-text::after {
        display: none; }
    .testimonials-carousel-section .testimonial-card--classic .star-rating {
      justify-content: flex-start; }
    .testimonials-carousel-section .testimonial-card--classic .testimonial-meta {
      text-align: left; }
  .testimonials-carousel-section .testimonial-card--minimal {
    background: transparent;
    border: none;
    padding: 20px; }
    .testimonials-carousel-section .testimonial-card--minimal:hover {
      transform: none; }
      .testimonials-carousel-section .testimonial-card--minimal:hover .testimonial-text {
        color: #1537b4; }
    .testimonials-carousel-section .testimonial-card--minimal .testimonial-text {
      padding: 0;
      font-size: 1.1rem; }
      .testimonials-carousel-section .testimonial-card--minimal .testimonial-text::before {
        position: static;
        margin-right: 10px; }
      .testimonials-carousel-section .testimonial-card--minimal .testimonial-text::after {
        display: none; }
    .testimonials-carousel-section .testimonial-card--minimal__footer {
      border-top: none;
      padding-top: 15px; }
  .testimonials-carousel-section .testimonial-card--elegant {
    background: linear-gradient(135deg, #ffffff 0%, rgba(248, 249, 250, 0.5) 100%);
    border-radius: 30px;
    padding: 40px; }
    .testimonials-carousel-section .testimonial-card--elegant__image .testimonial-avatar {
      width: 100px;
      height: 100px;
      border-color: #ffffff;
      box-shadow: 0 5px 15px rgba(21, 55, 180, 0.2); }
    .testimonials-carousel-section .testimonial-card--elegant .testimonial-text {
      font-size: 1.125rem;
      color: #343a40; }
    .testimonials-carousel-section .testimonial-card--elegant .star-rating .star {
      font-size: 1.4rem; }
  .testimonials-carousel-section .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid #1537b4;
    color: #1537b4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
    .testimonials-carousel-section .carousel-nav:hover:not(:disabled) {
      background: #1537b4;
      color: #ffffff;
      transform: translateY(-50%) scale(1.1); }
    .testimonials-carousel-section .carousel-nav:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .testimonials-carousel-section .carousel-nav--prev {
      left: 0; }
    .testimonials-carousel-section .carousel-nav--next {
      right: 0; }
    .testimonials-carousel-section .carousel-nav i {
      font-size: 1.2rem; }
    @media (max-width: 768px) {
      .testimonials-carousel-section .carousel-nav {
        width: 40px;
        height: 40px; }
        .testimonials-carousel-section .carousel-nav i {
          font-size: 1rem; } }
    @media (max-width: 576px) {
      .testimonials-carousel-section .carousel-nav {
        display: none; } }
  .testimonials-carousel-section .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px; }
    .testimonials-carousel-section .carousel-dots .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ced4da;
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
      padding: 0; }
      .testimonials-carousel-section .carousel-dots .dot:hover {
        background: #6c757d; }
      .testimonials-carousel-section .carousel-dots .dot.active {
        background: #1537b4;
        width: 30px;
        border-radius: 6px; }
  .testimonials-carousel-section.loading .testimonials-carousel {
    opacity: 0.5;
    pointer-events: none; }
  .testimonials-carousel-section.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid rgba(21, 55, 180, 0.3);
    border-top-color: #1537b4;
    border-radius: 50%;
    animation: spin 1s linear infinite; }
  .testimonials-carousel-section .is-featured .testimonial-card__image .testimonial-avatar {
    border-color: #f9bb00;
    border-width: 5px; }
  .testimonials-carousel-section.dark-mode {
    background: #000; }
    .testimonials-carousel-section.dark-mode .testimonial-card {
      background: #1a1a1a;
      color: #ffffff; }
      .testimonials-carousel-section.dark-mode .testimonial-card .testimonial-text {
        color: rgba(255, 255, 255, 0.9); }
      .testimonials-carousel-section.dark-mode .testimonial-card .testimonial-author {
        color: #f9bb00; }
      .testimonials-carousel-section.dark-mode .testimonial-card .testimonial-location {
        color: rgba(255, 255, 255, 0.7); }
      .testimonials-carousel-section.dark-mode .testimonial-card__footer {
        border-top-color: rgba(255, 255, 255, 0.1); }
    .testimonials-carousel-section.dark-mode .carousel-nav {
      background: #1a1a1a;
      border-color: #f9bb00;
      color: #f9bb00; }
      .testimonials-carousel-section.dark-mode .carousel-nav:hover:not(:disabled) {
        background: #f9bb00;
        color: #000; }

@media (pointer: coarse) {
  .testimonials-carousel-section .testimonials-carousel {
    cursor: grab; }
    .testimonials-carousel-section .testimonials-carousel.is-dragging {
      cursor: grabbing; }
  .testimonials-carousel-section .testimonial-card {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; } }
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.testimonial-slide.animate-in {
  animation: slideIn 0.5s ease-out; }
.testimonial-slide.animate-out {
  animation: slideIn 0.5s ease-out reverse; }

.testimonials-carousel[data-preload="true"] .testimonial-slide {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(1) {
    animation-delay: 0.1s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(2) {
    animation-delay: 0.2s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(3) {
    animation-delay: 0.3s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(4) {
    animation-delay: 0.4s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(5) {
    animation-delay: 0.5s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(6) {
    animation-delay: 0.6s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(7) {
    animation-delay: 0.7s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(8) {
    animation-delay: 0.8s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(9) {
    animation-delay: 0.9s; }
  .testimonials-carousel[data-preload="true"] .testimonial-slide:nth-child(10) {
    animation-delay: 1s; }

.faq-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .faq-section {
      padding: 60px 0; } }
  .faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
  .faq-section .accordion-button {
    background: white;
    color: #1537b4;
    font-weight: 600;
    padding: 20px; }
    .faq-section .accordion-button:not(.collapsed) {
      background: linear-gradient(to right, rgba(21, 55, 180, 0.05), rgba(249, 187, 0, 0.05));
      color: #1537b4; }
    .faq-section .accordion-button:focus {
      box-shadow: none;
      border-color: #f9bb00; }
    .faq-section .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E5978'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .faq-section .accordion-body {
    padding: 20px;
    background: white; }

.two-columns-free-section {
  position: relative; }
  .two-columns-free-section .section-header {
    margin-bottom: 3rem; }
    .two-columns-free-section .section-header h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem; }
      @media (max-width: 768px) {
        .two-columns-free-section .section-header h2 {
          font-size: 2rem; } }
    .two-columns-free-section .section-header .lead {
      font-size: 1.25rem;
      max-width: 800px;
      margin: 0 auto; }
  .two-columns-free-section .column-content {
    height: 100%; }
    .two-columns-free-section .column-content h3 {
      font-size: 1.75rem;
      font-weight: 600;
      margin-bottom: 1rem; }
      @media (max-width: 768px) {
        .two-columns-free-section .column-content h3 {
          font-size: 1.5rem; } }
    .two-columns-free-section .column-content h4 {
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 1.5rem;
      opacity: 0.8; }
    .two-columns-free-section .column-content .column-wysiwyg {
      font-size: 1rem;
      line-height: 1.7; }
      .two-columns-free-section .column-content .column-wysiwyg p {
        margin-bottom: 1rem; }
        .two-columns-free-section .column-content .column-wysiwyg p:last-child {
          margin-bottom: 0; }
      .two-columns-free-section .column-content .column-wysiwyg ul, .two-columns-free-section .column-content .column-wysiwyg ol {
        margin-bottom: 1rem;
        padding-left: 1.5rem; }
        .two-columns-free-section .column-content .column-wysiwyg ul li, .two-columns-free-section .column-content .column-wysiwyg ol li {
          margin-bottom: 0.5rem; }
      .two-columns-free-section .column-content .column-wysiwyg blockquote {
        padding-left: 1.5rem;
        border-left: 4px solid var(--bs-primary);
        font-style: italic;
        margin: 1.5rem 0; }
      .two-columns-free-section .column-content .column-wysiwyg img {
        max-width: 100%;
        height: auto;
        border-radius: 0.5rem;
        margin: 1rem 0; }
      .two-columns-free-section .column-content .column-wysiwyg table {
        width: 100%;
        margin: 1.5rem 0;
        border-collapse: collapse; }
        .two-columns-free-section .column-content .column-wysiwyg table th, .two-columns-free-section .column-content .column-wysiwyg table td {
          padding: 0.75rem;
          border: 1px solid rgba(0, 0, 0, 0.1); }
        .two-columns-free-section .column-content .column-wysiwyg table th {
          background-color: rgba(0, 0, 0, 0.03);
          font-weight: 600; }
      .two-columns-free-section .column-content .column-wysiwyg .btn, .two-columns-free-section .column-content .column-wysiwyg .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .two-columns-free-section .column-content .column-wysiwyg .gform_button, .two-columns-free-section .column-content .column-wysiwyg .products-section .add_to_cart_button, .products-section .two-columns-free-section .column-content .column-wysiwyg .add_to_cart_button,
      .two-columns-free-section .column-content .column-wysiwyg .products-section .product_type_simple,
      .products-section .two-columns-free-section .column-content .column-wysiwyg .product_type_simple,
      .two-columns-free-section .column-content .column-wysiwyg .products-section .product_type_variable,
      .products-section .two-columns-free-section .column-content .column-wysiwyg .product_type_variable, .two-columns-free-section .column-content .column-wysiwyg a.button {
        display: inline-block;
        margin-top: 0.5rem; }
  .two-columns-free-section.bg-dark .column-wysiwyg blockquote {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .two-columns-free-section.bg-dark .column-wysiwyg table th, .two-columns-free-section.bg-dark .column-wysiwyg table td {
    border-color: rgba(255, 255, 255, 0.2); }
  .two-columns-free-section.bg-dark .column-wysiwyg table th {
    background-color: rgba(255, 255, 255, 0.1); }
  .two-columns-free-section.bg-primary .column-wysiwyg blockquote {
    border-left-color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 991px) {
    .two-columns-free-section .row > [class*="col-"]:first-child {
      margin-bottom: 2rem; } }
  .two-columns-free-section[data-aos] .column-1 {
    animation-delay: 0.1s; }
  .two-columns-free-section[data-aos] .column-2 {
    animation-delay: 0.2s; }
  @media (min-width: 992px) {
    .two-columns-free-section[data-layout="3-9"] .column-1, .two-columns-free-section[data-layout="4-8"] .column-1 {
      padding-right: 2rem; } }
  @media (min-width: 992px) {
    .two-columns-free-section[data-layout="9-3"] .column-2, .two-columns-free-section[data-layout="8-4"] .column-2 {
      padding-left: 2rem; } }
  @media (min-width: 992px) {
    .two-columns-free-section .column-1 {
      position: relative; }
      .two-columns-free-section .column-1::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5rem;
        bottom: 0;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, transparent); }
    .two-columns-free-section.bg-dark .column-1::after {
      background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, transparent); } }

.partners-certif-section {
  padding: 80px 0;
  background: #f8f9fa; }
  @media (max-width: 768px) {
    .partners-certif-section {
      padding: 60px 0; } }
  .partners-certif-section .partner-showcase {
    text-align: center; }
    .partners-certif-section .partner-showcase .partner-item {
      padding: 30px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
      .partners-certif-section .partner-showcase .partner-item h3 {
        color: #f9bb00; }
  .partners-certif-section .certif-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease; }
    .partners-certif-section .certif-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
    .partners-certif-section .certif-card h5 {
      color: #1537b4;
      margin-bottom: 5px; }
    .partners-certif-section .certif-card p {
      color: #6c757d;
      font-size: 0.9rem;
      margin: 0; }

.contact-form-section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .contact-form-section {
      padding: 60px 0; } }
  .contact-form-section .contact-badges .badge-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #1537b4; }
    .contact-form-section .contact-badges .badge-item i {
      font-size: 1.5rem;
      margin-right: 15px; }
  .contact-form-section .contact-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
    .contact-form-section .contact-form input[type="text"],
    .contact-form-section .contact-form input[type="email"],
    .contact-form-section .contact-form input[type="tel"],
    .contact-form-section .contact-form select,
    .contact-form-section .contact-form textarea {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid #e9ecef;
      border-radius: 8px;
      transition: all 0.3s ease; }
      .contact-form-section .contact-form input[type="text"]:focus,
      .contact-form-section .contact-form input[type="email"]:focus,
      .contact-form-section .contact-form input[type="tel"]:focus,
      .contact-form-section .contact-form select:focus,
      .contact-form-section .contact-form textarea:focus {
        border-color: #f9bb00;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(249, 187, 0, 0.25); }
    .contact-form-section .contact-form input[type="submit"] {
      background: #1537b4;
      color: #ffffff;
      border: none;
      padding: 12px 30px;
      border-radius: 5px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease; }
      .contact-form-section .contact-form input[type="submit"]:hover {
        background: #102986;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.cta-banner-section {
  background: linear-gradient(135deg, #1537b4 0%, #0a1b59 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .cta-banner-section {
      padding: 60px 0; } }
  .cta-banner-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 187, 0, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite; }
  .cta-banner-section .cta-banner-content {
    position: relative;
    z-index: 2; }
    .cta-banner-section .cta-banner-content h2 {
      color: white; }
      @media (max-width: 768px) {
        .cta-banner-section .cta-banner-content h2 {
          font-size: 2rem; } }
    .cta-banner-section .cta-banner-content .btn-lg {
      padding: 15px 40px;
      font-size: 1.2rem; }
      @media (max-width: 768px) {
        .cta-banner-section .cta-banner-content .btn-lg {
          padding: 12px 30px;
          font-size: 1rem; } }

.blog-grid-section {
  padding: 80px 0;
  background: #f8f9fa; }
  @media (max-width: 768px) {
    .blog-grid-section {
      padding: 60px 0; } }
  .blog-grid-section .blog-grid-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease; }
    .blog-grid-section .blog-grid-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .blog-grid-section .blog-grid-card:hover .blog-image img {
        transform: scale(1.1); }
  .blog-grid-section .blog-image {
    position: relative;
    overflow: hidden;
    height: 200px; }
    .blog-grid-section .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease; }
    .blog-grid-section .blog-image .blog-category {
      position: absolute;
      top: 20px;
      left: 20px;
      background: #f9bb00;
      color: #000;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 600; }
  .blog-grid-section .blog-content {
    padding: 25px; }
    .blog-grid-section .blog-content h3 {
      color: #1537b4;
      font-size: 1.3rem;
      margin-bottom: 15px; }
    .blog-grid-section .blog-content p {
      color: #6c757d;
      margin-bottom: 20px; }
    .blog-grid-section .blog-content .blog-meta {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
      font-size: 0.9rem;
      color: #6c757d; }
      .blog-grid-section .blog-content .blog-meta i {
        margin-right: 5px; }
    .blog-grid-section .blog-content .btn-link {
      color: #1537b4;
      text-decoration: none;
      font-weight: 600; }
      .blog-grid-section .blog-content .btn-link:hover {
        color: #f9bb00; }

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3; }
  50% {
    transform: scale(1.2);
    opacity: 0.1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.text-primary {
  color: #1537b4 !important; }

.text-warning {
  color: #f9bb00 !important; }

.text-white {
  color: #ffffff !important; }

.text-muted {
  color: #000 !important; }

.bg-primary {
  background-color: #1537b4 !important; }

.bg-warning {
  background-color: #f9bb00 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-white {
  background-color: #ffffff !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .display-4 {
      font-size: 2.5rem; } }

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .display-5 {
      font-size: 2rem; } }

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .display-6 {
      font-size: 1.75rem; } }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }
  @media (max-width: 768px) {
    .lead {
      font-size: 1.1rem; } }

.fw-bold {
  font-weight: 700 !important; }

@media (max-width: 992px) {
  .content-section-right .content-visual,
  .content-section-left .content-visual {
    margin-bottom: 2rem; } }
@media (max-width: 768px) {
  .content-section-right .content-text,
  .content-section-left .content-text {
    text-align: center; }
    .content-section-right .content-text .features-list ul li,
    .content-section-left .content-text .features-list ul li {
      text-align: left; }

  .photo-gallery-section .gallery-item {
    height: 200px;
    margin-bottom: 1rem; }
  .photo-gallery-section .gallery-categories button {
    font-size: 0.85rem;
    padding: 6px 15px;
    margin: 5px 3px; }

  .video-gallery-section .video-card {
    margin-bottom: 1.5rem; }
    .video-gallery-section .video-card .video-info {
      padding: 15px; }
      .video-gallery-section .video-card .video-info h4 {
        font-size: 1.1rem; }
      .video-gallery-section .video-card .video-info p {
        font-size: 0.9rem; }

  .process-section .process-step::after {
    display: none; }

  .timeline-section .timeline::before {
    left: 30px; }

  .timeline-section .timeline-item .timeline-content {
    margin-left: 60px !important;
    margin-right: 0 !important;
    text-align: left !important; } }
@media (max-width: 576px) {
  .photo-gallery-section .gallery-item {
    height: 180px; }

  .content-section-right .highlight-box,
  .content-section-left .highlight-box {
    padding: 15px !important; }
    .content-section-right .highlight-box i,
    .content-section-left .highlight-box i {
      font-size: 1.5rem !important; } }
@media print {
  .gallery-categories,
  .navbar,
  .footer-section {
    display: none !important; }

  .hero-banner-section {
    background: none !important; }
    .hero-banner-section::after {
      display: none; }
    .hero-banner-section h1, .hero-banner-section p {
      color: #1537b4 !important; } }
.documents-download-section {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .documents-download-section {
      padding: 40px 0; } }
  @media (max-width: 768px) {
    .documents-download-section .section-header h2 {
      font-size: 2rem; } }
  .documents-download-section .section-header .lead {
    max-width: 800px;
    margin: 0 auto; }
  .documents-download-section .documents-list .document-list-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%; }
    .documents-download-section .documents-list .document-list-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      border-color: rgba(21, 55, 180, 0.2); }
    .documents-download-section .documents-list .document-list-card .document-icon-wrapper {
      width: 70px;
      height: 70px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.3s ease; }
      .documents-download-section .documents-list .document-list-card .document-icon-wrapper i {
        font-size: 2rem; }
    .documents-download-section .documents-list .document-list-card .document-content .document-title {
      color: #1537b4;
      margin-bottom: 0.5rem;
      font-weight: 600;
      line-height: 1.4; }
      @media (max-width: 768px) {
        .documents-download-section .documents-list .document-list-card .document-content .document-title {
          font-size: 1.1rem; } }
    .documents-download-section .documents-list .document-list-card .document-content .document-description {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #6c757d; }
    .documents-download-section .documents-list .document-list-card .document-content .document-meta {
      font-size: 0.875rem; }
      .documents-download-section .documents-list .document-list-card .document-content .document-meta .badge {
        font-size: 0.75rem;
        padding: 4px 10px;
        font-weight: 600;
        letter-spacing: 0.5px; }
    .documents-download-section .documents-list .document-list-card .document-action .btn-download {
      white-space: nowrap;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 8px;
      transition: all 0.3s ease; }
      .documents-download-section .documents-list .document-list-card .document-action .btn-download i {
        transition: transform 0.3s ease; }
      .documents-download-section .documents-list .document-list-card .document-action .btn-download:hover {
        transform: translateX(-3px); }
        .documents-download-section .documents-list .document-list-card .document-action .btn-download:hover i {
          transform: translateY(2px); }
      @media (max-width: 768px) {
        .documents-download-section .documents-list .document-list-card .document-action .btn-download {
          padding: 8px 16px;
          font-size: 0.9rem; } }
    @media (max-width: 768px) {
      .documents-download-section .documents-list .document-list-card {
        padding: 20px; }
        .documents-download-section .documents-list .document-list-card .d-flex {
          flex-direction: column;
          text-align: center; }
          .documents-download-section .documents-list .document-list-card .d-flex .document-icon-wrapper {
            margin: 0 auto 1rem; }
          .documents-download-section .documents-list .document-list-card .d-flex .document-action {
            margin-top: 1rem; }
            .documents-download-section .documents-list .document-list-card .d-flex .document-action .btn-download {
              width: 100%; } }
  .documents-download-section .documents-grid .document-grid-card {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%; }
    .documents-download-section .documents-grid .document-grid-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      border-color: rgba(21, 55, 180, 0.2); }
      .documents-download-section .documents-grid .document-grid-card:hover .document-icon-wrapper {
        transform: rotate(5deg) scale(1.1); }
    .documents-download-section .documents-grid .document-grid-card .document-card-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%; }
    .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper {
      width: 200px;
      height: 200px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease; }
      .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper i {
        font-size: 2.5rem; }
      .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper.has-image {
        background: transparent !important;
        padding: 0;
        overflow: hidden; }
        .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper.has-image .document-thumbnail {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px;
          transition: transform 0.4s ease; }
      .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper .document-list-card:hover .document-icon-wrapper.has-image .document-thumbnail,
      .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper .document-grid-card:hover .document-icon-wrapper.has-image .document-thumbnail {
        transform: scale(1.05); }
    .documents-download-section .documents-grid .document-grid-card .badge {
      font-size: 0.7rem;
      padding: 5px 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .documents-download-section .documents-grid .document-grid-card .document-title {
      color: #1537b4;
      font-weight: 600;
      line-height: 1.4;
      min-height: 2.8em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .documents-download-section .documents-grid .document-grid-card .document-description {
      font-size: 0.875rem;
      line-height: 1.5;
      color: #6c757d;
      flex-grow: 1; }
    .documents-download-section .documents-grid .document-grid-card .btn-download {
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 8px;
      transition: all 0.3s ease; }
      .documents-download-section .documents-grid .document-grid-card .btn-download i {
        transition: transform 0.3s ease; }
      .documents-download-section .documents-grid .document-grid-card .btn-download:hover i {
        transform: translateY(2px); }
  @media (max-width: 992px) {
    .documents-download-section .documents-grid .document-grid-card {
      padding: 25px 15px; }
      .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper {
        width: 70px;
        height: 70px; }
        .documents-download-section .documents-grid .document-grid-card .document-icon-wrapper i {
          font-size: 2rem; } }
  @media (max-width: 768px) {
    .documents-download-section .documents-grid .document-grid-card {
      padding: 20px 15px; } }
  .documents-download-section .bg-danger.bg-opacity-10 {
    background-color: rgba(220, 53, 69, 0.1) !important; }
  .documents-download-section .bg-primary.bg-opacity-10 {
    background-color: rgba(21, 55, 180, 0.1) !important; }
  .documents-download-section .bg-success.bg-opacity-10 {
    background-color: rgba(25, 135, 84, 0.1) !important; }
  .documents-download-section .bg-warning.bg-opacity-10 {
    background-color: rgba(249, 187, 0, 0.1) !important; }
  .documents-download-section .bg-info.bg-opacity-10 {
    background-color: rgba(13, 202, 240, 0.1) !important; }
  .documents-download-section .bg-secondary.bg-opacity-10 {
    background-color: rgba(108, 117, 125, 0.1) !important; }
  .documents-download-section .alert-info {
    border-radius: 10px;
    border: 1px solid rgba(21, 55, 180, 0.2);
    background: rgba(21, 55, 180, 0.05);
    color: #1537b4;
    padding: 20px; }
    .documents-download-section .alert-info i {
      font-size: 1.2rem; }
  .documents-download-section .reveal {
    opacity: 0;
    transform: translateY(20px); }
    .documents-download-section .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.6s ease; }
  .documents-download-section.bg-light {
    background-color: #f8f9fa; }
    .documents-download-section.bg-light .document-list-card,
    .documents-download-section.bg-light .document-grid-card {
      background: white; }
  .documents-download-section.bg-dark .document-list-card,
  .documents-download-section.bg-dark .document-grid-card, .documents-download-section.bg-primary .document-list-card,
  .documents-download-section.bg-primary .document-grid-card {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px); }
    .documents-download-section.bg-dark .document-list-card .document-title,
    .documents-download-section.bg-dark .document-grid-card .document-title, .documents-download-section.bg-primary .document-list-card .document-title,
    .documents-download-section.bg-primary .document-grid-card .document-title {
      color: white; }
    .documents-download-section.bg-dark .document-list-card .document-description,
    .documents-download-section.bg-dark .document-grid-card .document-description, .documents-download-section.bg-primary .document-list-card .document-description,
    .documents-download-section.bg-primary .document-grid-card .document-description {
      color: rgba(255, 255, 255, 0.8); }
    .documents-download-section.bg-dark .document-list-card .text-muted,
    .documents-download-section.bg-dark .document-grid-card .text-muted, .documents-download-section.bg-primary .document-list-card .text-muted,
    .documents-download-section.bg-primary .document-grid-card .text-muted {
      color: rgba(255, 255, 255, 0.7) !important; }
    .documents-download-section.bg-dark .document-list-card:hover,
    .documents-download-section.bg-dark .document-grid-card:hover, .documents-download-section.bg-primary .document-list-card:hover,
    .documents-download-section.bg-primary .document-grid-card:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 1200px) {
  .documents-download-section .documents-grid .col-lg-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media (max-width: 992px) {
  .documents-download-section .documents-list .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 768px) {
  .documents-download-section .documents-grid .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 576px) {
  .documents-download-section {
    padding: 40px 0; }
    .documents-download-section .documents-grid .col-sm-6 {
      flex: 0 0 100%;
      max-width: 100%; }
    .documents-download-section .document-grid-card,
    .documents-download-section .document-list-card {
      margin-bottom: 1rem; } }
@keyframes documentFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.documents-download-section .document-card {
  animation: documentFadeIn 0.6s ease-out forwards; }
  .documents-download-section .document-card:nth-child(1) {
    animation-delay: 0.1s; }
  .documents-download-section .document-card:nth-child(2) {
    animation-delay: 0.2s; }
  .documents-download-section .document-card:nth-child(3) {
    animation-delay: 0.3s; }
  .documents-download-section .document-card:nth-child(4) {
    animation-delay: 0.4s; }
  .documents-download-section .document-card:nth-child(5) {
    animation-delay: 0.5s; }
  .documents-download-section .document-card:nth-child(6) {
    animation-delay: 0.6s; }
  .documents-download-section .document-card:nth-child(7) {
    animation-delay: 0.7s; }
  .documents-download-section .document-card:nth-child(8) {
    animation-delay: 0.8s; }
  .documents-download-section .document-card:nth-child(9) {
    animation-delay: 0.9s; }
  .documents-download-section .document-card:nth-child(10) {
    animation-delay: 1s; }
  .documents-download-section .document-card:nth-child(11) {
    animation-delay: 1.1s; }
  .documents-download-section .document-card:nth-child(12) {
    animation-delay: 1.2s; }

.section {
  padding: 80px 0; }
  .section .section-title, .section h2 {
    font-size: 3rem; }

.services-section {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .services-section.bg-light {
    background-color: #f8f9fa; }
  .services-section.bg-dark {
    background-color: #333; }
    .services-section.bg-dark .service-compact-card,
    .services-section.bg-dark .service-card {
      background-color: #404040;
      color: #ffffff; }
      .services-section.bg-dark .service-compact-card .text-muted,
      .services-section.bg-dark .service-card .text-muted {
        color: rgba(255, 255, 255, 0.7) !important; }
  .services-section.bg-primary {
    background-color: #1537b4;
    color: #ffffff; }
  .services-section.bg-gradient-primary {
    background: linear-gradient(135deg, #1537b4 0%, #1a5f7a 100%);
    color: #ffffff;
    position: relative; }
    .services-section.bg-gradient-primary::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(249, 187, 0, 0.1) 0%, transparent 70%);
      animation: pulse 8s ease-in-out infinite;
      pointer-events: none; }
  .services-section.py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .services-section.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
    @media (max-width: 767.98px) {
      .services-section.py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important; } }
  .services-section.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
    @media (max-width: 767.98px) {
      .services-section.py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; } }

.service-compact-card {
  background: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #dee2e6;
  height: 100%; }
  .service-compact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #f9bb00; }
    .service-compact-card:hover .icon-wrapper {
      background: rgba(249, 187, 0, 0.15);
      transform: scale(1.05); }
      .service-compact-card:hover .icon-wrapper i {
        color: #ffffff; }
    .service-compact-card:hover .btn-outline-primary {
      background: #1537b4;
      color: #ffffff;
      border-color: #1537b4; }
  .service-compact-card .service-icon-compact .icon-wrapper {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .service-compact-card .service-icon-compact .icon-wrapper i {
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
    .service-compact-card .service-icon-compact .icon-wrapper img {
      max-width: 30px;
      max-height: 30px;
      object-fit: contain; }
  .service-compact-card h5 {
    color: #1537b4;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3; }
  .service-compact-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6c757d; }
  .service-compact-card .btn-sm {
    padding: 0.475rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 2px; }
    .service-compact-card .btn-sm:hover {
      transform: translateX(3px); }

.service-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #f9bb00; }
    .service-card:hover .service-icon {
      transform: scale(1.1) rotate(5deg); }
      .service-card:hover .service-icon i {
        color: #f9bb00; }
    .service-card:hover .service-image img {
      transform: scale(1.05);
      filter: brightness(1.1); }
    .service-card:hover h4 {
      color: #f9bb00; }
  .service-card .service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.1), rgba(21, 55, 180, 0.05));
    border-radius: 50%;
    transition: all 0.3s ease; }
    .service-card .service-icon i {
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .service-card .service-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 12px; }
    .service-card .service-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease; }
  .service-card h4 {
    color: #1537b4;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .service-card p {
    flex: 1;
    color: #6c757d;
    line-height: 1.6;
    text-align: center; }
  .service-card .btn, .service-card .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .service-card .gform_button, .service-card .products-section .add_to_cart_button, .products-section .service-card .add_to_cart_button,
  .service-card .products-section .product_type_simple,
  .products-section .service-card .product_type_simple,
  .service-card .products-section .product_type_variable,
  .products-section .service-card .product_type_variable {
    margin-top: auto; }

.services-list .service-list-item {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(233, 236, 239, 0.8); }
  .services-list .service-list-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #f9bb00; }
    .services-list .service-list-item:hover i {
      color: #f9bb00;
      transform: scale(1.1); }
    .services-list .service-list-item:hover h4 {
      color: #f9bb00; }
    .services-list .service-list-item:hover .btn, .services-list .service-list-item:hover .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .services-list .service-list-item:hover .gform_button, .services-list .service-list-item:hover .products-section .add_to_cart_button, .products-section .services-list .service-list-item:hover .add_to_cart_button,
    .services-list .service-list-item:hover .products-section .product_type_simple,
    .products-section .services-list .service-list-item:hover .product_type_simple,
    .services-list .service-list-item:hover .products-section .product_type_variable,
    .products-section .services-list .service-list-item:hover .product_type_variable {
      background: #f9bb00;
      border-color: #f9bb00;
      transform: translateX(5px); }
  .services-list .service-list-item i {
    transition: all 0.3s ease; }
  .services-list .service-list-item h4 {
    color: #1537b4;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .services-list .service-list-item p {
    color: #6c757d;
    line-height: 1.5; }

.company-card {
  background: linear-gradient(135deg, #1537b4 0%, #1a5f7a 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .company-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background: rgba(249, 187, 0, 0.2);
    border-radius: 50%;
    filter: blur(40px); }
  .company-card > * {
    position: relative;
    z-index: 1; }
  .company-card .badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 9999px;
    animation: pulse-badge 2s ease-in-out infinite; }
  .company-card h3 {
    color: #f9bb00;
    font-weight: 700;
    line-height: 1.3; }
  .company-card .company-highlights {
    margin-bottom: 1.5rem; }
    .company-card .company-highlights .d-flex {
      padding: 0.55rem;
      border-radius: 8px;
      transition: all 0.3s ease; }
      .company-card .company-highlights .d-flex:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateX(5px); }
      .company-card .company-highlights .d-flex i {
        font-size: 1.25rem;
        min-width: 25px; }
      .company-card .company-highlights .d-flex strong {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 0.25rem;
        display: block;
        font-size: 1.15rem;
        line-height: 1; }
      .company-card .company-highlights .d-flex p {
        line-height: 1.4;
        font-size: 0.9rem;
        margin-bottom: 0; }
  .company-card .stat-mini {
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15); }
    .company-card .stat-mini:hover {
      transform: scale(1.05); }
      .company-card .stat-mini:hover h4 {
        color: #ffffff; }
    .company-card .stat-mini h4 {
      font-size: 1.75rem;
      font-weight: 700;
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
      margin-bottom: 0.25rem; }
    .company-card .stat-mini small {
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      font-weight: 500; }
  .company-card .d-grid {
    gap: 0.75rem; }
    .company-card .d-grid .btn, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .gform_button, .company-card .d-grid .products-section .add_to_cart_button, .products-section .company-card .d-grid .add_to_cart_button,
    .company-card .d-grid .products-section .product_type_simple,
    .products-section .company-card .d-grid .product_type_simple,
    .company-card .d-grid .products-section .product_type_variable,
    .products-section .company-card .d-grid .product_type_variable {
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden; }
      .company-card .d-grid .btn:hover, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .gform_button:hover, .company-card .d-grid .products-section .add_to_cart_button:hover, .products-section .company-card .d-grid .add_to_cart_button:hover,
      .company-card .d-grid .products-section .product_type_simple:hover,
      .products-section .company-card .d-grid .product_type_simple:hover,
      .company-card .d-grid .products-section .product_type_variable:hover,
      .products-section .company-card .d-grid .product_type_variable:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
        .company-card .d-grid .btn:hover::before, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:hover::before, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .gform_button:hover::before, .company-card .d-grid .products-section .add_to_cart_button:hover::before, .products-section .company-card .d-grid .add_to_cart_button:hover::before,
        .company-card .d-grid .products-section .product_type_simple:hover::before,
        .products-section .company-card .d-grid .product_type_simple:hover::before,
        .company-card .d-grid .products-section .product_type_variable:hover::before,
        .products-section .company-card .d-grid .product_type_variable:hover::before {
          width: 100%;
          height: 300%; }
      .company-card .d-grid .btn.btn-warning, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-warning.gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .btn-warning.gform_button, .company-card .d-grid .products-section .btn-warning.add_to_cart_button, .products-section .company-card .d-grid .btn-warning.add_to_cart_button,
      .company-card .d-grid .products-section .btn-warning.product_type_simple,
      .products-section .company-card .d-grid .btn-warning.product_type_simple,
      .company-card .d-grid .products-section .btn-warning.product_type_variable,
      .products-section .company-card .d-grid .btn-warning.product_type_variable {
        border: none; }
        .company-card .d-grid .btn.btn-warning:hover, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-warning.gform_button:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .btn-warning.gform_button:hover, .company-card .d-grid .products-section .btn-warning.add_to_cart_button:hover, .products-section .company-card .d-grid .btn-warning.add_to_cart_button:hover,
        .company-card .d-grid .products-section .btn-warning.product_type_simple:hover,
        .products-section .company-card .d-grid .btn-warning.product_type_simple:hover,
        .company-card .d-grid .products-section .btn-warning.product_type_variable:hover,
        .products-section .company-card .d-grid .btn-warning.product_type_variable:hover {
          background: #f9bb00;
          box-shadow: 0 10px 30px rgba(249, 187, 0, 0.3); }
      .company-card .d-grid .btn.btn-outline-light, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-outline-light.gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .btn-outline-light.gform_button, .company-card .d-grid .products-section .btn-outline-light.add_to_cart_button, .products-section .company-card .d-grid .btn-outline-light.add_to_cart_button,
      .company-card .d-grid .products-section .btn-outline-light.product_type_simple,
      .products-section .company-card .d-grid .btn-outline-light.product_type_simple,
      .company-card .d-grid .products-section .btn-outline-light.product_type_variable,
      .products-section .company-card .d-grid .btn-outline-light.product_type_variable {
        border-width: 2px; }
        .company-card .d-grid .btn.btn-outline-light:hover, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .btn-outline-light.gform_button:hover, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .btn-outline-light.gform_button:hover, .company-card .d-grid .products-section .btn-outline-light.add_to_cart_button:hover, .products-section .company-card .d-grid .btn-outline-light.add_to_cart_button:hover,
        .company-card .d-grid .products-section .btn-outline-light.product_type_simple:hover,
        .products-section .company-card .d-grid .btn-outline-light.product_type_simple:hover,
        .company-card .d-grid .products-section .btn-outline-light.product_type_variable:hover,
        .products-section .company-card .d-grid .btn-outline-light.product_type_variable:hover {
          background: rgba(255, 255, 255, 0.1);
          border-color: #ffffff;
          color: #ffffff; }
      .company-card .d-grid .btn i, .company-card .d-grid .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button i, .footer__bloc--newsletter .newsletter-form .gform_wrapper .company-card .d-grid .gform_button i, .company-card .d-grid .products-section .add_to_cart_button i, .products-section .company-card .d-grid .add_to_cart_button i,
      .company-card .d-grid .products-section .product_type_simple i,
      .products-section .company-card .d-grid .product_type_simple i,
      .company-card .d-grid .products-section .product_type_variable i,
      .products-section .company-card .d-grid .product_type_variable i {
        font-size: 1rem; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3; }
  50% {
    transform: scale(1.2);
    opacity: 0.1; } }
@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); } }
[data-aos="fade-up"].aos-animate .service-compact-card,
[data-aos="fade-up"].aos-animate .service-card,
[data-aos="fade-up"].aos-animate .service-list-item {
  animation: fadeInUp 0.6s ease-out; }

[data-aos="fade-down"].aos-animate {
  animation: fadeInDown 0.6s ease-out; }

[data-aos="fade-left"].aos-animate {
  animation: fadeInLeft 0.6s ease-out; }

[data-aos="fade-right"].aos-animate {
  animation: fadeInRight 0.6s ease-out; }

[data-aos="zoom-in"].aos-animate {
  animation: zoomIn 0.6s ease-out; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@media (max-width: 991.98px) {
  .services-section [data-layout="grid_with_sidebar"] .col-lg-7,
  .services-section [data-layout="grid_with_sidebar"] .col-lg-5 {
    width: 100%; }
  .services-section [data-layout="grid_with_sidebar"] .company-card {
    margin-top: 2rem; }

  .service-compact-card h5 {
    font-size: 1rem; }
  .service-compact-card p {
    font-size: 0.85rem; }

  .company-card .stat-mini h4 {
    font-size: 1.5rem; }
  .company-card .stat-mini small {
    font-size: 0.7rem; } }
.text-warning {
  color: #f9bb00 !important; }

.bg-warning {
  background-color: #f9bb00 !important; }

.bg-opacity-10 {
  opacity: 0.1; }

.bg-opacity-15 {
  opacity: 0.15; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.partners-section {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .partners-section.bg-light {
    background-color: #f8f9fa; }
  .partners-section.bg-dark {
    background-color: #333; }
    .partners-section.bg-dark .partner-highlight,
    .partners-section.bg-dark .partner-card {
      background-color: #404040;
      border-color: #4d4d4d; }
    .partners-section.bg-dark .text-primary {
      color: #f9bb00 !important; }
  .partners-section.bg-primary {
    background-color: #1537b4;
    color: #ffffff; }
  .partners-section.bg-gradient-primary {
    background: linear-gradient(135deg, #1537b4 0%, #1a5f7a 100%);
    color: #ffffff;
    position: relative; }
    .partners-section.bg-gradient-primary::before {
      content: '';
      position: absolute;
      top: -30%;
      left: -20%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(249, 187, 0, 0.1) 0%, transparent 70%);
      animation: float 20s ease-in-out infinite;
      pointer-events: none; }
  .partners-section.py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .partners-section.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
    @media (max-width: 767.98px) {
      .partners-section.py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important; } }
  .partners-section.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
    @media (max-width: 767.98px) {
      .partners-section.py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; } }

.partners-header {
  margin-bottom: 2rem; }
  .partners-header h2 {
    line-height: 1.2;
    margin-bottom: 1rem; }
  .partners-header .lead {
    font-size: 1.125rem;
    line-height: 1.6; }

.partner-highlight {
  background: linear-gradient(135deg, rgba(21, 55, 180, 0.03) 0%, rgba(249, 187, 0, 0.03) 100%);
  border-left: 3px solid #f9bb00;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .partner-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100px;
    height: 100px;
    background: rgba(249, 187, 0, 0.1);
    filter: blur(50px); }
  .partner-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #f9bb00; }
    .partner-highlight:hover .partner-logo {
      transform: scale(1.05); }
  .partner-highlight .d-flex {
    position: relative;
    z-index: 1; }
  .partner-highlight .partner-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0); }
    .partner-highlight .partner-logo:hover {
      filter: grayscale(0) brightness(1.1); }
  .partner-highlight h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f9bb00; }
  .partner-highlight p {
    line-height: 1.6;
    color: #495057; }
    .partner-highlight p.mb-0:first-of-type {
      font-weight: 600;
      font-size: 1.1rem; }
    .partner-highlight p:last-child {
      font-size: 0.95rem; }
  .bg-dark .partner-highlight, .bg-primary .partner-highlight {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
    .bg-dark .partner-highlight p, .bg-primary .partner-highlight p {
      color: rgba(255, 255, 255, 0.9); }
    .bg-dark .partner-highlight:hover, .bg-primary .partner-highlight:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: #f9bb00; }

.partners-grid .partner-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(233, 236, 239, 0.8);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .partners-grid .partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #f9bb00; }
    .partners-grid .partner-card:hover .partner-card-logo img {
      transform: scale(1.1);
      filter: grayscale(0) brightness(1.1); }
  .partners-grid .partner-card .partner-card-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
    .partners-grid .partner-card .partner-card-logo img {
      max-height: 100%;
      max-width: 150px;
      width: auto;
      object-fit: contain;
      transition: all 0.3s ease;
      filter: grayscale(20%); }
  .partners-grid .partner-card h4 {
    color: #1537b4;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem; }
  .partners-grid .partner-card p {
    flex: 1;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5; }
  .partners-grid .partner-card .btn, .partners-grid .partner-card .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-grid .partner-card .gform_button, .partners-grid .partner-card .products-section .add_to_cart_button, .products-section .partners-grid .partner-card .add_to_cart_button,
  .partners-grid .partner-card .products-section .product_type_simple,
  .products-section .partners-grid .partner-card .product_type_simple,
  .partners-grid .partner-card .products-section .product_type_variable,
  .products-section .partners-grid .partner-card .product_type_variable {
    margin-top: auto;
    font-size: 0.875rem; }

.partners-logos-carousel .partner-logo-link {
  display: inline-block;
  transition: all 0.3s ease;
  padding: 1rem; }
  .partners-logos-carousel .partner-logo-link:hover {
    transform: scale(1.1); }
    .partners-logos-carousel .partner-logo-link:hover .partner-logo-item {
      filter: grayscale(0) brightness(1.1); }
.partners-logos-carousel .partner-logo-item {
  max-height: 60px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(50%);
  opacity: 0.7;
  transition: all 0.3s ease; }
  .partners-logos-carousel .partner-logo-item:hover {
    opacity: 1;
    filter: grayscale(0); }
.bg-dark .partners-logos-carousel .partner-logo-item, .bg-primary .partners-logos-carousel .partner-logo-item {
  filter: grayscale(0) brightness(0) invert(1);
  opacity: 0.8; }
  .bg-dark .partners-logos-carousel .partner-logo-item:hover, .bg-primary .partners-logos-carousel .partner-logo-item:hover {
    opacity: 1;
    filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(249, 187, 0, 0.5)); }

.certifications-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-top: 1rem; }
  @media (max-width: 767.98px) {
    .certifications-features {
      gap: 1.5rem; } }
  .certifications-features .certification-item {
    flex: 0 1 auto;
    min-width: 150px;
    max-width: 200px;
    padding: 1rem;
    background: rgba(21, 55, 180, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease; }
    .certifications-features .certification-item:hover {
      background: rgba(249, 187, 0, 0.05);
      transform: translateY(-5px); }
      .certifications-features .certification-item:hover i {
        transform: scale(1.2) rotate(5deg);
        color: #f9bb00; }
      .certifications-features .certification-item:hover .cert-image {
        transform: scale(1.1); }
    .certifications-features .certification-item i {
      transition: all 0.3s ease; }
    .certifications-features .certification-item .cert-image {
      max-height: 50px;
      width: auto;
      object-fit: contain;
      transition: all 0.3s ease; }
    .certifications-features .certification-item h5 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-top: 0.5rem;
      margin-bottom: 0.25rem;
      color: #333; }
      @media (max-width: 1399.98px) {
        .certifications-features .certification-item h5 {
          font-size: 1rem; } }
    .certifications-features .certification-item p {
      font-size: 0.85rem;
      line-height: 1.3; }
  .bg-dark .certifications-features .certification-item, .bg-primary .certifications-features .certification-item {
    background: rgba(255, 255, 255, 0.1); }
    .bg-dark .certifications-features .certification-item:hover, .bg-primary .certifications-features .certification-item:hover {
      background: rgba(255, 255, 255, 0.15); }
    .bg-dark .certifications-features .certification-item h5, .bg-primary .certifications-features .certification-item h5 {
      color: #ffffff; }

.partner-image-wrapper {
  position: relative; }
  .partner-image-wrapper .image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #f9bb00 0%, #ad8200 100%);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
    animation: pulse-soft 3s ease-in-out infinite; }
    .partner-image-wrapper .image-badge span {
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .partner-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }
    .partner-image-wrapper img.shadow-lg {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
  .partner-image-wrapper .image-caption {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-style: italic; }

.partners-cta {
  margin-top: 2rem;
  padding-top: 1rem; }
  .partners-cta .btn, .partners-cta .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-cta .gform_button, .partners-cta .products-section .add_to_cart_button, .products-section .partners-cta .add_to_cart_button,
  .partners-cta .products-section .product_type_simple,
  .products-section .partners-cta .product_type_simple,
  .partners-cta .products-section .product_type_variable,
  .products-section .partners-cta .product_type_variable {
    padding: 0.75rem 1.5rem;
    font-weight: 600; }
    .partners-cta .btn i, .partners-cta .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button i, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-cta .gform_button i, .partners-cta .products-section .add_to_cart_button i, .products-section .partners-cta .add_to_cart_button i,
    .partners-cta .products-section .product_type_simple i,
    .products-section .partners-cta .product_type_simple i,
    .partners-cta .products-section .product_type_variable i,
    .products-section .partners-cta .product_type_variable i {
      font-size: 0.9rem; }
  @media (max-width: 575.98px) {
    .partners-cta .btn, .partners-cta .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-cta .gform_button, .partners-cta .products-section .add_to_cart_button, .products-section .partners-cta .add_to_cart_button,
    .partners-cta .products-section .product_type_simple,
    .products-section .partners-cta .product_type_simple,
    .partners-cta .products-section .product_type_variable,
    .products-section .partners-cta .product_type_variable {
      width: 100%;
      margin-bottom: 0.75rem; }
      .partners-cta .btn:last-child, .partners-cta .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button:last-child, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-cta .gform_button:last-child, .partners-cta .products-section .add_to_cart_button:last-child, .products-section .partners-cta .add_to_cart_button:last-child,
      .partners-cta .products-section .product_type_simple:last-child,
      .products-section .partners-cta .product_type_simple:last-child,
      .partners-cta .products-section .product_type_variable:last-child,
      .products-section .partners-cta .product_type_variable:last-child {
        margin-bottom: 0; } }

.additional-content {
  border-top: 1px solid rgba(222, 226, 230, 0.5);
  padding-top: 1.5rem; }
  .additional-content h3, .additional-content h4, .additional-content h5 {
    color: #1537b4;
    font-weight: 600;
    margin-bottom: 1rem; }
  .additional-content p {
    line-height: 1.6;
    color: #495057; }
  .additional-content ul, .additional-content ol {
    margin-left: 1.5rem; }
    .additional-content ul li, .additional-content ol li {
      margin-bottom: 0.5rem;
      line-height: 1.5; }
  .bg-dark .additional-content, .bg-primary .additional-content {
    border-top-color: rgba(255, 255, 255, 0.2); }
    .bg-dark .additional-content h3, .bg-dark .additional-content h4, .bg-dark .additional-content h5, .bg-primary .additional-content h3, .bg-primary .additional-content h4, .bg-primary .additional-content h5 {
      color: #f9bb00; }
    .bg-dark .additional-content p, .bg-dark .additional-content li, .bg-primary .additional-content p, .bg-primary .additional-content li {
      color: rgba(255, 255, 255, 0.9); }

.partners-section[data-layout="highlight"] .partner-highlight {
  margin-bottom: 2rem; }

.partners-section[data-layout="grid"] .partners-grid {
  margin-bottom: 2rem; }

.partners-section[data-layout="logos"] .partners-logos-carousel {
  padding: 2rem 0;
  border-top: 1px solid rgba(233, 236, 239, 0.5);
  border-bottom: 1px solid rgba(233, 236, 239, 0.5); }

@media (min-width: 992px) {
  .partners-section[data-image-position="left"] .partner-image-wrapper {
    padding-right: 2rem; } }

@media (min-width: 992px) {
  .partners-section[data-image-position="right"] .partner-image-wrapper {
    padding-left: 2rem; } }

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg); }
  25% {
    transform: translate(30px, -30px) rotate(5deg); }
  50% {
    transform: translate(-20px, 20px) rotate(-3deg); }
  75% {
    transform: translate(-40px, -10px) rotate(2deg); } }
@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); } }
[data-aos="fade-up"].aos-animate .partner-card,
[data-aos="fade-up"].aos-animate .certification-item {
  animation: fadeInUp 0.6s ease-out; }

[data-aos="zoom-in"].aos-animate {
  animation: zoomIn 0.5s ease-out; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9); }
  to {
    opacity: 1;
    transform: none; } }
@media (max-width: 991.98px) {
  .partners-section .partners-header h2 {
    font-size: 2rem; }

  .partner-highlight .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .partner-highlight .d-flex .partner-logo {
      margin-bottom: 1rem;
      margin-right: 0 !important; }
    .partner-highlight .d-flex > div {
      text-align: center; }
  .partner-highlight h3 {
    font-size: 1.125rem; }

  .certifications-features {
    justify-content: space-around; }
    .certifications-features .certification-item {
      min-width: 120px; } }
@media (max-width: 767.98px) {
  .partners-section .display-6 {
    font-size: 1.75rem; }
  .partners-section .lead {
    font-size: 1rem; }

  .partner-highlight {
    padding: 1.25rem; }
    .partner-highlight h3 {
      font-size: 1rem; }
    .partner-highlight p {
      font-size: 0.9rem; }

  .partners-grid .partner-card {
    padding: 1.25rem;
    margin-bottom: 1rem; }
    .partners-grid .partner-card .partner-card-logo {
      height: 60px; }
    .partners-grid .partner-card h4 {
      font-size: 1rem; }

  .certifications-features {
    gap: 1rem; }
    .certifications-features .certification-item {
      padding: 0.75rem;
      min-width: 100px;
      max-width: 150px; }
      .certifications-features .certification-item i {
        font-size: 2rem; }
      .certifications-features .certification-item h5 {
        font-size: 1.5rem; }
      .certifications-features .certification-item p {
        font-size: 1rem; }

  .partner-image-wrapper {
    margin-top: 2rem; }
    .partner-image-wrapper .image-badge {
      font-size: 0.75rem;
      padding: 0.375rem 0.75rem; } }
@media (max-width: 575.98px) {
  .partners-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .partners-logos-carousel .row > .col-6 {
    margin-bottom: 1rem; }
  .partners-logos-carousel .partner-logo-item {
    max-height: 50px;
    max-width: 100px; }

  .certifications-features {
    flex-direction: column;
    align-items: center; }
    .certifications-features .certification-item {
      width: 100%;
      max-width: 250px;
      margin-bottom: 0rem; }

  .partners-cta {
    text-align: center; }
    .partners-cta .d-flex {
      flex-direction: column; }
      .partners-cta .d-flex .btn, .partners-cta .d-flex .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .partners-cta .d-flex .gform_button, .partners-cta .d-flex .products-section .add_to_cart_button, .products-section .partners-cta .d-flex .add_to_cart_button,
      .partners-cta .d-flex .products-section .product_type_simple,
      .products-section .partners-cta .d-flex .product_type_simple,
      .partners-cta .d-flex .products-section .product_type_variable,
      .products-section .partners-cta .d-flex .product_type_variable {
        width: 100%; } }
.text-warning {
  color: #f9bb00 !important; }

.bg-warning {
  background-color: #f9bb00 !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.shadow-accent {
  box-shadow: 0 10px 30px rgba(249, 187, 0, 0.2); }

.shadow-primary {
  box-shadow: 0 10px 30px rgba(21, 55, 180, 0.2); }

.products-section {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .products-section.bg-light {
    background-color: #f8f9fa; }
  .products-section.bg-dark {
    background-color: #333; }
    .products-section.bg-dark .product-card {
      background-color: #404040;
      border-color: #4d4d4d;
      color: #ffffff; }
      .products-section.bg-dark .product-card .product-title {
        color: #ffffff; }
      .products-section.bg-dark .product-card .text-muted {
        color: rgba(255, 255, 255, 0.7) !important; }
    .products-section.bg-dark .product-minimal,
    .products-section.bg-dark .product-box {
      color: #ffffff; }
      .products-section.bg-dark .product-minimal .product-title,
      .products-section.bg-dark .product-box .product-title {
        color: #f9bb00; }
      .products-section.bg-dark .product-minimal .text-muted,
      .products-section.bg-dark .product-box .text-muted {
        color: rgba(255, 255, 255, 0.7) !important; }
  .products-section.bg-primary {
    background-color: #1537b4;
    color: #ffffff; }
  .products-section.bg-gradient-primary {
    background: linear-gradient(135deg, #1537b4 0%, #1a5f7a 100%);
    color: #ffffff;
    position: relative; }
    .products-section.bg-gradient-primary::before {
      content: '';
      position: absolute;
      top: -40%;
      right: -30%;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(249, 187, 0, 0.08) 0%, transparent 70%);
      animation: float-slow 25s ease-in-out infinite;
      pointer-events: none; }
  .products-section.py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .products-section.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
    @media (max-width: 767.98px) {
      .products-section.py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important; } }
  .products-section.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
    @media (max-width: 767.98px) {
      .products-section.py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; } }

.products-section .section-badge-wrapper {
  margin-bottom: 1rem; }
  .products-section .section-badge-wrapper .badge {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
    border-radius: 9999px; }
.products-section .display-5 {
  margin-bottom: 1rem;
  line-height: 1.2; }
.products-section .lead {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto; }

.products-grid {
  display: grid; }
  .products-grid.products-cols-3 {
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991.98px) {
      .products-grid.products-cols-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .products-grid.products-cols-3 {
        grid-template-columns: repeat(2, 1fr); } }
  .products-grid.products-cols-4 {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 1199.98px) {
      .products-grid.products-cols-4 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991.98px) {
      .products-grid.products-cols-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .products-grid.products-cols-4 {
        grid-template-columns: repeat(2, 1fr); } }
  .products-grid.products-cols-5 {
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 1399.98px) {
      .products-grid.products-cols-5 {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1199.98px) {
      .products-grid.products-cols-5 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991.98px) {
      .products-grid.products-cols-5 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .products-grid.products-cols-5 {
        grid-template-columns: 1fr; } }

@media (min-width: 992px) {
  .col-lg-custom-5 {
    flex: 0 0 auto;
    width: 20%; } }

.product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(233, 236, 239, 0.5); }
  .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #f9bb00; }
    .product-card:hover .product-image img {
      transform: scale(1.1); }
    .product-card:hover .product-image .product-overlay {
      opacity: 1;
      background: rgba(21, 55, 180, 0.8); }
    .product-card:hover .product-badge, .product-card:hover .products-section .onsale, .products-section .product-card:hover .onsale {
      transform: translateX(5px); }
  .product-card .product-image {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    padding-top: 75%; }
    .product-card .product-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease; }
    .product-card .product-image .product-badge, .product-card .product-image .products-section .onsale, .products-section .product-card .product-image .onsale {
      position: absolute;
      top: 15px;
      right: 15px;
      background: linear-gradient(135deg, #f9bb00 0%, #ad8200 100%);
      color: #ffffff;
      padding: 0.375rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      z-index: 2; }
    .product-card .product-image .product-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(21, 55, 180, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: all 0.3s ease;
      cursor: pointer; }
      .product-card .product-image .product-overlay i {
        transform: scale(0.8);
        transition: transform 0.3s ease; }
      .product-card .product-image .product-overlay:hover i {
        transform: scale(1); }
  .product-card .product-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .product-card .product-content .product-title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #1537b4;
      margin-bottom: 0.5rem;
      line-height: 1.3; }
    .product-card .product-content p {
      color: #6c757d;
      font-size: 0.9rem;
      line-height: 1.5;
      margin-bottom: 1rem; }
    .product-card .product-content .product-features {
      margin-bottom: 1rem;
      padding-left: 0; }
      .product-card .product-content .product-features li {
        font-size: 0.85rem;
        color: #495057;
        padding: 0.25rem 0; }
        .product-card .product-content .product-features li i {
          width: 16px;
          color: #28a745; }
    .product-card .product-content .product-price, .product-card .product-content .products-section .price, .products-section .product-card .product-content .price {
      margin-bottom: 1rem;
      padding-top: 0.5rem;
      border-top: 1px solid rgba(233, 236, 239, 0.5); }
      .product-card .product-content .product-price .h5, .product-card .product-content .products-section .price .h5, .products-section .product-card .product-content .price .h5 {
        margin: 0;
        font-weight: 700; }
      .product-card .product-content .product-price del, .product-card .product-content .products-section .price del, .products-section .product-card .product-content .price del {
        color: #adb5bd;
        margin-right: 0.5rem; }
      .product-card .product-content .product-price ins, .product-card .product-content .products-section .price ins, .products-section .product-card .product-content .price ins {
        text-decoration: none;
        color: #f9bb00; }
    .product-card .product-content .btn, .product-card .product-content .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .product-card .product-content .gform_button, .product-card .product-content .products-section .add_to_cart_button, .products-section .product-card .product-content .add_to_cart_button,
    .product-card .product-content .products-section .product_type_simple,
    .products-section .product-card .product-content .product_type_simple,
    .product-card .product-content .products-section .product_type_variable,
    .products-section .product-card .product-content .product_type_variable {
      margin-top: auto;
      width: 100%; }

.product-minimal {
  text-align: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product-minimal:hover {
    transform: translateY(-5px); }
    .product-minimal:hover .product-minimal-image img {
      transform: scale(1.05);
      filter: brightness(1.1); }
    .product-minimal:hover .product-minimal-icon {
      transform: scale(1.1) rotate(5deg); }
      .product-minimal:hover .product-minimal-icon i {
        color: #f9bb00; }
    .product-minimal:hover .product-title {
      color: #f9bb00; }
  .product-minimal .product-minimal-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa; }
    .product-minimal .product-minimal-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease; }
  .product-minimal .product-minimal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(21, 55, 180, 0.1), rgba(21, 55, 180, 0.05));
    border-radius: 50%;
    transition: all 0.3s ease; }
    .product-minimal .product-minimal-icon i {
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .product-minimal .product-title {
    color: #1537b4;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .product-minimal p {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
    flex: 1; }
  .product-minimal .btn-link {
    color: #1537b4;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease; }
    .product-minimal .btn-link:hover {
      color: #f9bb00;
      transform: translateX(5px); }

.product-box {
  background: #ffffff;
  border: 1px solid rgba(233, 236, 239, 0.8);
  border-radius: 8px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  height: 100%; }
  .product-box:hover {
    border-color: #f9bb00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(5px); }
    .product-box:hover .product-box-image img {
      transform: scale(1.1); }
    .product-box:hover .product-box-icon {
      transform: scale(1.1); }
      .product-box:hover .product-box-icon i {
        color: #f9bb00; }
  .product-box .d-flex {
    height: 100%; }
  .product-box .product-box-image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f9fa; }
    .product-box .product-box-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease; }
  .product-box .product-box-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 55, 180, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease; }
    .product-box .product-box-icon i {
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
  .product-box h5 {
    color: #1537b4;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem; }
  .product-box p {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.5rem; }
  .product-box a {
    color: #1537b4;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease; }
    .product-box a:hover {
      color: #f9bb00; }

.products-bottom-cta {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(233, 236, 239, 0.5); }
  .products-bottom-cta p {
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 1.5rem; }
  .products-bottom-cta .btn, .products-bottom-cta .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .products-bottom-cta .gform_button, .products-bottom-cta .products-section .add_to_cart_button, .products-section .products-bottom-cta .add_to_cart_button,
  .products-bottom-cta .products-section .product_type_simple,
  .products-section .products-bottom-cta .product_type_simple,
  .products-bottom-cta .products-section .product_type_variable,
  .products-section .products-bottom-cta .product_type_variable {
    margin: 0.5rem; }
  .bg-dark .products-bottom-cta, .bg-primary .products-bottom-cta {
    border-top-color: rgba(255, 255, 255, 0.1); }

.products-section[data-style="minimal"] .products-grid {
  gap: 2rem; }
.products-section[data-style="minimal"] .product-minimal {
  padding: 1rem; }

.products-section[data-style="box"] .products-grid {
  gap: 1rem; }
.products-section[data-style="box"] .product-box:hover {
  transform: translateY(-3px) translateX(0); }

.products-section .onsale {
  background: #dc3545; }
.products-section .price .amount {
  font-weight: 700; }

@keyframes float-slow {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg); }
  33% {
    transform: translate(50px, -50px) rotate(10deg); }
  66% {
    transform: translate(-30px, 30px) rotate(-5deg); } }
[data-aos="zoom-in"].aos-animate .product-card,
[data-aos="zoom-in"].aos-animate .product-minimal,
[data-aos="zoom-in"].aos-animate .product-box {
  animation: zoomIn 0.5s ease-out; }

[data-aos="fade-up"].aos-animate {
  animation: fadeInUp 0.6s ease-out; }

[data-aos="fade-down"].aos-animate {
  animation: fadeInDown 0.6s ease-out; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@media (max-width: 991.98px) {
  .products-section .lead {
    font-size: 1rem; }

  .product-card .product-content {
    padding: 1.25rem; }
    .product-card .product-content .product-title {
      font-size: 1rem; }

  .product-minimal .product-minimal-image {
    width: 100px;
    height: 100px; }
  .product-minimal .product-minimal-icon {
    width: 70px;
    height: 70px; }
    .product-minimal .product-minimal-icon i {
      font-size: 1.75rem; } }
@media (max-width: 767.98px) {
  .products-section .display-5 {
    font-size: 1.75rem; }

  .products-grid {
    gap: 0rem; }
    .products-grid.products-cols-3, .products-grid.products-cols-4, .products-grid.products-cols-5 {
      grid-template-columns: repeat(2, 1fr) !important; }

  .product-card .product-badge, .product-card .products-section .onsale, .products-section .product-card .onsale {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem; }
  .product-card .product-content {
    padding: 1rem; }
    .product-card .product-content .product-title {
      text-align: center; }
    .product-card .product-content p {
      font-size: 0.85rem;
      display: none; }
    .product-card .product-content .product-features li {
      font-size: 0.8rem; }

  .product-box {
    padding: 1rem; }
    .product-box .product-box-image {
      width: 60px;
      min-width: 60px;
      height: 60px; }
    .product-box .product-box-icon {
      width: 50px;
      min-width: 50px;
      height: 50px; }
      .product-box .product-box-icon i {
        font-size: 1.25rem; }
    .product-box h5 {
      font-size: 0.9rem; }
    .product-box p {
      font-size: 0.8rem; }

  .products-bottom-cta p {
    font-size: 1rem; }
  .products-bottom-cta .d-inline-flex {
    flex-direction: column;
    width: 100%; }
    .products-bottom-cta .d-inline-flex .btn, .products-bottom-cta .d-inline-flex .footer__bloc--newsletter .newsletter-form .gform_wrapper .gform_button, .footer__bloc--newsletter .newsletter-form .gform_wrapper .products-bottom-cta .d-inline-flex .gform_button, .products-bottom-cta .d-inline-flex .products-section .add_to_cart_button, .products-section .products-bottom-cta .d-inline-flex .add_to_cart_button,
    .products-bottom-cta .d-inline-flex .products-section .product_type_simple,
    .products-section .products-bottom-cta .d-inline-flex .product_type_simple,
    .products-bottom-cta .d-inline-flex .products-section .product_type_variable,
    .products-section .products-bottom-cta .d-inline-flex .product_type_variable {
      width: 100%;
      margin: 0.25rem 0; } }
@media (max-width: 575.98px) {
  .products-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .products-grid.products-cols-3, .products-grid.products-cols-4, .products-grid.products-cols-5 {
    grid-template-columns: 1fr; }

  .product-minimal {
    padding: 1rem 0; }
    .product-minimal .product-minimal-image {
      width: 80px;
      height: 80px; }
    .product-minimal .product-minimal-icon {
      width: 60px;
      height: 60px; }
      .product-minimal .product-minimal-icon i {
        font-size: 1.5rem; }
    .product-minimal .product-title {
      font-size: 0.9rem; }
    .product-minimal p {
      font-size: 0.8rem; }

  .product-box .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .product-box .d-flex .product-box-image,
    .product-box .d-flex .product-box-icon {
      margin-right: 0 !important;
      margin-bottom: 1rem; } }
.text-warning {
  color: #f9bb00 !important; }

.bg-warning {
  background-color: #f9bb00 !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bg-opacity-10 {
  opacity: 0.1; }

.gform_wrapper .gform_validation_errors .gform_submission_error {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif; }
.gform_wrapper .gfield .gfield_description {
  font-size: 1rem !important; }
.gform_wrapper .gform_heading {
  padding: 2rem;
  text-align: center;
  display: none; }
  .gform_wrapper .gform_heading .gform_title {
    color: #007dcb;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.5rem; }
  .gform_wrapper .gform_heading .gform_description {
    color: rgba(17, 35, 55, 0.7);
    font-size: 1.1rem;
    max-width: 80%;
    margin: 0 auto; }
  .gform_wrapper .gform_heading .gform_required_legend {
    margin-top: 1rem;
    font-size: 0.85rem;
    opacity: 0.7; }
.gform_wrapper .gf_progressbar_wrapper {
  padding: 1rem 2rem 0; }
  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: rgba(17, 35, 55, 0.7); }
  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    height: 8px;
    border-radius: 4px;
    background: rgba(17, 35, 55, 0.05);
    padding: 0;
    margin-bottom: 2rem; }
    .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
      height: 8px;
      border-radius: 4px;
      background: linear-gradient(90deg, #007dcb, #55a351);
      transition: width 0.5s ease; }
      .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
        display: none; }
.gform_wrapper .gform_body {
  padding: 0.5rem 2rem 2rem; }
  .gform_wrapper .gform_body .gform_fields {
    display: grid;
    grid-gap: 1.25rem; }
  .gform_wrapper .gform_body .gfield_html h4 {
    color: #007dcb;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.6rem; }
  .gform_wrapper .gform_body .gfield_html small {
    font-size: 1.2rem;
    color: rgba(17, 35, 55, 0.5); }
.gform_wrapper .gfield {
  position: relative;
  margin-bottom: 0; }
  .gform_wrapper .gfield .gfield_label {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
    .gform_wrapper .gfield .gfield_label .gfield_required {
      color: #e07a38; }
  .gform_wrapper .gfield.hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .gform_wrapper .gfield .ginput_container {
    position: relative; }
    .gform_wrapper .gfield .ginput_container input:not([type="checkbox"]):not([type="radio"]),
    .gform_wrapper .gfield .ginput_container textarea,
    .gform_wrapper .gfield .ginput_container select {
      width: 100%;
      border: 1px solid rgba(17, 35, 55, 0.15);
      border-radius: 8px;
      background-color: rgba(248, 251, 255, 0.5);
      font-size: 1rem;
      color: #112337;
      transition: all 0.25s ease;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); }
      .gform_wrapper .gfield .ginput_container input:not([type="checkbox"]):not([type="radio"]):focus,
      .gform_wrapper .gfield .ginput_container textarea:focus,
      .gform_wrapper .gfield .ginput_container select:focus {
        outline: none;
        border-color: #007dcb;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(0, 125, 203, 0.15); }
      .gform_wrapper .gfield .ginput_container input:not([type="checkbox"]):not([type="radio"])::placeholder,
      .gform_wrapper .gfield .ginput_container textarea::placeholder,
      .gform_wrapper .gfield .ginput_container select::placeholder {
        color: rgba(17, 35, 55, 0.6);
        font-size: 1rem; }
    .gform_wrapper .gfield .ginput_container textarea {
      min-height: 120px;
      resize: vertical; }
    .gform_wrapper .gfield .ginput_container select {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
      background-position: right 1rem center;
      background-repeat: no-repeat;
      background-size: 12px;
      padding-right: 2.5rem; }
  .gform_wrapper .gfield .validation_message {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background-color: rgba(255, 77, 77, 0.1);
    border-radius: 8px; }
  .gform_wrapper .gfield .gfield_description {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: rgba(17, 35, 55, 0.6);
    line-height: 1.4; }
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: grid;
  gap: 0.75rem; }
  .gform_wrapper .gfield_checkbox .gchoice,
  .gform_wrapper .gfield_radio .gchoice {
    display: flex;
    align-items: center; }
    .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input,
    .gform_wrapper .gfield_radio .gchoice .gfield-choice-input {
      appearance: none;
      width: 1.2rem;
      height: 1.2rem;
      border: 1.5px solid rgba(17, 35, 55, 0.25);
      background-color: rgba(248, 251, 255, 0.8);
      position: relative;
      cursor: pointer;
      margin-right: 0.75rem;
      transition: all 0.25s ease; }
      .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked,
      .gform_wrapper .gfield_radio .gchoice .gfield-choice-input:checked {
        background-color: #7fceff;
        border-color: #007dcb; }
      .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:focus,
      .gform_wrapper .gfield_radio .gchoice .gfield-choice-input:focus {
        box-shadow: 0 0 0 3px rgba(0, 125, 203, 0.15); }
    .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"],
    .gform_wrapper .gfield_radio .gchoice input[type="checkbox"] {
      border-radius: 4px; }
      .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked:after,
      .gform_wrapper .gfield_radio .gchoice input[type="checkbox"]:checked:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 3px;
        width: 5px;
        height: 9px;
        border-right: 0px solid white;
        border-bottom: 0px solid white;
        transform: rotate(45deg); }
    .gform_wrapper .gfield_checkbox .gchoice input[type="radio"],
    .gform_wrapper .gfield_radio .gchoice input[type="radio"] {
      border-radius: 50%; }
      .gform_wrapper .gfield_checkbox .gchoice input[type="radio"]:checked:after,
      .gform_wrapper .gfield_radio .gchoice input[type="radio"]:checked:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: white; }
    .gform_wrapper .gfield_checkbox .gchoice label,
    .gform_wrapper .gfield_radio .gchoice label {
      cursor: pointer;
      font-size: 1rem;
      color: #112337;
      line-height: 1.3; }
.gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start; }
  .gform_wrapper .gfield--type-consent .ginput_container_consent input[type="checkbox"] {
    margin-top: 0.25rem; }
  .gform_wrapper .gfield--type-consent .ginput_container_consent .gfield_consent_label {
    margin-left: 0.75rem;
    font-size: .9rem; }
.gform_wrapper .gfield--type-consent .gfield_consent_description {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding-left: 2.05rem;
  line-height: 1.4;
  color: rgba(17, 35, 55, 0.6); }
.gform_wrapper .gform_page_footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(17, 35, 55, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .gform_wrapper .gform_page_footer .button {
    border: none;
    border-radius: 12px;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    padding: 1rem 3rem !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important; }
    .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button#gform_submit_button_2 {
      box-shadow: 0 4px 10px rgba(0, 125, 203, 0.3);
      text-transform: uppercase;
      padding: 1rem 3rem; }
      .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button#gform_submit_button_2:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 125, 203, 0.4); }
      .gform_wrapper .gform_page_footer .button.gform_next_button:active, .gform_wrapper .gform_page_footer .button#gform_submit_button_2:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0, 125, 203, 0.2); }
    .gform_wrapper .gform_page_footer .button.gform_previous_button {
      background: white;
      color: #112337;
      border: 1px solid rgba(17, 35, 55, 0.15);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      text-transform: uppercase !important;
      padding: 1rem 3rem !important; }
      .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
        background: rgba(248, 251, 255, 0.8);
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
      .gform_wrapper .gform_page_footer .button.gform_previous_button:active {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.gform_wrapper #gform_submit_button_2 {
  box-shadow: 0 4px 10px rgba(85, 163, 81, 0.3); }
  .gform_wrapper #gform_submit_button_2:hover {
    box-shadow: 0 6px 14px rgba(85, 163, 81, 0.4); }
  .gform_wrapper #gform_submit_button_2:active {
    box-shadow: 0 2px 6px rgba(85, 163, 81, 0.2); }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.gform_wrapper .gform_page {
  animation: fadeIn 0.4s ease forwards; }

@media (max-width: 768px) {
  .gform_wrapper {
    margin: 1rem auto; }
    .gform_wrapper .gform_heading {
      padding: 1rem 1rem; }
      .gform_wrapper .gform_heading .gform_title {
        font-size: 1.6rem; }
      .gform_wrapper .gform_heading .gform_description {
        max-width: 100%; }
    .gform_wrapper .gf_progressbar_wrapper {
      padding: 1rem 1rem 0; }
    .gform_wrapper .gform_body {
      padding: 0.5rem 1rem 1rem; }
    .gform_wrapper .gform_page_footer {
      padding: 1rem 1rem;
      flex-direction: column;
      gap: 1rem; }
      .gform_wrapper .gform_page_footer .button {
        width: 100%; } }

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