@charset "UTF-8";
/*!Theme Name: Sandbox - Modern & Multipurpose Bootstrap 5 TemplateTheme URI:https://sandbox.elemisthemes.com/Version:3.2.2Author:elemis*/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap);

:root {
  --bs-gray-100: #fefefe;
  --bs-gray-200: #f6f7f9;
  --bs-gray-300: #cacaca;
  --bs-gray-400: #aab0bc;
  --bs-gray-500: #959ca9;
  --bs-gray-600: #60697b;
  --bs-gray-700: #2f353a;
  --bs-gray-800: #21262c;
  --bs-gray-900: #1e2228;
  --bs-blue: #3f78e0;
  --bs-red: #e2626b;
  --bs-orange: #ff9800;
  --bs-white: #fff;
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #262b32;
  --bs-primary: #3f78e0;
  --bs-secondary: #aab0bc;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-blue-rgb: 63, 120, 224;
  --bs-red-rgb: 226, 98, 107;
  --bs-orange-rgb: 247, 139, 119;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 246, 247, 249;
  --bs-dark-rgb: 38, 43, 50;
  --bs-primary-rgb: 255, 152, 0;
  --bs-secondary-rgb: 170, 176, 188;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 96, 105, 123;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-font-sans-serif: "Manrope", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.8rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.7;
  --bs-body-color: #60697b;
  --bs-body-bg: #fefefe;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #cacaca;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.4rem;
  --bs-border-radius-xl: 0.8rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: #343f52;
  --bs-link-color: #ff9800;
  --bs-link-hover-color: #ff9800;
  --bs-code-color: #60697b;
  --bs-highlight-bg: #fef1de
}

*,
::after,
::before {
  box-sizing: border-box
}

:root {
  font-size: var(--bs-root-font-size)
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

.h1,
.h6,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #343f52
}

.h1,
h1 {
  font-size: calc(1.27rem + .24vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 1.45rem
  }
}

h2 {
  font-size: calc(1.255rem + .06vw)
}

@media (min-width:1200px) {

  h2 {
    font-size: 1.3rem
  }
}

h3 {
  font-size: 1.1rem
}

h4 {
  font-size: .95rem
}

.h6 {
  font-size: .85rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ul {
  padding-left: 2rem
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

a {
  color: var(--bs-link-color);
  text-decoration: none
}

a:hover {
  color: var(--bs-link-hover-color)
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  text-transform: none
}

[type=button],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}

.display-1 {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 2.4rem
  }
}

.display-3 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 2rem
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:768px) {

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
}

@media (min-width:992px) {

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
}

@media (min-width:1200px) {

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control::file-selector-button {
  padding: .6rem 1rem;
  margin: -.6rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #60697b;
  background-color: #f6f7f9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #eaebed
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #eaebed
}

.form-control-sm::file-selector-button {
  padding: .4rem .6rem;
  margin: -.4rem -.6rem;
  -webkit-margin-end: .6rem;
  margin-inline-end: .6rem
}

.form-control-lg::file-selector-button {
  padding: .65rem 1.4rem;
  margin: -.65rem -1.4rem;
  -webkit-margin-end: 1.4rem;
  margin-inline-end: 1.4rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: .2rem
}

.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),
.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 1rem;
  padding-bottom: .2rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 1;
  transform: scale(.8) translateY(-.4rem) translateX(.2rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: 1;
  transform: scale(.8) translateY(-.4rem) translateX(.2rem)
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4
}

.btn {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 0.8rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.7;
  --bs-btn-color: #60697b;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.4rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none
}

.btn-link:focus-visible {
  color: var(--bs-btn-color)
}

.btn-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 1.2rem;
  --bs-nav-link-font-size: 0.8rem;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: #343f52;
  --bs-nav-link-hover-color: #ff9800;
  --bs-nav-link-disabled-color: #959ca9;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-none {
  display: none !important
}

.gap-2 {
  gap: 0.5rem
}

.gap-y {
  column-gap: 1rem
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04) !important
}

.position-relative {
  position: relative !important
}

