/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Include bootstrap form styles */
.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #FFF;
    border-color: #fbb4b4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(246, 104, 104, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.25em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.25em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.25em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.25em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.25em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #fbb4b4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(246, 104, 104, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.25rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #fbb4b4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(246, 104, 104, 0.25); }
  .form-check-input:checked {
    background-color: #F66868;
    border-color: #F66868; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #F66868;
    border-color: #F66868;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fbb4b4'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.25rem rgba(246, 104, 104, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.25rem rgba(246, 104, 104, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #F66868;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #fcd2d2; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #F66868;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #fcd2d2; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25em 0.5em;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #FFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.25em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25em 0.5em;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #FFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.25em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

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

#sec-50-50 {
  padding-top: 40px;
  padding-bottom: 80px; }
  #sec-50-50 .h4 {
    color: #52BAB7; }
  @media screen and (min-width: 1025px) {
    #sec-50-50 {
      padding-top: 80px;
      padding-bottom: 80px; } }

#sec-testimonials {
  padding: 190px 0 120px !important; }
  #sec-testimonials .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #6795AD 0%, #6296B2 50%, #406B83 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
    #sec-testimonials .gradient-bg .round-wave-top, #sec-testimonials .gradient-bg .round-wave-bottom {
      position: absolute;
      inset: 0;
      bottom: unset;
      width: 100% !important;
      z-index: -1; }
    #sec-testimonials .gradient-bg .round-wave-top {
      top: -3px; }
      #sec-testimonials .gradient-bg .round-wave-top img {
        transform: scaleY(-1);
        transform-origin: center; }
    #sec-testimonials .gradient-bg .round-wave-bottom {
      top: unset;
      bottom: -3px;
      z-index: 2; }
  #sec-testimonials .side-quote {
    position: absolute;
    right: 0;
    top: -90px;
    z-index: -1; }
  #sec-testimonials .side-bottom-dot {
    position: absolute;
    right: -30px;
    bottom: 150px; }
  #sec-testimonials h4 {
    font-size: 18px; }
  #sec-testimonials .card {
    margin-top: 30px; }
    #sec-testimonials .card .profile-data {
      margin-right: 42px; }
      #sec-testimonials .card .profile-data img {
        width: fit-content; }
      #sec-testimonials .card .profile-data .star-container {
        margin: 20px 0 18px; }
        #sec-testimonials .card .profile-data .star-container i {
          font-size: 20px;
          color: #FFDB15;
          margin-right: 8px; }
          #sec-testimonials .card .profile-data .star-container i:last-of-type {
            margin-right: 0; }
      #sec-testimonials .card .profile-data .title {
        font-size: 16px;
        letter-spacing: 0.13px;
        font-weight: 700;
        text-align: center; }
    #sec-testimonials .card .content {
      padding-bottom: 45px;
      border-bottom: 1px solid #B1B1B1;
      margin-top: 25px; }
      #sec-testimonials .card .content img {
        width: 30px; }
  #sec-testimonials .carousel .owl-item {
    min-height: 320px; }
  #sec-testimonials .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
    width: 80%;
    margin-left: auto; }
    #sec-testimonials .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-testimonials {
      padding: 265px 0 180px !important; }
      #sec-testimonials .side-img {
        position: absolute;
        inset: 0;
        right: unset;
        top: 42%;
        transform: translateY(-50%);
        max-width: 42.40%; }
      #sec-testimonials h4 {
        font-size: 23px;
        max-width: 790px; } }
  @media screen and (max-width: 1025px) {
    #sec-testimonials .side-quote {
      max-width: 141px;
      right: 36px;
      top: -55px; }
    #sec-testimonials .side-img {
      padding: 0 35px; }
    #sec-testimonials .profile-data {
      margin-bottom: 20px; }
      #sec-testimonials .profile-data img {
        width: 80px !important; }
      #sec-testimonials .profile-data .title {
        text-align: start !important; }
    #sec-testimonials .star-container {
      margin: 13px 0 !important; }
    #sec-testimonials .profile-content {
      margin-left: 19px; }
    #sec-testimonials .carousel .custom-nav-wrapper {
      flex-direction: column-reverse;
      margin-top: 20px;
      width: 100%;
      justify-content: start;
      align-items: start; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
        margin-bottom: 40px; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
          font-size: 38px; } }
  @media screen and (max-width: 769px) {
    #sec-testimonials .gradient-bg {
      height: 90%; }
    #sec-testimonials .gradient-bg .round-wave-top img {
      transform: none !important; } }