.border-end-0 {
  border-right: 0 !important
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.h-3 {
  height: .75rem !important
}

.h-8 {
  height: 2rem !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.justify-content-center {
  justify-content: center !important
}

.align-items-center {
  align-items: center !important
}

.align-items-start {
  align-items: start !important
}

.align-items-end {
  align-items: end !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: .75rem !important
}

.mt-4 {
  margin-top: 1rem !important
}

.mt-8 {
  margin-top: 2rem !important
}

.mt-10 {
  margin-top: 2.5rem !important
}

.mt-14 {
  margin-top: 4.5rem !important
}

.me-2 {
  margin-right: .5rem !important
}

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

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: .75rem !important
}

.mb-4 {
  margin-bottom: 1rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-4 {
  margin-left: 1rem !important
}

.ms-5 {
  margin-left: 1.25rem !important
}

.mt-n8 {
  margin-top: -2rem !important
}

.p-0 {
  padding: 0 !important
}

.p-3 {
  padding: .75rem !important
}

.p-4 {
  padding: 1rem !important
}

.p-6 {
  padding: 1.5rem !important
}

.p-10 {
  padding: 2.5rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important
}

.px-16 {
  padding-right: 6rem !important;
  padding-left: 6rem !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-13 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.pb-0 {
  padding-bottom: 0 !important;
}

.lh-12 {
  line-height: 1.2 !important
}

.lh-xs {
  line-height: 1.35 !important
}

.lh-sm {
  line-height: 1.5 !important
}

.text-start {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify !important
}

.text-center-justified {
  text-align: justify;
  text-align-last: center;
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-orange {
  --bs-text-opacity: 1;
  color: #ff9800 !important
}

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important
}

.text-gray {
  --bs-text-opacity: 1;
  color: #f6f7f9 !important
}

.text-primary {
  --bs-text-opacity: 1;
  color: #ff9800 !important
}

.text-inverse {
  --bs-text-opacity: 1;
  color: #cacaca !important
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: #ff9800 !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.rounded {
  border-radius: .4rem !important
}

.rounded-4 {
  border-radius: .8rem !important
}

.rounded-top-4 {
  border-top-left-radius: .8rem !important;
  border-top-right-radius: .8rem !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: .8rem !important;
  border-bottom-right-radius: .8rem !important;
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

@media (min-width:576px) {
  .border-sm-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important
  }
}

@media (min-width:768px) {

  .order-md-first {
    order: -1 !important
  }

  .py-md-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .border-md-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important
  }
  
  .rounded-md-4 {
    border-radius: .8rem !important
  }
  
}

@media (min-width:992px) {

  .d-lg-block {
    display: block !important
  }

  .order-lg-first {
    order: -1 !important
  }

  .mx-lg-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important
  }
  
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: .05rem;
  overflow-x: hidden !important
}

::-moz-selection {
  background: #ff9800;
  color: #fff
}

::selection {
  background: #ff9800;
  color: #fff
}

a {
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  a {
    transition: none
  }
}

a:focus {
  outline: 0
}

a[href^=tel] {
  color: inherit;
  text-decoration: inherit
}

.text-inverse,
.text-inverse a:not(.btn) {
  color: #fff
}

.bg-dark.text-inverse,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]) {
  color: #cacaca
}

.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.text-inverse a:not(.btn):hover {
  color: #ff9800
}

.text-inverse a:not(.btn):hover {
  border-color: #ff9800
}

.h1,
.h6,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  color: #343f52;
  word-spacing: .1rem;
  letter-spacing: -.01rem
}

.text-uppercase.h6,
h1.text-uppercase,
h2.text-uppercase {
  letter-spacing: .02rem
}

.h1,
h1 {
  line-height: 1.3
}

h2 {
  line-height: 1.35
}

h3 {
  line-height: 1.4
}

h4 {
  line-height: 1.45
}

.h6 {
  line-height: 1.55
}

.display-1 {
  line-height: 1.2
}

.display-3 {
  line-height: 1.25
}

figure {
  margin: 0;
  padding: 0
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important
}

[class*=mt-n] {
  position: relative;
  z-index: 3
}

.zindex-n {
  z-index: -1
}

.widget .list-unstyled:not(.tag-list) li+li {
  margin-top: .35rem
}

.fs-sm {
  font-size: .7rem !important
}

.fs-17 {
  font-size: .85rem !important
}
.fs-19 {
  font-size: .95rem !important
}

.fs-22 {
  font-size: 1.1rem !important
}

.fs-60 {
  font-size: 3rem !important
}

.form-floating>textarea.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.3rem
}

.form-floating>textarea.form-control:not(:-ms-input-placeholder) {
  padding-top: 1.3rem
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  letter-spacing: -.01rem;
  position: relative
}

.btn:not(.btn-link):hover {
  transform: translateY(-.15rem);
  box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15)
}

button:focus {
  outline: 0
}

.btn-outline-gradient.disabled:focus-visible span,
.btn-outline-gradient:disabled:focus-visible span,
.btn-outline-gradient:focus-visible span {
  color: #fff !important;
  background: 0 0;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset
}

.btn-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem
}

.social a:not(.btn-circle) {
  font-size: 1rem;
  transition: all .2s ease-in-out;
  transform: translateY(0)
}

@media (prefers-reduced-motion:reduce) {
  .social a:not(.btn-circle) {
    transition: none
  }
}

.social a:not(.btn-circle):hover {
  transform: translateY(-.15rem)
}

.social a:not(.btn-circle) i {
  font-size: 1rem
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f] {
  color: #4470cf
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram] {
  color: #d53581
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin] {
  color: #3393c1
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook] {
  color: #4470cf
}

.social.social-white a i,
.social.social-white a:hover i {
  color: #fff !important
}

.social>a {
  margin: 0 .7rem 0 0
}

:root {
  --animate-delay: 0.5s
}

header {
  position: relative
}

.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 4rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 .1rem rgba(128, 130, 134, .25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.75rem);
  transition: all .2s linear, margin-right 0s
}

@media (prefers-reduced-motion:reduce) {
  .progress-wrap {
    transition: none
  }
}

.progress-wrap:after {
  position: absolute;
  font-family: Unicons;
  content: "\e951";
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.2rem;
  color: #ff9800;
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all .2s linear;
  font-display: swap
}

@media (prefers-reduced-motion:reduce) {
  .progress-wrap:after {
    transition: none
  }
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: #ff9800;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all .2s linear
}

@media (prefers-reduced-motion:reduce) {
  .progress-wrap svg.progress-circle path {
    transition: none
  }
}

@font-face {
  font-family: Unicons;
  src: url(../fonts/unicons/Unicons.woff2) format("woff2"), url(../fonts/unicons/Unicons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap !important
}

@font-face {
  font-family: Custom;
  src: url(../fonts/custom/Custom.woff2) format("woff2"), url(../fonts/custom/Custom.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap !important
}

[class*=" uil-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal
}

[class*=" uil-"] {
  font-family: Unicons !important;
  font-display: swap
}

.uil-envelope:before {
  content: "\eac8"
}

.uil-facebook-f:before {
  content: "\eae2"
}

.uil-instagram:before {
  content: "\eb9c"
}

.uil-linkedin:before {
  content: "\ebd1"
}

body,
html {
  height: 100%
}

body {
  display: flex;
  flex-direction: column
}

.content-wrapper,
footer {
  flex-shrink: 0
}

.content-wrapper {
  flex-grow: 1
}

footer.bg-dark {
  background: #21262c !important
}

.bold {
  font-weight: 700
}

.buttonWithoutText{
  font-size: 0 !important;
}

.widget > a{
  min-height: 48px;
  line-height: 3em;
}

/* specific */

.values-header {
  display: flex;
  justify-content: space-between;
}

.values-header .splide__arrows {
  width: 4.5rem;
  display: flex;
  gap: 0.5rem
}

.values-header .splide__arrow {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: none;
}

.splide__pagination__page.is-active {
  background: #ff9800;
}

.networks-image {
  max-width: 360px;
  height: 100%;
  margin: auto;
}

.splide-recrutement .splide__track {
  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
}

.splide-recrutement .splide__slide {
  font-size: 2rem;
  line-height: 2.4rem;
  transition: color 0.5s ease;
  font-weight: bold;
}

.splide-recrutement .splide__slide.is-active {
  color: #ff9800
}


.splide-testimonials .splide__arrows {
  width: 4.5rem;
  display: flex;
  gap: 0.5rem
}

.splide-testimonials .splide__arrow {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: none;
}

.jobs .jobs-button-container {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
}

.jobs .jobs-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 1rem 0.25rem;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s;
}

.jobs .jobs-button:hover {
  transform: scale(1.1);

}

.jobs .jobs-button#jobs-button-digital.is-selected,
.jobs .jobs-button#jobs-button-digital:hover {
  background-color: rgba(142, 114, 235, 0.17);
}
.jobs .jobs-button#jobs-button-presta.is-selected,
.jobs .jobs-button#jobs-button-presta:hover {
background-color: rgba(249, 223, 104, 0.22);
}

.jobs .jobs-button#jobs-button-arvr.is-selected,
.jobs .jobs-button#jobs-button-arvr:hover {
background-color: rgba(47, 178, 187, 0.22);
}
.jobs .jobs-button#jobs-button-audit.is-selected,
.jobs .jobs-button#jobs-button-audit:hover {
background-color: rgba(66, 196, 106, 0.2);
}

.jobs-button-title {
  height: 100%;
  display: flex;
  align-items: center;
}

.jobs-container {
  position: relative;
}

.job-container {
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0s;
}

.job-container.is-selected {
  transition: transform 0.3s;
  transform: scale(1);
}


.logo-bwp {
  max-width: 200px;
  width: 75%;
}

.shadow-sm {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-md {
	box-shadow: 0 14px 55px 0 rgba(208, 202, 239, 0.3);
}

.shadow-lg {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.fit-cover {
  object-fit: cover;
}

.big-quotes {
  height: 3rem;
}

.flex-dir-col {
  flex-direction: column;
}