#sec-faqs {
  padding-bottom: 50px; }
  #sec-faqs .h4 {
    color: #F66868; }
  #sec-faqs .accordion-item {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D9D9D9; }
    #sec-faqs .accordion-item button {
      padding: 0;
      background-color: transparent;
      border: none;
      color: #334D5C;
      display: flex;
      text-align: start;
      font-weight: 400; }
      #sec-faqs .accordion-item button i {
        margin-right: 18px;
        font-size: 26px; }
      #sec-faqs .accordion-item button.active {
        font-weight: 700; }
        #sec-faqs .accordion-item button.active i {
          color: #F66868; }
          #sec-faqs .accordion-item button.active i::before {
            content: '\e928'; }
    #sec-faqs .accordion-item .accordion-body {
      display: none;
      margin-top: 22px; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 77px;
      padding-bottom: 150px; }
      #sec-faqs .accordion-item button {
        font-size: 18px;
        align-items: center; }
        #sec-faqs .accordion-item button i {
          font-size: 30px; }
      #sec-faqs .accordion-item .accordion-body {
        display: none;
        margin-top: 22px; } }

#sec-callout {
  padding: 150px 0 0; }
  #sec-callout .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-callout .round-wave-top, #sec-callout .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-callout .round-wave-top {
    top: -3px; }
  #sec-callout .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-callout p:not(.h4) {
    font-size: 18px; }
  #sec-callout .side-img {
    transform: scale(1.3); }
  #sec-callout .cta-container .clippy-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.11);
    clip-path: circle(50%);
    margin-top: 20px; }
  #sec-callout .btn:not(.btn-primary) {
    color: #FFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      margin-top: 60px;
      padding: 200px 0; }
      #sec-callout .side-img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(1);
        max-width: 43.2%; }
      #sec-callout.reverse-sec .side-img {
        right: 0;
        left: unset; }
      #sec-callout p:not(.h4) {
        font-size: 23px; }
      #sec-callout .cta-container .clippy-circle {
        width: 77px;
        height: 77px; } }

#sec-form {
  padding: 70px 0; }
  #sec-form .form-control {
    padding: 23px 18px;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 5px; }
    #sec-form .form-control:not(textarea) {
      height: 65px; }
  #sec-form label {
    font-size: 14px;
    display: inline-block; }
    #sec-form label span {
      font-size: 18px;
      display: inline-block;
      font-weight: 700;
      margin-top: 32px;
      margin-bottom: 10px; }
  #sec-form .side-content .bg-img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    max-width: 50%; }
  @media screen and (min-width: 1025px) {
    #sec-form {
      padding: 110px 0; } }

#sec-50-50 ul li::before {
  color: #F66868; }

@media screen and (min-width: 1025px) {
  #sec-50-50 {
    padding-top: 0; } }

#sec-services {
  padding: 180px 0;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  #sec-services .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-services .round-wave-top, #sec-services .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-services .round-wave-top {
    top: -3px; }
  #sec-services .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-services .content {
    max-width: 674px; }
    #sec-services .content h2, #sec-services .content h5 {
      color: #FFF; }
  #sec-services .carousel .owl-stage {
    display: flex; }
  #sec-services .carousel .card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62); }
    #sec-services .carousel .card i {
      width: 66px;
      height: 66px;
      background-color: rgba(61, 108, 136, 0.63);
      font-size: 40px;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    #sec-services .carousel .card h5 {
      font-size: 23px;
      letter-spacing: 0.18px;
      line-height: 1.5;
      margin: 15px 0 10px;
      font-weight: 700; }
    #sec-services .carousel .card p {
      margin-bottom: 20px; }
    #sec-services .carousel .card a {
      margin-top: 20px;
      color: #FFF; }
      #sec-services .carousel .card a::after {
        margin-left: 8px; }
      #sec-services .carousel .card a:hover {
        color: #F66868; }
        #sec-services .carousel .card a:hover::after {
          color: #F66868;
          margin-left: 14px; }
  #sec-services .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px; }
    #sec-services .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-services .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-services .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  #sec-services .side-img {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 42.70%;
    width: 100%;
    z-index: -1; }
  @media screen and (max-width: 1025px) {
    #sec-services .side-img {
      position: relative;
      top: unset;
      bottom: -110px;
      width: 100%;
      max-width: 100%; }
      #sec-services .side-img picture,
      #sec-services .side-img img {
        max-width: 100% !important;
        width: 100% !important; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #sec-services .side-img {
      top: 120px; } }
  @media screen and (max-width: 769px) {
    #sec-services {
      padding: 102px 0; }
      #sec-services .carousel .custom-nav-wrapper {
        margin-top: 28px;
        flex-direction: column-reverse;
        align-items: start; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav {
          margin-bottom: 25px; } }

#sec-convenience .h4 {
  color: #F66868; }
