@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?gxazqt");
  src: url("../fonts/icomoon/icomoon.eot?gxazqt#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?gxazqt") format("truetype"), url("../fonts/icomoon/icomoon.woff?gxazqt") format("woff"), url("../fonts/icomoon/icomoon.svg?gxazqt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon", sans-serif !important;
  speak: never;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-youtube-play:before {
  content: "\e909";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-calendar-check:before {
  content: "\e907";
}

.icon-cart-o:before {
  content: "\e90a";
}

.icon-cart-fill:before {
  content: "\e90b";
}

.icon-chat-fill:before {
  content: "\e90c";
}

.icon-check:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-chevron-left:before {
  content: "\e90f";
}

.icon-chevron-right:before {
  content: "\e910";
}

.icon-chevron-up:before {
  content: "\e911";
}

.icon-dash:before {
  content: "\e912";
}

.icon-download:before {
  content: "\e913";
}

.icon-location-o:before {
  content: "\e914";
}

.icon-location-fill:before {
  content: "\e915";
}

.icon-info-circle:before {
  content: "\e916";
}

.icon-info-circle-fill:before {
  content: "\e917";
}

.icon-person:before {
  content: "\e918";
}

.icon-person-fill:before {
  content: "\e919";
}

.icon-play:before {
  content: "\e91a";
}

.icon-play-fill:before {
  content: "\e91b";
}

.icon-plus:before {
  content: "\e91c";
}

.icon-star:before {
  content: "\e91d";
}

.icon-star-fill:before {
  content: "\e91f";
}

.icon-cross:before {
  content: "\e91e";
}

.icon-printer:before {
  content: "\e954";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon2.eot?l9s223");
  src: url("../fonts/icomoon/icomoon2.eot?l9s223#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon2.ttf?l9s223") format("truetype"), url("../fonts/icomoon/icomoon2.woff?l9s223") format("woff"), url("../fonts/icomoon/icomoon2.svg?l9s223#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-calendar-plus:before {
  content: "󥔧";
}

.icon-user:before {
  content: "󥔤";
}

.icon-clock:before {
  content: "󥔥";
}

.icon-calendar-check:before {
  content: "󥔦";
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*@import "type";*/
/*@import "images";*/
/*@import "code";*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 480px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/*@import "button-group";*/
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  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) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/*@import "breadcrumb";*/
/*@import "pagination";*/
/*@import "badge";*/
/*@import "jumbotron";*/
/*@import "alert";*/
/*@import "progress";*/
/*@import "media";*/
/*@import "list-group";*/
/*@import "close";*/
/*@import "toasts";*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*@import "tooltip";*/
/*@import "popover";*/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*@import "spinners";*/
/*@import "utilities";*/
/*@import "print";*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  height: 100%;
}

* {
  outline: none !important;
}

body {
  background-color: #f8f8f8;
  color: #142433;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow: hidden;
  overflow-y: auto;
}
body.modal-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 600;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
  color: initial;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  padding: 0.4rem 1rem;
  font-weight: 400;
  border: transparent 0.1rem solid;
  border-radius: 0.25em;
  white-space: nowrap;
  box-shadow: none !important;
}

.btn-sm {
  padding: 0.25rem 0.8rem;
}

.btn-lg {
  font-size: 1.2em;
  padding: 0.5rem 1.25rem;
}

.btn-link {
  color: #467fb3;
}

.btn_primary {
  background: #467fb3;
  border-color: #467fb3;
  color: white !important;
}
.btn_primary:hover {
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  border-color: rgb(62.8313253012, 113.9939759036, 160.6686746988);
}
.btn_primary:focus {
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  border-color: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  -moz-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  -o-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
}

.btn_primary-o {
  background: none;
  border-color: #467fb3;
  color: #467fb3;
}
.btn_primary-o:hover {
  background: #467fb3;
  color: white;
}
.btn_primary-o:focus {
  color: white;
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  border-color: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  -moz-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  -o-box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(70, 127, 179, 0.4);
}

.btn_secondary {
  background: #467fb3;
  border-color: #467fb3;
  color: white !important;
}
.btn_secondary:hover {
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988);
  border-color: rgb(62.8313253012, 113.9939759036, 160.6686746988);
}

.btn_secondary-o {
  background: transparent;
  border-color: #467fb3;
  color: #467fb3;
}
.btn_secondary-o:hover {
  background: #467fb3;
  color: white;
}

.btn_orange {
  background: #ffa500;
  border-color: #ffa500;
  color: white !important;
}
.btn_orange:hover {
  background: rgb(229.5, 148.5, 0);
  border-color: rgb(229.5, 148.5, 0);
}
.btn_orange:focus {
  background: rgb(229.5, 148.5, 0);
  border-color: rgb(229.5, 148.5, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.4);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.4);
  -o-box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.4);
}

.btn_white {
  background: white;
  border-color: white;
  color: #142433 !important;
}
.btn_white:focus {
  color: #142433;
  background: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}

.btn_white-o {
  background: none;
  border-color: white;
  color: white;
}
.btn_white-o:hover {
  background: white;
  color: #142433;
}
.btn_white-o:focus {
  color: #142433;
  background: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}

.btn-outline-dark {
  color: #142433;
  border-color: #142433;
}
.btn-outline-dark:hover {
  background: #142433;
}

.btn-light {
  color: #142433;
  background-color: rgb(243.3542168675, 247.0626506024, 250.4457831325) !important;
  border-color: rgb(243.3542168675, 247.0626506024, 250.4457831325);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-light:hover {
  background-color: rgb(232.3554216867, 239.5662650602, 246.1445783133) !important;
  border-color: rgb(232.3554216867, 239.5662650602, 246.1445783133);
}
.btn-light:focus {
  background-color: rgb(232.3554216867, 239.5662650602, 246.1445783133) !important;
}

.bg_white {
  background: white;
}

.bg_light {
  background-color: #f8f8f8;
}

.bg_db {
  background: rgb(42.985915493, 77.3746478873, 109.614084507);
  color: white;
}

.bg_lb {
  background: rgb(247.385915493, 249.7746478873, 252.014084507);
}

.bg_lead {
  background: rgb(70.2816901408, 126.5070422535, 179.2183098592);
  color: white;
}

.bg_lead-lt {
  background: rgb(214.0240963855, 227.0722891566, 238.9759036145);
}

.bg_dark {
  background: #142433;
  color: white;
}

.container {
  max-width: 1300px;
}
.container.small {
  max-width: 1000px;
}
.container.medium {
  max-width: 1100px;
}
.container.large {
  max-width: 1500px;
}

.form-control {
  height: 40px;
  border-radius: 0.2rem !important;
  border-color: #c5c5c5 !important;
}
.form-control:focus {
  border-color: #467fb3 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-control-lg {
  height: 3.5rem;
}

.hms_btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/*---------------------------
	Header Styling
----------------------------*/
.header__wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 10;
}
.header__wrap.affix_header {
  background: white;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  display: inline-block;
  padding: 1em 0;
}
.navbar-brand svg {
  width: auto;
  height: 2.25rem;
}
.navbar-brand .el_logo {
  fill: white;
  -webkit-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  -o-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
}

.navbar-collapse .navbar-nav .menu-item a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: white;
  text-decoration: none !important;
}
.navbar-collapse .navbar-nav .menu-item.current_page_item a {
  color: #467fb3;
}

.affix_header .navbar-brand .el_logo {
  fill: black;
}
.affix_header .navbar-collapse .navbar-nav .menu-item a {
  color: black;
}
.affix_header .navbar-collapse .navbar-nav .menu-item.current_page_item a {
  color: #467fb3;
}

.menuOpen .navbar-nav .menu-item a {
  color: black;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #467fb3 !important;
}

.dropdown-menu {
  min-width: 16rem;
}

.outside_collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
}
.outside_collapse .search_link, .outside_collapse .cart_link {
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 0.25rem 0 0.25rem 0.25rem;
  color: white;
}
.outside_collapse .search_link:hover, .outside_collapse .cart_link:hover {
  color: #467fb3;
}
.outside_collapse .search_link i, .outside_collapse .cart_link i {
  font-size: 1.2rem;
}
.outside_collapse .search_link span, .outside_collapse .cart_link span {
  vertical-align: text-top;
  font-weight: 400;
}
.outside_collapse .search_link i {
  font-size: 1.4rem;
  vertical-align: text-bottom;
}

.hdr_tel-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.25em;
}
.hdr_tel-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.cart_link {
  position: relative;
}
.cart_link span {
  min-width: 1.25rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  background: red;
  color: white;
  top: -6px;
  right: -6px;
  padding: 0.25rem;
  font-size: 0.65rem;
  font-weight: 500;
  border-radius: 0.75rem;
}

.header__wrap.affix_header .search_link, .header__wrap.affix_header .cart_link {
  color: #142433;
}

.dropdown_item-mega {
  position: initial;
}
.dropdown_item-mega .mega_dropdown-menu {
  width: 100%;
  padding: 0;
}
.dropdown_item-mega .mega_dropdown-menu .dropdown-item {
  padding: 1rem;
}
.dropdown_item-mega .mega_dropdown-menu .dropdown-item span {
  display: block;
  position: relative;
  padding-left: 4rem;
  font-weight: 500;
}
.dropdown_item-mega .mega_dropdown-menu .dropdown-item span img {
  position: absolute;
  width: 2.5rem;
  top: 0;
  left: 0;
}
.dropdown_item-mega .mega_dropdown-menu .dropdown-item span small {
  color: #142433 !important;
  display: block;
  font-weight: normal;
}

.no_top-hero .header__wrap {
  background: white;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.no_top-hero .header__wrap .line {
  stroke: #142433;
}
.no_top-hero .header__wrap .navbar-brand .el_logo {
  fill: black;
}
.no_top-hero .header__wrap .navbar-collapse .navbar-nav .menu-item a {
  color: black;
}
.no_top-hero .header__wrap .navbar-collapse .navbar-nav .menu-item.current_page_item a {
  color: #467fb3;
}
.no_top-hero .header__wrap .navbar-nav .nav-item .nav-link {
  color: #142433 !important;
}
.no_top-hero .header__wrap a, .no_top-hero .header__wrap .navbar .navbar-nav .nav-item .nav-link {
  color: currentColor;
}
.no_top-hero .header__wrap a:hover, .no_top-hero .header__wrap .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #467fb3 !important;
}
.no_top-hero .header__wrap .navbar .navbar-nav .nav-item:hover .dropdown-toggle {
  color: #467fb3 !important;
}
.no_top-hero .hero__wrapper {
  display: none;
}
.no_top-hero .page__wrap {
  padding-top: calc(4rem + 1vw);
}

.header__wrap:hover {
  background-color: white;
  color: #142433;
}
.header__wrap:hover .line {
  stroke: #142433;
}
.header__wrap:hover .navbar-brand .el_logo {
  fill: black !important;
}
.header__wrap:hover a, .header__wrap:hover .navbar .navbar-nav .nav-item .nav-link {
  color: currentColor;
}
.header__wrap:hover a:hover, .header__wrap:hover .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #467fb3;
}
.header__wrap:hover .navbar .navbar-nav .nav-item:hover .dropdown-toggle {
  color: #467fb3;
}
.header__wrap a:hover {
  color: #467fb3;
}

.dropdown-menu .dropdown-item:active {
  color: currentColor;
  text-decoration: none;
  background-color: initial;
}

.mdd_feature-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.nav-item.dropdown:has(.custom_dropdown-menu) {
  position: static;
}
.nav-item.dropdown:has(.custom_dropdown-menu) .custom_dropdown-menu {
  width: 100%;
  padding: 0;
}

.custom_mega-inner {
  --paddingGap: calc(1rem + .5vw);
  padding: var(--paddingGap);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.custom_mega-inner .dropdown-item {
  padding: 1em;
}
.custom_mega-inner .dropdown-item span {
  display: block;
  position: relative;
  padding-left: 4rem;
  font-weight: 500;
}
.custom_mega-inner .dropdown-item img {
  position: absolute;
  width: 2.5rem;
  top: 0;
  left: 0;
}
.custom_mega-inner .dropdown-item small {
  font-weight: normal;
  display: block;
  color: black;
}

/*---------------------------
	Page Styling
----------------------------*/
.page__wrap {
  min-height: 36vh;
}
.page__wrap a:not(.btn) {
  color: #467fb3;
}

.hero__wrapper {
  background: rgb(235.25, 235.25, 235.25);
  position: relative;
}
.hero__wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 36, 51, 0.5);
}
.hero__wrapper.home_hero {
  height: calc(23rem + 20vw);
}
.hero__wrapper.inner_hero {
  padding-top: calc(10rem + 2vw);
  background-color: rgb(184.25, 184.25, 184.25);
  background-repeat: no-repeat;
  background-size: cover;
}

.hm_hero-wrap {
  position: relative;
  height: calc(23rem + 20vw);
}
.hm_hero-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 36, 51, 0.5);
}
.hm_hero-wrap picture {
  position: absolute;
  inset: 0;
}
.hm_hero-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.inner_page-title {
  background: rgba(0, 0, 0, 0.2);
  padding: calc(1.5rem + 0.5vw) 0;
  position: relative;
  color: white;
  z-index: 1;
}
.inner_page-title h2 {
  margin: 0;
  font-size: calc(1.3rem + 0.6vw);
}
.inner_page-title p {
  margin: 0;
}

.hm__hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 7rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm__hero-inner .hm__hero-caption {
  flex: 1;
  color: white;
}
.hm__hero-inner .hm__hero-caption h2 {
  font-family: "Didact Gothic", sans-serif;
  font-size: calc(1.4rem + 1.8vw);
  font-weight: normal;
}
.hm__hero-inner .hm__hero-caption h3 {
  font-size: calc(0.5rem + 0.7vmax);
  font-weight: 300;
}
.hm__hero-inner .hm__hero-caption .btn_wrap {
  margin-top: 2.5rem;
}

.hm__hero-content .hm_hero-title1 {
  font-size: calc(2.25rem + 1vw);
  font-weight: 600;
}
.hm__hero-content .hm_hero-title1 small {
  display: block;
}
.hm__hero-content .hm_hero-title2 {
  font-size: calc(1rem + 0.5vw);
  font-weight: 500;
}

.video_bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video_bg-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dark__bg-lead {
  background: #142433;
  padding: calc(2.5rem + 1.5vw) 0;
  color: white;
}

.featured_pods-carousel .owl-carousel .item {
  text-align: center;
}
.featured_pods-carousel .feat_pod {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.featured_pods-carousel .feat_pod img {
  width: auto;
  opacity: 0.75;
  height: calc(3rem + 0.5vw);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured_pods-carousel .feat_pod span {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.85rem;
  font-weight: 300;
}
.featured_pods-carousel .feat_pod:hover {
  color: white;
}
.featured_pods-carousel .feat_pod:hover img {
  opacity: 1;
}
.featured_pods-carousel .owl-dots {
  display: none;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.owl-nav button {
  display: inline-block !important;
  line-height: 1 !important;
  padding: 0.5rem !important;
  font-size: calc(1rem + 0.5vw) !important;
  opacity: 0.75;
  pointer-events: all;
}

.lead__wrap {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.sec_title {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 300;
}
.sec_title small {
  display: block;
  text-transform: uppercase;
  color: #467fb3;
  font-size: 0.9rem;
  font-weight: 500;
}
.sec_title span {
  font-weight: 600;
}

.blog__cards-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog_card {
  flex: 33.333333%;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog_card .blog_card-inner {
  background: white;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog_card .blog_card-inner figure {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background: rgb(222.5, 222.5, 222.5);
}
.blog_card .blog_card-inner figure picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.blog_card .blog_card-inner article {
  padding: calc(1.5rem + 0.25vw);
}
.blog_card .blog_card-inner article .blog_card-opt {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.blog_card .blog_card-inner article .blog_card-opt li {
  margin-right: 1.5rem;
  font-size: 0.75rem;
}
.blog_card .blog_card-inner article .blog_card-opt li a {
  color: #142433;
}
.blog_card .blog_card-inner article h3 {
  margin-bottom: 0.5rem;
  font-size: calc(0.85rem + 0.2vw);
  font-weight: 500;
}
.blog_card .blog_card-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.075);
}
.blog_card .blog_card-inner:hover figure picture {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.rm_link {
  color: #142433;
  border-radius: 0.125rem;
  padding: 0.4rem 0;
  font-size: 0.85rem;
  font-weight: 400;
}
.rm_link i {
  vertical-align: middle;
  color: #467fb3;
  font-size: 1.65em;
}
.rm_link:hover {
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  color: #142433;
  background: rgba(20, 36, 51, 0.05);
}

.services__cards-wrap .row [class^=col-] {
  margin-bottom: 2rem;
}

.svc_card {
  background: white;
  border-radius: 0.3rem;
  text-align: center;
  padding: calc(1.5rem + 0.5vw) 1rem;
  margin-bottom: 30px;
  border: white 1px solid;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.svc_card img {
  width: auto;
  height: calc(3rem + 0.5vw);
}
.svc_card h3 {
  margin: 1rem 0 1.5rem;
  font-size: calc(0.7rem + 0.2vw);
  font-weight: 500;
}
.svc_card:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: #467fb3;
}

.hm__gallery-wrap .owl-carousel .owl-nav {
  padding: 0 1rem;
}
.hm__gallery-wrap .owl-carousel .owl-nav button {
  background: rgba(20, 36, 51, 0.4) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  padding: 0.8rem 0.75rem 1rem !important;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm__gallery-wrap .owl-carousel .owl-nav button:hover {
  background: rgba(20, 36, 51, 0.6) !important;
  color: white !important;
}
.hm__gallery-wrap .owl-carousel .owl-nav button.disabled {
  opacity: 0;
  pointer-events: none;
}
.hm__gallery-wrap .hm_gall-pod {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 0.3rem;
  overflow: clip;
}
.hm__gallery-wrap .hm_gall-pod figure {
  background-color: rgb(228.875, 228.875, 228.875);
}
.hm__gallery-wrap .hm_gall-pod figure picture {
  display: block;
  transition: all 0.25s ease-in-out;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.hm__gallery-wrap .hm_gall-pod figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: calc(1rem + 0.1vw);
  font-weight: 600;
  color: white;
  padding: 0.75em 1em;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.hm__gallery-wrap .hm_gall-pod figure figcaption small {
  display: block;
  font-weight: 300;
}
.hm__gallery-wrap .hm_gall-pod:hover figure picture {
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.hm__gallery-wrap .hm_gall-pod:hover figure figcaption {
  background: rgba(0, 0, 0, 0.4);
}

.hm_svc-card picture {
  position: relative;
}
.hm_svc-card picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2.6;
  object-fit: cover;
  object-position: 50% 50%;
}

.owl-dots {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0;
}
.owl-dots .owl-dot {
  margin: 0 0.25rem;
  background: rgba(20, 36, 51, 0.1) !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
}
.owl-dots .owl-dot.active {
  background: #142433 !important;
}

.hmtext__testimonials-sec {
  padding: calc(3rem + 1.5vw) 0 7rem;
}

.hm__text-testimonials {
  max-width: 50rem;
  margin: 0 auto;
}
.hm__text-testimonials .owl-dots button {
  background: rgba(0, 0, 0, 0.25) !important;
}
.hm__text-testimonials .owl-dots button.active {
  background: #467fb3 !important;
}

.hm__testi-item {
  text-align: center;
}
.hm__testi-item figure {
  width: calc(3rem + 1.5vw);
  margin: 0 auto 1rem;
  overflow: hidden;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.5) 0.2rem solid;
}
.hm__testi-item figure picture {
  width: 100%;
  padding-top: 100%;
  display: block;
}
.hm__testi-item p {
  font-size: calc(0.9rem + 0.2vw);
  font-weight: 300;
}
.hm__testi-item h3 {
  font-size: 1rem;
}

.hm__video-testimonials {
  position: relative;
  top: -4rem;
}

.hmvideo__testimonials-inner {
  background: rgb(247.385915493, 249.7746478873, 252.014084507);
  border-radius: 0.3rem;
  padding: calc(1.5rem + 0.5vw);
  -webkit-box-shadow: 0 5px 10px 0 rgba(20, 36, 51, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(20, 36, 51, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(20, 36, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(20, 36, 51, 0.1);
}

.testi__videos-item {
  padding: 2px;
}
.testi__videos-item a {
  background: white;
  display: block;
  text-align: center;
  text-decoration: none;
  border: rgb(214.4154929577, 227.1478873239, 239.0845070423) 1px solid;
  border-radius: 0.3rem;
  overflow: hidden;
  color: #142433;
}
.testi__videos-item a figure {
  background: rgb(241.625, 241.625, 241.625);
}
.testi__videos-item a figure picture {
  display: block;
  padding-top: 56.25%;
}
.testi__videos-item a figure picture img {
  width: 1px !important;
}
.testi__videos-item a article {
  padding: calc(1rem + 0.25vw) 1rem;
}
.testi__videos-item a article h3 {
  font-size: calc(0.75rem + 0.2vw);
}
.testi__videos-item a article p {
  font-size: 0.75rem;
}
.testi__videos-item a article .rating_star-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  color: #467fb3;
}
.testi__videos-item a article .rating_star-list li {
  margin: 0 0.2rem;
}
.testi__videos-item a article .btn {
  color: #467fb3;
  border-color: #467fb3;
}
.testi__videos-item a:hover {
  border-color: #467fb3;
}
.testi__videos-item a:hover article .btn {
  background: #467fb3;
  color: white;
}

.hm__pricing-sec {
  padding: 0 0 calc(3rem + 1.5vw);
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=1);
}

.hm__pricing-inner {
  border-top: rgb(209.75, 209.75, 209.75) 1px solid;
  padding: 4rem 0 0 0;
}

.pricing_pod {
  text-align: center;
  padding: calc(1.5rem + 0.25vw) 1rem;
  border: rgb(222.5, 222.5, 222.5) 1px solid;
  background: white;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing_pod figure {
  background: rgba(70, 127, 179, 0.1);
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.pricing_pod figure img {
  width: auto;
  height: 4rem;
}
.pricing_pod h3 {
  font-size: calc(0.85rem + 0.2vw);
}
.pricing_pod .table {
  font-size: 0.8rem;
}
.pricing_pod .table tr td {
  padding: 0.5rem 0;
}
.pricing_pod .table tr td:last-child {
  font-weight: 500;
}
.pricing_pod .btn {
  color: #467fb3;
  border-color: #467fb3;
}
.pricing_pod:hover {
  background: white;
  border-color: #467fb3;
}
.pricing_pod:hover .btn {
  background: #467fb3;
  color: white;
}

.pricing__tables-wrap .owl-item {
  padding: 2px;
}

.highlights_sec {
  overflow: hidden;
}

.how__works-sec {
  padding: calc(3rem + 1.5vw) 0;
  background: #467fb3;
  color: white;
}

.how_work-col {
  display: block;
  text-align: center;
}
.how_work-col a {
  display: inline-block;
}
.how_work-col img {
  width: 16rem;
  max-width: 100%;
}
.how_work-col figcaption {
  margin-top: calc(1rem + 0.5vw);
  font-weight: 600;
  font-size: calc(1rem + 0.2vw);
}
.how_work-col figcaption small {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}

.title_lg {
  line-height: 1.25;
  font-size: calc(1.8rem + 0.7vw);
  font-weight: 600;
}

.eff_stars-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-weight: normal;
  font-size: 1rem;
}
.eff_stars-list li {
  position: relative;
  margin: 0 0.1rem;
}
.eff_stars-list li:before {
  content: "\e91d";
  font-family: "icomoon";
  color: #dddddd;
}
.eff_stars-list li.active:before {
  content: "\e91f";
  color: #ffcd39;
}

.product_pods-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_pods-list > li a {
  position: relative;
  text-decoration: none;
  background: white;
  padding: calc(1rem + 0.25vw);
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: black;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
}
.product_pods-list > li a:hover {
  -webkit-box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.product_pods-list > li a i {
  font-size: calc(2rem + 0.5vw);
  color: rgb(86.1971830986, 139.1549295775, 188.8028169014);
}
.product_pods-list > li a img {
  width: calc(2rem + 0.5vw);
}
.product_pods-list > li a h4 {
  font-size: 1.1em;
  margin: 0 0 0 1.25rem;
}
.product_pods-list > li a h4 small {
  display: block;
  font-weight: normal;
}
.product_pods-list > li a span {
  text-align: center;
  margin-left: auto;
  font-size: 0.85rem;
  font-weight: bold;
}
.product_pods-list > li + li {
  margin-top: 1rem;
}
.product_pods-list .eff_stars-list {
  margin: 0;
}

.scrollspy__product-nav {
  background: #142433;
  padding: 1.5rem 0;
  position: sticky;
  top: 74px;
  z-index: 1;
}
.scrollspy__product-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.scrollspy__product-nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
.scrollspy__product-nav ul li a:hover {
  color: white;
}

.prod__price-pod {
  text-align: center;
  background: rgb(243.7225352113, 247.2605633803, 250.5774647887);
  border: rgb(214.4154929577, 227.1478873239, 239.0845070423) 1px solid;
  border-radius: 0.25rem;
  padding: 2.5rem 1rem;
  margin: 1rem 0;
  -webkit-transition: border 0.4s ease-in-out;
  -moz-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}
.prod__price-pod h3 {
  font-size: calc(1.4rem + 0.2vw);
  margin: 0;
}
.prod__price-pod ul {
  margin: calc(1.5rem + 1vw) 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.prod__price-pod ul li {
  text-align: center;
}
.prod__price-pod ul li small {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
}
.prod__price-pod ul li strong {
  display: block;
  font-size: calc(1.5rem + 0.5vw);
  font-weight: bold;
}
.prod__price-pod:hover {
  border-color: #467fb3;
}

.prod_benefits-card {
  background: white;
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 100%;
}
.prod_benefits-card picture {
  display: block;
  padding-top: 60%;
  background-color: rgb(222.5, 222.5, 222.5);
}
.prod_benefits-card figcaption {
  padding: 1.5rem;
}
.prod_benefits-card figcaption p:last-of-type {
  margin: 0;
}

.side_eff-list {
  background: white;
  padding: 1.5rem;
  margin: 0;
  list-style: none;
}
.side_eff-list li {
  padding: 0.5rem;
}
.side_eff-list li + li {
  border-top: #ddd 1px solid;
}

.faqs__accordion-wrap {
  margin-top: calc(2rem + 1vw);
}
.faqs__accordion-wrap .card {
  border-bottom: #ddd 1px solid;
}
.faqs__accordion-wrap .card-header button {
  text-align: left;
  display: block;
  background: none;
  width: 100%;
  border: none;
  padding: 1em 0;
  font-size: calc(0.85rem + 0.25vw);
  font-weight: bold;
}
.faqs__accordion-wrap .card-body {
  padding: 0 0 calc(1rem + 0.5vw);
}

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

.contact__detail-list {
  margin: 0;
  padding: 0;
}
.contact__detail-list li {
  list-style: none;
}
.contact__detail-list li span {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.contact__detail-list li a {
  font-size: calc(1rem + 0.1vw);
}
.contact__detail-list li + li {
  margin-top: 1.5rem;
}

.account__form-wrap {
  padding: 2rem;
  background: white;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.account__form-wrap label {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.account__form-wrap .form-check label {
  text-transform: initial;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: normal;
}

.contact_detail-col {
  margin-bottom: 3rem;
}
.contact_detail-col a {
  color: #467fb3;
}

.contact_submit-wrap {
  text-align: right;
}

.meet__team-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-gap: 1.5rem;
}

.team__pod {
  background: white;
  text-align: center;
  border-radius: 0.35rem;
  padding: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
}
.team__pod figure {
  overflow: hidden;
  border-radius: 50%;
  width: calc(6rem + 1vw);
  height: calc(6rem + 1vw);
  margin: 0 auto 1.5rem;
}
.team__pod figure picture {
  display: block;
  width: 100%;
  padding-top: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.team__pod h3 {
  font-size: 1.05rem;
  font-weight: bold;
}
.team__pod p {
  font-weight: 400;
}
.team__pod:hover picture {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.page_products .services__cards-wrap [class^=col-] {
  margin-bottom: 1.875rem;
}
.page_products .services__cards-wrap [class^=col-] a {
  color: #142433;
  text-decoration: none;
}

.service__card {
  overflow: hidden;
  background: white;
  border-radius: 0.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
.service__card figure {
  overflow: hidden;
}
.service__card figure picture {
  display: block;
  padding-top: 67%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.service__card-body {
  padding: calc(1rem + 0.25vw);
}
.service__card-body h3 {
  font-size: calc(1.3rem + 0.1vw);
  text-decoration: none;
}
.service__card-body p {
  text-decoration: none;
}
.service__card .btn-link {
  text-decoration: none !important;
  padding: 0.4rem 1rem 0.4rem 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.service__card .btn-link:focus {
  padding: 0.4rem 1rem !important;
  background: rgba(70, 127, 179, 0.1);
}
.service__card:hover {
  -webkit-box-shadow: 0 0.25rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.25rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.6rem 0 rgba(0, 0, 0, 0.1);
}
.service__card:hover figure picture {
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.service__card:hover .btn-link {
  padding: 0.4rem 1rem;
  background: rgba(70, 127, 179, 0.1);
}

.hiw__step-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hiw__step-wrap figure {
  flex: 33%;
  max-width: 33%;
  text-align: center;
}
.hiw__step-wrap figure img {
  width: 300px;
  max-width: 100%;
}
.hiw__step-wrap article {
  flex: 67%;
  max-width: 67%;
}
.hiw__step-wrap br {
  display: none;
}

.hiw_title {
  position: relative;
  padding-left: calc(6rem + 3vw);
}
.hiw_title:before {
  content: attr(data-step);
  position: absolute;
  bottom: 0;
  left: -0.25rem;
  line-height: 0.8;
  font-size: calc(4rem + 2vw);
  font-weight: bold;
  color: rgb(227.6, 227.6, 227.6);
}
.hiw_title h3 {
  margin: 0;
  font-size: calc(1.2rem + 0.4vw);
  font-weight: bold;
}
.hiw_title h4 {
  margin-bottom: calc(1.5rem + 0.5vw);
  font-size: 1rem;
}

.two_col-list {
  text-align: left;
}

.iv_grid-col {
  text-align: center;
  margin-bottom: calc(3rem + 1vw);
}
.iv_grid-col figure img {
  width: 300px;
  max-width: 100%;
}
.iv_grid-col figure figcaption {
  margin-top: 1.5rem;
}
.iv_grid-col figure figcaption a {
  text-decoration: none;
  color: currentColor;
}
.iv_grid-col figure figcaption strong {
  display: block;
  margin-bottom: 1rem;
  font-size: calc(1rem + 0.25vw);
}
.iv_grid-col figure figcaption span {
  display: block;
  margin-bottom: 1rem;
}

.wc_custom-loading:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.wc_custom-loading:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-top-color: #467fb3;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 11;
  position: fixed;
  top: calc(50% - 1.4rem);
  left: calc(50% - 1.4rem);
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.sub_head-lg {
  font-size: calc(1rem + 0.4vw);
  font-weight: 300;
}

.office_mobile-wrap {
  background: white;
  max-width: 50rem;
  margin: 0 auto;
  border-radius: 0.25rem;
  padding: calc(1.25rem + 1.5vw);
  border: rgb(235.25, 235.25, 235.25) 1px solid;
  -webkit-box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.06);
}

.office_mobile-select {
  margin-top: calc(1rem + 1vw);
}
.office_mobile-select .form-group {
  margin: 0;
}
.office_mobile-select .form-group > label {
  font-weight: 500;
}
.office_mobile-select .form-group + .form-group {
  margin-top: calc(1rem + 1vw);
}
.office_mobile-select .custom-control {
  font-size: 1.25rem;
}
.office_mobile-select .custom-control [type=radio] {
  cursor: pointer;
}
.office_mobile-select .custom-control .custom-control-label {
  cursor: pointer;
  font-weight: 400;
}
.office_mobile-select .custom-control .custom-control-label:before, .office_mobile-select .custom-control .custom-control-label:after {
  width: 1em;
  height: 1em;
}

.custom_control-wrap {
  background: rgba(0, 0, 0, 0.025);
  padding: 1rem;
}
.custom_control-wrap .custom-control {
  margin-right: 3rem;
}
.custom_control-wrap .custom-control label {
  padding-left: 0.25rem;
}

.office__mobile-outer .btn {
  font-size: calc(1.25rem + 0.25vw);
  min-width: 15em;
  padding: 0.5em 1em;
}

.ofm__map-wrap {
  position: relative;
  width: 100%;
  padding-top: 35%;
  min-height: 16rem;
  margin-bottom: 2rem;
}
.ofm__map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ofm__custom-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 calc(2rem + 1vw);
}
.ofm__custom-radios .radio {
  position: relative;
  flex: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  font-size: calc(1rem + 0.25vw);
}
.ofm__custom-radios .radio img {
  position: absolute;
  width: 2em;
  height: auto;
  top: 50%;
  left: 1em;
  pointer-events: none;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.ofm__custom-radios .radio input {
  position: absolute;
  width: 0.1em;
  height: 0.1em;
  overflow: hidden;
  bottom: 0.5em;
  left: 50%;
  z-index: -1;
}
.ofm__custom-radios .radio label {
  margin: 0;
  position: relative;
  background: white;
  padding: 1em 3.5em 1em 4em;
  cursor: pointer;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.125rem;
  border: #ced4da 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ofm__custom-radios .radio label:after {
  content: "\e90d";
  font-family: "icomoon";
  font-size: 1.75em;
  color: deepskyblue;
  opacity: 0;
  position: absolute;
  top: 53%;
  right: 0.6em;
  line-height: 1;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.ofm__custom-radios .radio label small {
  margin-top: 0.5rem;
  display: block;
  line-height: normal;
  font-size: 0.8rem;
  font-weight: 300;
}
.ofm__custom-radios .radio input:checked + label {
  border-color: #467fb3;
}
.ofm__custom-radios .radio input:checked + label:after {
  opacity: 1;
}
.ofm__custom-radios .radio.no_service {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ofm__custom-radios .radio.no_service label {
  cursor: no-drop;
  border-color: rgb(127.5, 127.5, 127.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.foot__subscribe-wrap .page_office-mobile {
  display: none;
}

.account__form-wrap .form-check {
  padding-left: 1.5rem;
}
.account__form-wrap .form-check .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
}
.account__form-wrap .form-check .wpcf7-form-control-wrap .form-check-input {
  margin: 0 !important;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account__form-wrap .form-check label, .account__form-wrap .form-check input {
  cursor: pointer;
}
.account__form-wrap .contact_submit-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.account__form-wrap .contact_submit-wrap .wpcf7-form-control {
  order: 2;
  margin-left: 1.5rem;
  padding: 0.5rem 2.5rem;
}
.account__form-wrap .contact_submit-wrap .ajax-loader {
  order: 1;
}

.wpcf7-not-valid-tip {
  font-size: 0.85rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(220, 50, 50, 0.03);
  border: #dc3232 1px solid;
  color: #dc3232;
  padding: 0.75rem;
  margin: 2rem 0 0;
}

.wpcf7-not-valid {
  border-color: #dc3232;
}

.page_office-mobile .foot__subscribe-wrap {
  display: none;
}

.ofm_modal .modal-dialog {
  max-width: 65rem;
}
.ofm_modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  border: none;
  background: none;
  font-size: calc(1.5rem + 0.25vw);
  font-weight: 300;
  line-height: 1;
}
.ofm_modal .modal-body {
  padding: calc(1rem + 1vw);
}

.wpcf7 {
  margin-top: 2rem;
}
.wpcf7 .form-group > label {
  font-size: 0.8rem;
  font-weight: 600;
}

.form-group.form-check label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  font-weight: 300;
}

.contact_submit-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
.contact_submit-wrap .btn {
  order: 2;
  margin-left: 1rem;
}
.contact_submit-wrap .ajax-loader {
  order: 1;
}

.page_services-categories .lead__wrap.mb_lead-lg {
  margin-bottom: 0;
}

.optional-section-2 {
  padding-bottom: 0 !important;
}

.iv__infusion-grid {
  margin-top: calc(4rem + 2vw);
}

.contact__map-wrap {
  position: relative;
  width: 100%;
  height: calc(18rem + 2vw);
  margin-bottom: 3rem;
  border: white 0.5em solid;
}
.contact__map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.ofm__datepicker-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.ofm_date-picker {
  flex: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}

.om_datepicker-input {
  position: relative;
}
.om_datepicker-input:after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 1.25rem;
  color: #467fb3;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ofm_time-picker {
  flex: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.ofm_time-picker h3 {
  line-height: 1;
  font-weight: 500;
  font-size: calc(1rem + 0.25vw);
}

.ofm_time-radios {
  display: flex;
  flex-wrap: wrap;
}
.ofm_time-radios .radio {
  position: relative;
  margin: 0 0.75rem 0.75rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ofm_time-radios .radio input {
  position: absolute;
  width: 0.1em;
  height: 0.1em;
  overflow: hidden;
  bottom: 0.5em;
  left: 50%;
  z-index: -1;
}
.ofm_time-radios .radio label {
  margin: 0;
  cursor: pointer;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0.6rem 0.5rem 0.5rem;
  border: #ced4da 1px solid;
  border-radius: 0.125rem;
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ofm_time-radios .radio input:checked + label {
  background: deepskyblue;
  border-color: deepskyblue;
  color: white;
}
.ofm_time-radios .radio.reserved {
  cursor: no-drop;
}
.ofm_time-radios .radio.reserved input {
  pointer-events: none;
}
.ofm_time-radios .radio.reserved label {
  background: rgb(227.6, 227.6, 227.6);
  border-color: rgb(227.6, 227.6, 227.6);
  pointer-events: none;
  color: white;
}

.datepicker-dropdown table {
  width: 100%;
}

.om_dp-label {
  font-size: 0.9rem;
  font-weight: 600;
}

#subscribe_thankyou_div {
  display: none;
}

.subscribe_form_loading {
  display: none;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* New Service page */
.title_one {
  font-size: calc(1.5rem + 0.5vw);
}

.title_two {
  font-size: calc(1.25rem + 0.25vw);
}

.text-center {
  text-align: center;
}

.hms_container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 30px;
}

.hms_hero-wrap {
  position: relative;
  overflow: hidden;
}
.hms_hero-wrap picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hms_hero-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.hms_hero-wrap figcaption {
  position: relative;
  padding: 12vmax 0 10vmax;
  z-index: 1;
}
.hms_hero-wrap figcaption:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hms_hero-content {
  position: relative;
  max-width: 600px;
  color: white;
  z-index: 2;
}
.hms_hero-content .hmh_titles {
  font-size: calc(1rem + 0.5vw);
}
.hms_hero-content .hmh_titles h1 {
  font-size: 2em;
}
.hms_hero-content .hmh_titles h1 small {
  display: block;
  font-size: 50%;
  font-weight: 600;
}
.hms_hero-content .hmh_titles h2 {
  font-size: 1.25em;
}
.hms_hero-content .hmh_titles h3 {
  font-size: 0.75em;
}

.hms_hero-lead {
  background-color: #f6f6f9;
  border-bottom: #f6f6f9 0.2rem solid;
  overflow: hidden;
}

.hms_hero-lead-cols {
  display: flex;
  align-items: center;
}
.hms_hero-lead-cols figcaption {
  flex: 50%;
  max-width: 50%;
  padding: 1.5rem 2rem;
}
.hms_hero-lead-cols figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.hms_hero-lead-cols figcaption ul li {
  flex: 1;
  text-align: center;
}
.hms_hero-lead-cols figcaption ul img {
  display: block;
  width: 3.5rem;
  height: auto;
  margin: 0 auto;
}
.hms_hero-lead-cols figcaption ul span {
  display: block;
  font-weight: 600;
}
.hms_hero-lead-cols .fig_pic {
  flex: 50%;
  max-width: 50%;
  background-color: white;
  padding: 2rem;
  position: relative;
  isolation: isolate;
  text-align: center;
}
.hms_hero-lead-cols .fig_pic:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
}
.hms_hero-lead-cols .fig_pic img {
  display: block;
  width: 30rem;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.sec_pace-tb {
  padding: calc(3rem + 1.5vw) 0;
}

.hms_process-cols {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(3rem + 1.5vw);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  gap: 3rem 0;
}
.hms_process-cols .hmsp_col {
  flex: 33.333333%;
  max-width: 33.333333%;
  padding: 0 1rem;
}
.hms_process-cols figure {
  position: relative;
  text-align: center;
  border: #f0f0f5 0.2rem solid;
  border-radius: 1.25rem;
}
.hms_process-cols figure:before {
  content: attr(data-order);
  font-size: calc(1rem + 0.25vw);
  font-weight: 600;
  width: 3em;
  height: 3em;
  background-color: #f0f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hms_process-cols figure picture {
  padding: calc(2.25rem + 1.25vw) 1rem calc(0.75rem + 0.25vw);
}
.hms_process-cols figure img {
  width: 12rem;
  height: auto;
}
.hms_process-cols figure figcaption {
  background-color: #f0f0f5;
  border-radius: 0 0 1rem 1rem;
  font-size: calc(0.75rem + 0.25vw);
  font-weight: 600;
  padding: 0.75em 1em;
}
.hms_process-cols .active figure {
  border-color: #00836c;
}
.hms_process-cols .active figure:before {
  background-color: #00836c;
  color: white;
}
.hms_process-cols .active figure figcaption {
  background-color: #00836c;
  color: white;
}

.hms_media-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hms_media-wrap picture {
  flex: 25rem;
  max-width: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.hms_media-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
}
.hms_media-wrap figcaption {
  flex: 1;
  padding-left: calc(3rem + 1.5vw);
}

.hms_media-outer .hms_media-wrap:not(:last-child) {
  padding-bottom: calc(2rem + 1vw);
  margin-bottom: calc(2rem + 1vw);
  border-bottom: #b7c8c5 1px dashed;
}

.subscribe_form-outer {
  border: rgb(209.75, 209.75, 209.75) 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}

.subscribe_form-cols {
  background-color: white;
  --subColsPadding: calc(1rem + 1vw);
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
}
.subscribe_form-cols .form-group {
  margin-bottom: 0;
}
.subscribe_form-cols .form-group label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.subscribe_form-cols input::-webkit-outer-spin-button,
.subscribe_form-cols input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.subscribe_form-cols input[type=number] {
  -moz-appearance: textfield;
}

.sfc_row-gap {
  row-gap: 0.75rem;
}

.sub_form-col {
  grid-area: 1/1/2/2;
  padding: var(--subColsPadding);
  background-color: white;
}

.sub_payment-col {
  grid-area: 1/2/3/3;
  padding: var(--subColsPadding);
  background-color: rgba(70, 127, 179, 0.05);
  min-width: 20rem;
}

.sub_card-col {
  grid-area: 2/1/3/2;
  padding: var(--subColsPadding);
  background-color: white;
  border-top: rgb(209.75, 209.75, 209.75) 1px solid;
}

.sfc_signature-wrap {
  position: relative;
}
.sfc_signature-wrap canvas {
  display: block;
  max-width: 100%;
  min-height: 10rem;
  touch-action: none;
  border-radius: 0.2rem;
  border: #c5c5c5 1px solid;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgICA8cGF0aCBkPSJNMi44LDEyLjVMMSwxbDExLjYsMS44LDguOCwxMS41LTMsMy01LjctNS43Yy4zLS44LjItMS43LS40LTIuM3MtMi4yLS44LTIuOSwwLS44LDIuMSwwLDIuOWMuNy43LDEuNi44LDIuNC40bDUuNyw1LjctMywzTDIuOCwxMi41Wk0yNy45LDIwLjFsLjctLjctNC43LTQuNy05LjIsOS4xLDQuNyw0LjcuNy0uNywyLjYsMy4yLDguMi04LjItMy4yLTIuNmgwWiIvPgo8L3N2Zz4=), auto;
}
.sfc_signature-wrap ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  gap: 0.25rem;
  list-style: none;
  display: flex;
}
.sfc_signature-wrap button {
  box-shadow: none !important;
}

.subscribe_form-hdr {
  background-color: rgba(70, 127, 179, 0.1);
  padding: calc(1rem + 1vw);
}

.subForm-type-select {
  display: flex;
  align-items: center;
  gap: 0.2rem 1rem;
  max-width: 50rem;
  margin-inline: auto;
}
.subForm-type-select label {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.no_top-hero .foot__subscribe-wrap {
  display: none !important;
}

.img_grid-pod {
  display: block;
  position: relative;
  overflow: hidden;
}
.img_grid-pod picture {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}
.img_grid-pod picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1.35;
  object-fit: cover;
  object-position: 50% 50%;
}
.img_grid-pod span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: calc(1rem + 0.15vw);
  font-weight: 600;
  color: white;
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.img_grid-pod:hover picture {
  transform: scale(1.04);
}

.faq_flex-title {
  margin-bottom: calc(1rem + 1vw);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 2rem;
}
.faq_flex-title .btn {
  margin-left: auto;
  min-width: 124px;
}

.faq_accordion .card-header {
  padding: 0;
}
.faq_accordion .card-header button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.85rem 3.5rem 0.85rem 1rem;
  background: none;
  border: none;
}
.faq_accordion .card-header button:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2rem;
  color: white;
  top: 0.85em;
  right: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #467fb3 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><line fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" x1="12" y1="24" x2="36" y2="24"/><line fill="none" stroke="%23ffffff" stroke-width="3.5" stroke-miterlimit="10" x1="24" y1="12" x2="24" y2="36"/></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.faq_accordion .card-header button[aria-expanded=true]:after {
  background: #467fb3 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><line fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" x1="12" y1="24" x2="36" y2="24"/></svg>') no-repeat 50% 50%;
}

.appointment-time-textfield {
  color: #d60000;
}

.appointment_time {
  font-size: 15px !important;
}

.dynamic_menu_item_class {
  display: none !important;
}

#input_1_25_2_cardinfo_left legend {
  font-size: 16px !important;
}

#choice_1_28_1 {
  position: relative;
  top: -45px !important;
}

.ginput_container_total {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #006600 !important;
}

.ginput_container_total input {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.section_02_desc_read_more {
  color: #467fb3 !important;
}

.section_02_desc_read_less {
  color: #467fb3 !important;
}

.team_member-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
.team_member-cols picture {
  --flexVal: calc(10rem + 5vw);
  flex: var(--flexVal);
  max-width: var(--flexVal);
}
.team_member-cols picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0.35rem;
}
.team_member-cols figcaption {
  flex: 1;
}

.form_confirmation-inner {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
  min-height: 48vh;
}
.form_confirmation-inner .success_check {
  --imgSize: calc(3rem + 1.5vw);
  width: var(--imgSize);
  height: var(--imgSize);
}
.form_confirmation-inner p {
  font-size: calc(1rem + 0.1vw);
}

.bhrt_landing {
  font-size: 1.15rem;
}
.bhrt_landing .sec_pace-tb {
  padding-block: calc(2rem + 1vw) !important;
}
.bhrt_landing a:not(.btn) {
  color: #467fb3;
}

.page_lph_header-minimal .header__wrap {
  position: sticky;
  background-color: white;
  border-bottom: rgb(228.875, 228.875, 228.875) 1px solid;
  color: #142433 !important;
}
.page_lph_header-minimal .navbar-brand .el_logo {
  fill: #142433;
}
.page_lph_header-minimal .navbar-toggler,
.page_lph_header-minimal .navbar-collapse {
  display: none !important;
}
.page_lph_header-minimal .page__wrap {
  min-height: initial;
}
.page_lph_header-minimal .outside_collapse .search_link,
.page_lph_header-minimal .outside_collapse .cart_link {
  color: inherit;
}

.new_landing-hero {
  position: relative;
  overflow: hidden;
}
.new_landing-hero picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.new_landing-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.new_landing-hero figcaption {
  position: relative;
  padding-block: calc(3rem + 1.5vw);
  background: rgba(255, 255, 255, 0.25);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 55%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 55%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 55%);
  z-index: 1;
}

.nlh_content {
  max-width: 34rem;
}
.nlh_content p {
  font-size: 1.15rem;
  font-weight: 400;
}
.nlh_content .nlh_title1 {
  line-height: 1.25;
  font-size: calc(2rem + 1vw);
  font-weight: 700;
}
.nlh_content .nlh_title1 span {
  display: block;
  font-size: 1em;
}
.nlh_content .nlh_title2 {
  font-size: calc(1.15rem + 0.25vw);
  font-weight: 600;
}

.lead_cta-sec {
  background-color: rgb(232.3554216867, 239.5662650602, 246.1445783133);
  padding: calc(2rem + 0.5vw) 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em 2em;
}
.lead_cta-sec .lcs_title {
  max-width: 40rem;
  margin: 0;
}

.check_ico-list {
  font-size: calc(1rem + 0.25vw);
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 0.75em 1.5em;
}
.check_ico-list li {
  position: relative;
  padding-left: 2em;
}
.check_ico-list li:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0.1em;
  left: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle fill="%23467fb3" cx="8" cy="8" r="8"/><polyline fill="none" stroke="white" stroke-width="1.65" points="4.178 7.52 7.046 10.388 11.822 5.612"/></svg>') no-repeat 50% 50%;
}

.nw_process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 2rem;
}
.nw_process-list li figure {
  position: relative;
  font-size: calc(2rem + 1vw);
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.nw_process-list li figure:before {
  content: attr(data-order);
  font-size: 1.75em;
  line-height: 1;
  opacity: 0.15;
}
.nw_process-list li img {
  width: calc(3rem + 1.5vw);
  height: auto;
}
.nw_process-list li p:last-of-type {
  margin: 0;
}

.npl_title {
  font-size: calc(1rem + 0.2vw);
  font-weight: 700;
}

.omh_content-accordion .card {
  border: rgba(0, 0, 0, 0.1) 1px solid !important;
}
.omh_content-accordion .card:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.omh_content-accordion .card-header {
  padding: 0;
}
.omh_content-accordion .card-header button {
  width: 100%;
  border: none;
  display: block;
  text-align: left;
  background: white;
  font-weight: 600;
  position: relative;
  padding: 1rem 2.5rem 1rem 1rem;
  color: #467fb3;
}
.omh_content-accordion .card-header button:after {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.omh_content-accordion .card-header button[aria-expanded=true] {
  color: white;
  background: #467fb3;
}
.omh_content-accordion .card-header button[aria-expanded=true]:after {
  content: "\e911";
}

.omh_assessment-wrap {
  padding: calc(1rem + 1.5vw);
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0.2em 0.2em 0.4rem 0 rgba(0, 0, 0, 0.04);
}
.omh_assessment-wrap .form-group {
  margin-bottom: 1.5rem;
}
.omh_assessment-wrap .form-group label {
  font-weight: 600;
  margin-bottom: 0.2em;
}
.omh_assessment-wrap .form-control {
  height: 3rem;
  border-width: 0.1rem !important;
  padding: 0.4em 1em;
}
.omh_assessment-wrap .btn-lg {
  font-size: calc(1rem + 0.25vw);
  padding: 0.6em 2em;
}
.omh_assessment-wrap .custom-control-label:before {
  border-width: 0.1rem;
}

.patient_review {
  display: block;
  margin-bottom: 1em;
  font-family: serif;
  font-style: italic;
  font-size: calc(1rem + 0.5vw);
  font-weight: 500;
}

.check_list-fig {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
.check_list-fig figcaption {
  flex: 1;
}
.check_list-fig picture {
  flex: 30%;
  max-width: 30%;
}
.check_list-fig picture img {
  width: 100%;
  height: auto;
}

.sec_title1 {
  font-size: calc(1.25rem + 0.5vw);
  margin-bottom: 1em;
}
.sec_title1 small {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: #467fb3;
}

.values_cards-wrap figure img {
  width: calc(3rem + 1.5vw);
  height: auto;
  margin-bottom: 1rem;
}

.bhrt_landing-product {
  --imgFlex: calc(8rem + 4vw);
  display: flex;
  border: white 1px solid;
}
.bhrt_landing-product:not(:last-of-type) {
  margin-bottom: 2rem;
}
.bhrt_landing-product picture {
  flex: var(--imgFlex);
  max-width: var(--imgFlex);
}
.bhrt_landing-product picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 50%;
}
.bhrt_landing-product figcaption {
  flex: 1;
  padding: calc(1rem + 0.5vw);
}

.faqs_accordion .card {
  border: none;
  background-color: white;
  border-radius: 0.5rem !important;
}
.faqs_accordion .card:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.faqs_accordion .card-header {
  border: none;
  background: none;
  padding: 0;
}
.faqs_accordion .accord_link {
  position: relative;
  text-align: left;
  font-weight: 600;
  padding: 1rem 2.75rem 1rem 1.25rem;
  border: none;
  background: none;
  display: block;
  width: 100%;
}
.faqs_accordion .accord_link:after {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.faqs_accordion .accord_link[aria-expanded=true]:after {
  content: "\e911";
}
.faqs_accordion .card-body {
  padding-top: 0;
}

.ls_stamp-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1rem 3rem;
}
.ls_stamp-wrap img {
  min-width: 12rem;
  height: auto;
}
.ls_stamp-wrap figcaption {
  flex: 1;
}

.img_bg-sec {
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
}
.img_bg-sec [data-role=bg] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.img_bg-sec [data-role=bg] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.partial_land-pods {
  --paddingVal: calc(1rem + .5vw);
  text-align: center;
  color: white;
  background-color: #467fb3;
  padding: var(--paddingVal);
  border-radius: 0.5rem;
  margin-top: -2rem;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.partial_land-pods .row {
  margin-inline: calc(var(--paddingVal) * -1);
}
.partial_land-pods .row [class^=col-] {
  padding-inline: var(--paddingVal);
}
.partial_land-pods .row [class^=col-]:not(:last-of-type) {
  border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.partial_land-pods .npl_title {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.partial_land-pods p:last-of-type {
  margin: 0;
}

.lead_hpw-wrap {
  display: flex;
  align-items: flex-end;
  gap: 1rem 3rem;
}
.lead_hpw-wrap picture {
  --flexVal: calc(28rem + 2vw);
  flex: var(--flexVal);
  max-width: var(--flexVal);
}
.lead_hpw-wrap picture img {
  width: 100%;
  height: auto;
}
.lead_hpw-wrap figcaption {
  flex: 1;
}

.card_wrap {
  background-color: white;
  padding: calc(1rem + 0.5vw);
  border-radius: 0.5rem;
}

.mha_lead-wrap {
  max-width: 30rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: calc(3rem + 1vw);
}

.bhrt_assessment-form-wrap {
  position: relative;
  max-width: 44.5rem;
  margin-inline: auto;
}
.bhrt_assessment-form-wrap .gfield.gfield--type-radio {
  color: white;
  text-align: center;
  background-color: #467fb3;
  padding: calc(1.5rem + 1.5vw);
  border-radius: 0.5rem;
}
.bhrt_assessment-form-wrap .gfield.gfield--type-radio .gfield_label.gform-field-label {
  float: left;
  text-align: center !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  margin-bottom: 1em !important;
}
.bhrt_assessment-form-wrap .gfield.gfield--type-radio .gfield_required {
  display: none !important;
}
.bhrt_assessment-form-wrap .gfield.gfield--type-radio .gfield_label.gform-field-label {
  color: white !important;
}
.bhrt_assessment-form-wrap .gform_heading {
  display: none !important;
}
.bhrt_assessment-form-wrap .gform_wrapper.gravity-theme .gf_progressbar_title {
  display: none !important;
}
.bhrt_assessment-form-wrap .gf_progressbar_wrapper {
  display: none !important;
}
.bhrt_assessment-form-wrap .ginput_container_radio .gfield_radio {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.bhrt_assessment-form-wrap .ginput_container_radio .gfield_radio .gchoice {
  position: relative;
}
.bhrt_assessment-form-wrap .ginput_container_radio .gfield_radio .gchoice input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: clip;
  z-index: 1;
}
.bhrt_assessment-form-wrap .ginput_container_radio .gfield_radio .gchoice label {
  color: white !important;
  max-width: initial !important;
  border: white 0.1em solid !important;
  padding: 0.35em 1em !important;
  min-width: 7em !important;
  cursor: pointer !important;
  border-radius: 0.25em !important;
}
.bhrt_assessment-form-wrap .ginput_container_radio .gfield_radio .gchoice input:checked + label {
  color: #467fb3 !important;
  background-color: white !important;
}
.bhrt_assessment-form-wrap .gform-page-footer {
  display: none !important;
  text-align: right !important;
  margin: 1.25rem 0 0 !important;
  padding: 0 !important;
}
.bhrt_assessment-form-wrap input[type=submit], .bhrt_assessment-form-wrap button[type=submit], .bhrt_assessment-form-wrap input[type=button], .bhrt_assessment-form-wrap button[type=button] {
  background-color: #467fb3 !important;
  border: none !important;
  margin: 0 !important;
  color: white !important;
  text-transform: capitalize !important;
}
.bhrt_assessment-form-wrap #field_16_13 {
  text-align: center;
  text-transform: capitalize;
  font-size: calc(1rem + 0.25vw);
  font-weight: 600;
  border-top: #eaeaea 0.1rem solid;
  margin-top: 1rem;
  padding-top: 3rem;
}
.bhrt_assessment-form-wrap #field_16_14 {
  text-align: center;
  margin-bottom: 2rem;
}
.bhrt_assessment-form-wrap .gform-footer {
  text-align: center !important;
}
.bhrt_assessment-form-wrap .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 2.5rem !important;
}

.gform-loader {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gform-body.gform_body .gform_page {
  position: relative;
}
.gform-body.gform_body .gform_page:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.25vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .gform_page:last-child .gform-page-footer {
  display: block !important;
}
.gform-body.gform_body #gform_page_14_1:before {
  content: "1";
}
.gform-body.gform_body #gform_page_14_2:before {
  content: "2";
}
.gform-body.gform_body #gform_page_14_3:before {
  content: "3";
}
.gform-body.gform_body #gform_page_14_4:before {
  content: "4";
}
.gform-body.gform_body #gform_page_14_5:before {
  content: "5";
}
.gform-body.gform_body #gform_page_14_6:before {
  content: "6";
}
.gform-body.gform_body #gform_page_14_7:before {
  content: "7";
}
.gform-body.gform_body #gform_page_14_8:before {
  content: "8";
}
.gform-body.gform_body #gform_page_14_9:before {
  content: "9";
}
.gform-body.gform_body #gform_page_14_10:before {
  content: "10";
}
.gform-body.gform_body #gform_page_14_11:before {
  content: "11";
}
.gform-body.gform_body #gform_page_14_12:before {
  content: "12";
}
.gform-body.gform_body #gform_page_14_13:before {
  content: "13";
}
.gform-body.gform_body #gform_page_14_14:before {
  content: "14";
}
.gform-body.gform_body #gform_page_14_15:before {
  content: "15";
}
.gform-body.gform_body #gform_page_14_16:before {
  content: "16";
}
.gform-body.gform_body #gform_page_14_17:before {
  content: "17";
}
.gform-body.gform_body #gform_page_14_18:before {
  content: "18";
}
.gform-body.gform_body #gform_page_14_19:before {
  content: "19";
}
.gform-body.gform_body #gform_page_14_20:before {
  content: "20";
}
.gform-body.gform_body .bhrt_question-1 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-1:before {
  content: "1";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-2 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-2:before {
  content: "2";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-3 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-3:before {
  content: "3";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-4 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-4:before {
  content: "4";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-5 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-5:before {
  content: "5";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-6 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-6:before {
  content: "6";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-7 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-7:before {
  content: "7";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-8 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-8:before {
  content: "8";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-9 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-9:before {
  content: "9";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-10 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-10:before {
  content: "10";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-11 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-11:before {
  content: "11";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-12 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-12:before {
  content: "12";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-13 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-13:before {
  content: "13";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-14 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-14:before {
  content: "14";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-15 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-15:before {
  content: "15";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-16 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-16:before {
  content: "16";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-17 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-17:before {
  content: "17";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-18 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-18:before {
  content: "18";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-19 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-19:before {
  content: "19";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gform-body.gform_body .bhrt_question-20 {
  position: relative;
  margin-bottom: 2rem;
}
.gform-body.gform_body .bhrt_question-20:before {
  content: "20";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c0f3;
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  color: white;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#field_14_24 {
  font-size: 1.5rem;
  font-weight: bold;
}

#field_14_25 {
  margin-bottom: 1.25rem;
}

.el_loader {
  overflow: hidden;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.el_loader:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 2;
  position: absolute;
  top: calc(50% - 1.4rem);
  left: calc(50% - 1.4rem);
  border-radius: 50%;
  border: 0.25rem solid rgba(70, 127, 179, 0.2);
  border-top-color: #467fb3;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gform_confirmation_message {
  text-align: center;
  font-size: calc(1.25rem + 0.25vw);
  max-width: 18em;
  margin: 0 auto;
}

.woocommerce a {
  color: #1273eb;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
  text-decoration: none;
  font-weight: 600 !important;
  line-height: normal !important;
  padding: 0 !important;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
  background: none !important;
}

.woocommerce-message {
  background: rgba(143, 174, 27, 0.06);
  border: rgba(143, 174, 27, 0.3) 1px solid;
  border-radius: 0.125rem;
}
.woocommerce-message a {
  color: #8fae1b !important;
}
.woocommerce-message a:hover {
  color: rgb(113.9731343284, 138.6805970149, 21.5194029851) !important;
}

.woocommerce-info {
  background: rgba(70, 127, 179, 0.06);
  border: rgba(70, 127, 179, 0.3) 1px solid;
  border-radius: 0.125rem;
}
.woocommerce-info a {
  color: #467fb3 !important;
}
.woocommerce-info a:hover {
  color: rgb(58.5301204819, 106.1903614458, 149.6698795181) !important;
}

.woocommerce-error {
  background: rgba(255, 0, 0, 0.025);
  border: rgba(255, 0, 0, 0.25) 1px solid;
  border-radius: 0.125rem;
}
.woocommerce-error a {
  color: red !important;
}
.woocommerce-error a:hover {
  color: rgb(214.2, 0, 0) !important;
}

.attachment-woocommerce_thumbnail {
  width: 6rem;
  height: 6rem;
}

.button {
  padding: 0.7rem 1rem !important;
  font-weight: 400 !important;
  border-radius: 0.125rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button.checkout-button {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  padding: 0.75rem 1.25rem !important;
  background: #467fb3 !important;
}
.button.checkout-button:hover {
  background: rgb(58.5301204819, 106.1903614458, 149.6698795181) !important;
}

[value="Update cart"]:not([disabled]),
.wc-backward {
  background: #467fb3 !important;
  color: white !important;
}
[value="Update cart"]:not([disabled]):hover,
.wc-backward:hover {
  background: rgb(58.5301204819, 106.1903614458, 149.6698795181) !important;
}

.input-text {
  height: 38px !important;
  padding: 0.375rem 0.75rem !important;
  border: #ced4da 1px solid !important;
  border-radius: 0.125rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.input-text:focus {
  border: #467fb3 1px solid !important;
}

#coupon_code {
  min-width: 140px !important;
}

.woocommerce-cart-form__contents thead {
  background: rgb(245.45, 245.45, 245.45);
}

.woocommerce table.shop_table td {
  padding: 12px;
}

.woocommerce-product-gallery__image a {
  display: inline-block;
  pointer-events: none;
}

.prod_detail-desc bdi {
  font-weight: 600;
}

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
.col2-set .col-1, .col2-set .col-2 {
  float: none;
  width: auto;
  max-width: initial;
  padding: 0;
}
.col2-set .col-1 {
  flex: 1;
  padding-right: 2.5rem;
}
.col2-set .col-2 {
  flex: 300px;
  max-width: 300px;
}
.col2-set h3 {
  font-size: 1.25rem;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: calc(50% - 0.75rem);
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1.5rem;
}

.woocommerce form .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
}

.select2-container--default .select2-selection--single {
  border: #ced4da 1px solid;
  border-radius: 0.125rem;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: 3px;
}

#order_comments_field {
  display: block;
}
#order_comments_field textarea {
  min-height: 150px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: rgb(242.9, 242.9, 242.9);
  border-radius: 0.125rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #place_order {
  background-color: #467fb3;
  color: white !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #place_order:hover {
  background: rgb(58.5301204819, 106.1903614458, 149.6698795181) !important;
  color: white !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: rgb(228.6891566265, 237.0674698795, 244.7108433735);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: rgb(228.6891566265, 237.0674698795, 244.7108433735) 1em solid;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.checkout_coupon.woocommerce-form-coupon .form-row {
  margin: 0;
}

.woocommerce-thankyou-order-received {
  padding: 1rem;
  color: #8fae1b;
  background: rgba(143, 174, 27, 0.05);
  border: rgba(143, 174, 27, 0.3) 1px solid;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.woocommerce ul.order_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: #eaeaea 3px solid;
}
.woocommerce ul.order_details li {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce ul.order_details li + li {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.woocommerce ul.order_details:before, .woocommerce ul.order_details:after {
  display: none;
}
.woocommerce ul.order_details + p {
  margin-bottom: calc(2rem + 2vw);
}

.woocommerce-MyAccount-navigation {
  margin-bottom: calc(2rem + 1vw);
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0.2rem;
}
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  text-decoration: none !important;
  background: #f8f8f8;
  color: #142433 !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: rgb(237.8, 237.8, 237.8);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: rgb(232.3554216867, 239.5662650602, 246.1445783133);
  color: #467fb3 !important;
  font-weight: 500;
}

table.woocommerce-MyAccount-orders tr th:last-of-type, table.woocommerce-MyAccount-orders tr td:last-of-type {
  text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews-title {
  display: none;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li {
  margin-bottom: calc(1rem + 1vw);
}
.commentlist .comment_container {
  display: flex;
  align-items: flex-start;
}
.commentlist .comment_container img {
  margin-right: 1.5rem;
}
.commentlist .comment_container .meta {
  margin: 0;
}

.comment-reply-title {
  display: block;
  font-size: calc(1.5rem + 0.25vw);
  font-weight: 600;
  margin-bottom: calc(1rem + 1vw);
}

.comment-form-rating {
  display: flex;
  align-items: center;
  margin-bottom: calc(1rem + 0.5vw);
}
.comment-form-rating label {
  margin: 0 1rem 0 0;
  font-weight: 600;
}
.comment-form-rating .stars {
  margin: 0;
}

.comment-form-comment label {
  display: block;
  font-weight: 600;
}
.comment-form-comment textarea {
  width: 100%;
  display: block;
  border: #ced4da 1px solid;
}

.comment-form .form-submit {
  text-align: right;
}
.comment-form .form-submit .submit {
  padding: 0.4rem 1rem;
  font-weight: 300;
  border-radius: 0.125rem;
  background: #467fb3;
  border: #467fb3 1px solid;
  color: white !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comment-form .form-submit .submit:hover {
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988);
}

.page_product-detail .page__wrap {
  min-height: auto;
}

.woocommerce-address-fields {
  margin-top: calc(1rem + 0.5vw);
}
.woocommerce-address-fields .form-row {
  display: block;
}

select {
  height: 38px;
  border: #ced4da 1px solid !important;
}

button[name=save_address], .woocommerce-Button, .woocommerce-form-login__submit {
  padding: 0.75rem 1.5rem !important;
  font-weight: 300 !important;
  border-radius: 0.125rem !important;
  background: #467fb3 !important;
  border: #467fb3 1px solid !important;
  color: white !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
button[name=save_address]:hover, .woocommerce-Button:hover, .woocommerce-form-login__submit:hover {
  background: rgb(62.8313253012, 113.9939759036, 160.6686746988) !important;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: calc(2rem + 1vw);
}
.woocommerce-EditAccountForm fieldset .form-row {
  display: block;
}

.woocommerce-form-login .woocommerce-form-row {
  display: block;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  margin: 0 0 0 auto !important;
  float: none;
}

.woocommerce-form__input-checkbox {
  margin-right: 5px;
}

/* One page Check out */
#checkout-products {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
#checkout-products li {
  border: rgb(222.5, 222.5, 222.5) 1px solid;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  padding: calc(1rem + 0.25vw) calc(1rem + 0.25vw) calc(1rem + 0.25vw) 8rem;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#checkout-products li:hover {
  background: rgb(241.625, 241.625, 241.625);
}
#checkout-products li.selected {
  background: rgba(70, 127, 179, 0.1);
  border-color: rgba(70, 127, 179, 0.5);
}
#checkout-products li img {
  position: absolute;
  top: 50%;
  left: calc(1rem + 0.25vw);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#checkout-products li .opc-radio-list-label {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 6.3rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#checkout-products li input[type=radio] {
  cursor: pointer;
}
#checkout-products li .dash {
  display: none;
}
#checkout-products li .price {
  font-weight: 500;
}

.checkout_coupon.woocommerce-form-coupon {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
  float: left;
  width: calc(50% - 0.75rem);
}
.checkout_coupon.woocommerce-form-coupon .form-row .input-text {
  width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  float: right;
}
.checkout_coupon.woocommerce-form-coupon button[name=apply_coupon] {
  line-height: 1;
  border: none;
}

.woocommerce-additional-fields__field-wrapper .form-row label {
  display: block;
}
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
  width: 100%;
}

.checkout.woocommerce-checkout label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0 0.3rem 0;
}
.checkout.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
}
.checkout.woocommerce-checkout .form-row {
  padding: 0 5px;
}
.checkout.woocommerce-checkout .form-row-first, .checkout.woocommerce-checkout .form-row-last {
  float: none;
  width: 100%;
}
.checkout.woocommerce-checkout .form-row-wide {
  float: none;
  width: 100%;
}
.checkout.woocommerce-checkout .input-text {
  width: 100%;
}

.opc_order_review {
  border: 1px solid #d3ced2;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table th, .shop_table.woocommerce-checkout-review-order-table td {
  padding: 0.5rem;
}

#place_order {
  border: none;
}

.wcopc .col2-set {
  display: block !important;
  margin: 0;
}
.wcopc .col2-set .col-1, .wcopc .col2-set .col-2 {
  padding: 0 !important;
}
.wcopc .col2-set .col-2 {
  max-width: initial;
  margin-top: 2rem;
}
.wcopc .form-row.place-order {
  margin: 0;
}

.opc__cols-wrap {
  display: flex;
  flex-wrap: wrap;
}
.opc__cols-wrap .opc__col.col_left {
  flex: 1;
  padding-right: 2.5rem;
}
.opc__cols-wrap .opc__col.col_right {
  flex: 450px;
  max-width: 450px;
  margin-bottom: 2rem;
}

.opc_aside-wrap {
  background: #f8f8f8;
  position: relative;
}
.opc_aside-wrap:before {
  content: "";
  position: absolute;
  width: 100rem;
  height: 200rem;
  top: -10rem;
  left: 0;
  background: inherit;
  z-index: 0;
}

.opc__aside-inner {
  position: relative;
  z-index: 1;
  padding: 0 calc(1.5rem + 0.5vw);
}
.opc__aside-inner #place_order {
  display: block;
  width: 100%;
}
.opc__aside-inner h3 {
  font-size: 1.5rem;
}

.sec_space-lg {
  overflow: hidden;
}

.woocommerce-checkout-review-order-table tr th:nth-child(2), .woocommerce-checkout-review-order-table tr td:nth-child(2) {
  text-align: right;
}

.wc_payment_methods.payment_methods.methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment_box.payment_method_cod {
  font-size: 0.75rem;
}

.woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  border-top: #dddddd 1px solid;
  padding: 1rem 0;
}

.opc_reviews-wrap {
  margin: calc(1.5rem + 0.5vw) 0;
}
.opc_reviews-wrap h4 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.opc_reviews-wrap .opc_review ol {
  margin-bottom: 0.3rem;
}
.opc_reviews-wrap .opc_review p {
  font-style: italic;
  margin-bottom: 0.5rem;
}
.opc_reviews-wrap .opc_review time {
  font-size: 0.8rem;
}
.opc_reviews-wrap .opc_review + .opc_review {
  margin-top: 1.25rem;
}

.list_check {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_check li {
  position: relative;
  padding-left: 1.5rem;
  margin: 0.25rem 0;
}
.list_check li:before {
  content: "\e90d";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-weight: bold;
  color: limegreen;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.security_options-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: #dfdfdf 1px solid;
  border-radius: 5px;
}
.security_options-list li {
  flex: 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding: calc(1.5rem + 0.5vw);
}
.security_options-list li img {
  width: 4.5rem;
}
.security_options-list li span {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #999999;
  margin-top: 0.5rem;
  white-space: nowrap;
}

.opc__patient-support {
  padding: calc(1.5rem + 0.25vw);
  border: #dfdfdf 1px solid;
}
.opc__patient-support h2 {
  line-height: 1;
  font-size: 1.25rem;
  margin: 0;
}
.opc__patient-support p {
  margin-bottom: 2.5rem;
}
.opc__patient-support figure {
  display: flex;
  margin-bottom: 1.5rem;
}
.opc__patient-support figure picture {
  display: block;
  flex: 4rem;
  max-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
}
.opc__patient-support figure figcaption {
  flex: 1;
  padding-left: 1rem;
}
.opc__patient-support figure figcaption small {
  display: block;
}

.opc__ps-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opc__ps-detail ul li a {
  color: #467fb3;
}
.opc__ps-detail ul + ul {
  margin-top: 1.5rem;
}

/* One page Check out */
.page_cart .cross-sells, .page_cart .cart_totals {
  float: none !important;
}
.page_cart .cart_totals {
  flex: 600px;
  max-width: 600px;
  margin: 1rem 0 0 auto;
}
.page_cart .cross-sells {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.page_cart .cross-sells ul.products {
  margin: 0;
  padding: 0;
}
.page_cart .cross-sells ul.products li {
  width: 100% !important;
  margin: 0 0 1rem 0 !important;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper {
  display: flex;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper figure {
  flex: 7rem;
  max-width: 7rem;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content h2 {
  min-width: 12rem;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content .price {
  min-width: 7rem;
  margin: 0;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content .price + span {
  padding-right: 2rem;
}
.page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content .button {
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.cart_rlpod-wrapper {
  background: white;
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 100%;
  border: #eeeeee 1px solid;
}
.cart_rlpod-wrapper figure {
  overflow: hidden;
}
.cart_rlpod-wrapper .cart_rlpod-content {
  padding: 1rem;
}
.cart_rlpod-wrapper .cart_rlpod-content span {
  display: block;
}
.cart_rlpod-wrapper .cart_rlpod-content bdi span {
  display: inline;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

button[name=apply_coupon] {
  border: none;
  background: #bdbdbd;
  color: white;
  text-transform: capitalize;
}

.page_services-categories .highlights_sec .row {
  align-items: center;
}

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-shipping-methods li label {
  font-size: 1rem !important;
}

.woocommerce .quantity .qty {
  width: 4.5em;
}

@media (min-width: 992px) {
  .ssi_mobile-only {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .woocommerce ul.order_details li {
    flex: 100%;
    max-width: 100%;
  }
  .woocommerce ul.order_details li + li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  #checkout-products li {
    flex: 100%;
    max-width: 100%;
  }
  .opc__cols-wrap .opc__col.col_left, .opc__cols-wrap .opc__col.col_right {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .opc_aside-wrap {
    margin-top: 1rem;
  }
  .opc_aside-wrap:before {
    display: none;
  }
  .opc__aside-inner {
    padding: calc(1.5rem + 0.5vw);
  }
  .page_cart .cross-sells ul.products li .cart_rlpod-wrapper figure {
    flex: 13rem;
    max-width: 13rem;
    padding: 1rem;
  }
  .page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content {
    display: block;
  }
  .page_cart .cross-sells ul.products li .cart_rlpod-wrapper .cart_rlpod-content .price + span {
    display: block;
    margin-bottom: 1rem;
    padding: 0;
  }
  .ssi_desktop-only {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .col2-set .col-1, .col2-set .col-2 {
    flex: 100%;
    max-width: 100%;
  }
  .col2-set .col-1 {
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .page_cart .cart-collaterals .cart_totals {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  button[name=apply_coupon] {
    margin-top: 1rem !important;
    margin-left: auto !important;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row {
    float: none;
    width: 100%;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row .input-text {
    width: 100%;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    float: none;
  }
  .page_cart .cart-collaterals .cross-sells ul.products li {
    flex: 100%;
    max-width: 100%;
  }
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.custom_calendar-wrap {
  --asideFlexVal: 20rem;
  --colsPadding: calc(1rem + .5vw);
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0.2em 0.2em 0.4rem 0 rgba(0, 0, 0, 0.04);
  overflow: clip;
  display: flex;
}
.custom_calendar-wrap aside {
  flex: var(--asideFlexVal);
  max-width: var(--asideFlexVal);
  padding: var(--colsPadding);
  border-right: rgb(235.25, 235.25, 235.25) 1px solid;
}
.custom_calendar-wrap aside ul {
  margin: 0 0 0.75rem;
  list-style: none;
  padding: 0;
}
.custom_calendar-wrap aside ul li {
  position: relative;
  padding-left: 1.75em;
}
.custom_calendar-wrap aside ul li:not(:last-child) {
  margin-bottom: 1em;
}
.custom_calendar-wrap aside ul li i {
  position: absolute;
  top: 0.25em;
  left: 0;
}
.custom_calendar-wrap aside ul li i.icon-location-o {
  font-size: 115%;
}
.custom_calendar-wrap aside ul li strong {
  font-weight: 600;
}
.custom_calendar-wrap article {
  flex: 1;
  padding: var(--colsPadding);
}
.custom_calendar-wrap article .gfield_checkbox .gchoice_19_13_1 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
}
.custom_calendar-wrap article .gfield_checkbox .gchoice_19_13_1 .gfield-choice-input {
  margin-top: 0.2em;
}
.custom_calendar-wrap article .gfield_checkbox .gchoice_19_13_1 .gform-field-label {
  flex: 1 !important;
  max-width: initial !important;
  font-size: 0.8rem !important;
}

.flatPick_date-time-cols {
  display: flex;
  gap: calc(1.5rem + 1vw);
}

.flatPick_date-col {
  flex: 1;
}
.flatPick_date-col .bcl_staff {
  height: 2.25rem;
}

.flatPick_time-col {
  flex: 1;
}
.flatPick_time-col > time {
  display: block;
  margin-block: 0.35rem 1.5rem;
}

.ccw_inner-title {
  margin-bottom: calc(1.25rem + 0.5vw);
  border-bottom: #dee2e6 1px solid;
  padding-bottom: 0.25em;
}

.time_slots-next-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.time_slots-next-list li {
  --itemsGap: .5rem;
  display: flex;
  gap: var(--itemsGap);
}
.time_slots-next-list li:not(:last-child) {
  margin-bottom: var(--itemsGap);
}
.time_slots-next-list .time_radio-wrap {
  position: relative;
  flex: 1;
  transition: all 0.25s ease-in-out;
}
.time_slots-next-list .time_radio-wrap input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: clip;
  clip: rect(0 0 0 0);
}
.time_slots-next-list .time_radio-wrap label {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 0.125rem;
  color: #467fb3;
  font-weight: 400;
  cursor: pointer;
  border: currentColor 1px solid;
  padding: 0.5em 1.75em;
  margin: 0;
}
.time_slots-next-list .time_radio-wrap input[type=radio]:checked + label {
  color: white;
  background: #142433;
  border-color: #142433;
}
.time_slots-next-list .btn_time-next {
  box-shadow: none;
  flex: 1;
}
.time_slots-next-list .btn_time-next:not(.active) {
  display: none;
}

.numInputWrapper {
  width: 4ch !important;
  background: none !important;
  pointer-events: none !important;
}
.numInputWrapper input {
  padding: 0 !important;
}
.numInputWrapper span {
  display: none !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  background-color: #f8f8f8;
  border-radius: 50%;
  position: initial !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: initial !important;
  opacity: 0.25 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.flatpickr-months {
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0.5em;
}
.flatpickr-months .flatpickr-month {
  flex: initial !important;
}

.flatpickr-current-month {
  position: initial !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: initial;
  padding: 0;
  width: initial;
  left: initial;
  gap: 0.25em;
}

.flatpickr-calendar {
  border: none;
  box-shadow: none;
  margin: auto;
}

.flatpickr-monthDropdown-months {
  border: none !important;
  padding: 0 !important;
  pointer-events: none !important;
  font-weight: 500 !important;
}

.dayContainer {
  justify-content: flex-start !important;
}

.flatpickr-day {
  max-width: 44px !important;
  height: initial;
  line-height: initial;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}

.flatpickr-day.prevMonthDay {
  opacity: 0 !important;
  cursor: default !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.flatpickr-day.nextMonthDay {
  display: none !important;
}

.numInput.cur-year {
  color: currentColor !important;
  font-weight: 500 !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: currentColor !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.25);
}

.provider_opt-radios {
  padding-left: 1.75rem;
  font-size: 0.9rem;
}
.provider_opt-radios .form-group {
  margin: 0;
}

@media screen and (max-width: 991.98px) {
  .custom_calendar-wrap {
    --asideFlexVal: initial;
    flex-direction: column;
  }
  .custom_calendar-wrap aside {
    background-color: rgb(235.25, 235.25, 235.25);
  }
}
@media screen and (max-width: 649.98px) {
  .flatPick_date-time-cols {
    flex-direction: column;
  }
}
.new_svc-hero figcaption {
  padding: 12vmax 0 10vmax;
  background: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
}

.page__wrap {
  position: relative;
}

.form_disabled {
  --secSpace: calc(3rem + 1.5vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.2rem);
  padding: calc(var(--secSpace) * 2.5) 1rem var(--secSpace);
  z-index: 1;
}

.form_disabled-content {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.form_disabled-content h5 {
  font-size: 1.5rem;
}
.form_disabled-content .btn {
  font-size: 0.8rem;
}

.how__works-sec {
  position: relative;
  overflow: clip;
}
.how__works-sec picture[data-role=bg] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: blur(0.75rem);
  opacity: 0.5;
}
.how__works-sec picture[data-role=bg] img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
}
.how__works-sec > .container {
  position: relative;
  z-index: 1;
}

.wlo_disclaimer-txt {
  font-size: 0.75rem;
  font-weight: 300;
  padding-top: calc(2rem + 1vw);
  margin-top: calc(2rem + 1vw);
  border-top: #b7c8c5 1px dashed;
}
.wlo_disclaimer-txt p:last-of-type {
  margin: 0;
}

.partial_land-scrollables {
  --padVal: calc(1rem + .5vw);
  background: #f8f8f8;
  padding: var(--padVal);
  border-radius: 0.5rem;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}

.wl_land_card {
  background: white;
  padding: calc(1rem + 0.25vw);
}
.wl_land_card [role=heading] {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.wl_land_card .wl_tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.wl_land_card .wl_tags-list span {
  display: inline-block;
  padding: 0.35em 1em;
  background: #f8f8f8;
  border-radius: 1.5em;
}
.wl_land_card .wl_tags-list span.tag_available {
  background: #dbf6e8;
}
.wl_land_card .card_img {
  display: block;
  margin-block: 1rem;
}
.wl_land_card .card_img img {
  display: block;
  width: 100%;
}
.wl_land_card .wl_btns-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.wl_land_card .wl_btns-list .btn {
  padding: 0.35em 1em;
}

.pls_swiper-outer {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: calc(1.75rem + 0.5vw) !important;
  height: calc(1.75rem + 0.5vw) !important;
  box-shadow: 0 0 0.25rem 1px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1em !important;
  color: #142433;
}

.swiper-button-next {
  right: 0 !important;
  transform: translateX(50%);
}

.swiper-button-prev {
  left: 0 !important;
  transform: translateX(-50%);
}

.current_new-customer-part {
  --vSpace: 1.5em;
  padding-block: 2rem 0;
}

.cncp_question-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--vSpace);
  gap: 0.5rem 2rem;
}
.cncp_question-wrap [data-toggle=buttons] label {
  position: relative;
  overflow: clip;
}
.cncp_question-wrap [data-toggle=buttons] .btn {
  color: #6c757d;
  border: #6c757d 1px solid !important;
  box-shadow: none !important;
  padding: 0.3rem 0.6rem;
  min-width: 5rem;
  margin: 0;
}
.cncp_question-wrap [data-toggle=buttons] .btn:hover {
  background-color: rgba(108, 117, 125, 0.1);
}
.cncp_question-wrap [data-toggle=buttons] .btn.active {
  color: white;
  background-color: #6c757d;
}
.cncp_question-wrap [data-toggle=buttons] input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cncp_question-wrap .question-txt {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.cncp_question-wrap .cncp_ans-wrap {
  --flexVal: 10.5rem;
  flex: var(--flexVal);
  max-width: var(--flexVal);
}
.cncp_question-wrap .cncp_ans-wrap.btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.cncp_questions-separator {
  margin-bottom: var(--vSpace);
  border: none;
  border-bottom: #cccccc 1px dashed;
}

/*---------------------------
	Footer Styling
----------------------------*/
.foot__subscribe-wrap {
  background: rgb(241.625, 241.625, 241.625);
  padding: calc(3rem + 1vw) 0;
}

.foot__subscribe-inner {
  text-align: center;
}
.foot__subscribe-inner .foot__subc-col form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot__subscribe-inner .foot__subc-col form input, .foot__subscribe-inner .foot__subc-col form .btn {
  margin: 0.5rem;
}

.subc__form {
  position: relative;
}
.subc__form input {
  display: block;
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.75rem 9.5rem 0.75rem 1rem;
  border: rgb(184.25, 184.25, 184.25) 1px solid;
}
.subc__form input:focus {
  border-color: #467fb3;
}
.subc__form .btn {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subc__form .btn i {
  vertical-align: middle;
  font-size: 1.25rem;
}

.foot__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot__contact-list li.foot_tel {
  font-size: calc(1.4rem + 0.2vw);
  font-weight: 500;
}
.foot__contact-list li.foot_tel a {
  text-decoration: none;
  color: #467fb3;
}
.foot__contact-list li b {
  font-weight: 500;
  padding-right: 0.25rem;
}
.foot__contact-list li a {
  color: currentColor;
}
.footer__wrap {
  --footerTextColor: #91a5b4;
  background: #142433;
  color: var(--footerTextColor);
  font-size: 0.85rem;
}
.footer__wrap a {
  color: currentColor;
}
.footer__wrap a:hover {
  color: white;
}

.foot__social-wrap {
  padding: calc(1.5rem + 0.5vw) 0;
  border-bottom: rgb(31.4929577465, 56.6873239437, 80.3070422535) 1px solid;
}

.foot__social-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.foot__social-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot__social-inner ul li + li {
  margin-left: 1.5rem;
}
.foot__social-inner ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1.4rem;
}
.foot__social-inner ul li a:hover {
  color: white;
}

.foot_logo {
  display: inline-block;
  margin-bottom: 2rem;
}
.foot_logo img {
  width: auto;
  height: 2.5rem;
}

.foot__links-cols {
  padding: calc(1.5rem + 0.5vw) 0;
}

.foot__links-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.foot__links-inner .foot_dscp-col {
  flex: 45%;
  max-width: 45%;
  margin: 1.5rem 0;
}
.foot__links-inner .flinks_col {
  flex: 18%;
  max-width: 18%;
  margin: 1.5rem 0;
}
.foot__links-inner .flinks_col h2 {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.foot__links-inner .flinks_col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}
.foot__links-inner .flinks_col ul li {
  margin-top: 1rem;
}
.foot__links-inner .flinks_col ul li a {
  color: currentColor;
}
.foot__links-inner .flinks_col ul li a:hover {
  color: white;
}

.foot__copyrights-wrap {
  padding: calc(1.5rem + 0.5vw) 0;
  border-top: rgb(31.4929577465, 56.6873239437, 80.3070422535) 1px solid;
}

.foot__copyrights-inner {
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em 1.5em;
}
.foot__copyrights-inner p {
  margin: 0;
}
.foot__copyrights-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 1.2em;
}
.foot__copyrights-inner ul li a {
  white-space: nowrap;
}

/*---------------------------
	Utility Styling
----------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

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

.mb1-25 {
  margin-bottom: calc(1rem + 0.25vw) !important;
}

.mt2r {
  margin-top: calc(1.5rem + 0.25vw);
}

.mb2r {
  margin-bottom: calc(1.5rem + 0.25vw);
}

.mt2rem {
  margin-top: 2rem;
}

.mt3rem {
  margin-top: 3rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mtb2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mtb3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.mb_lead {
  margin-bottom: calc(1rem + 1vw);
}

.mb_lead-lg {
  margin-bottom: calc(3rem + 1.5vw);
}

.row-gap-4 {
  row-gap: 30px;
}

.fw-500 {
  font-weight: 500 !important;
}

.col_mb-2r [class^=col-] {
  margin-bottom: 2rem;
}

.border_btm {
  border-bottom: #dee2e6 1px solid;
}

.el_block {
  display: block;
}

.fw400 {
  font-weight: 400 !important;
}

.align_center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.row-gap-gutter {
  row-gap: 30px;
}

.sec_space-sm {
  padding: calc(2rem + 1vw) 0;
}

.sec_space {
  padding: calc(3rem + 1.5vw) 0;
}

.sec_space-lg {
  padding: calc(4rem + 2vw) 0;
}

.w100 {
  width: 100%;
}

form {
  margin: 0;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

b, strong {
  font-weight: 500;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn_wrap {
  margin: 0 -0.5rem;
}
.btn_wrap .btn {
  margin: 0.5rem;
}

.lead_top-text {
  max-width: 48rem;
  margin-inline: auto;
}

.align-items-center {
  align-items: center;
}

.navbar-toggler {
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
  color: white;
}
.navbar-toggler svg {
  width: 2.75rem;
  height: auto;
}

.line {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
}

.line2 {
  stroke-dasharray: 60 60;
}

.line3 {
  stroke-dasharray: 60 207;
}

.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.affix_header .navbar-toggler {
  color: black;
}

.menu_open .navbar-toggler {
  color: black;
}

.dropdown-toggle:after {
  display: inline-block;
  vertical-align: middle;
  content: "\e90e";
  font-family: "icomoon";
  font-size: 0.75rem;
  margin-left: 0.5rem;
  border: none;
}

select, select:is(.form-control) {
  width: 100%;
  padding-right: 2rem !important;
  background: white url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10"><polyline fill="none" stroke="%23666666" stroke-width="1.5" points="1 1.5 8 8.5 15 1.5"/></svg>') no-repeat calc(100% - 0.75rem) 50%;
  -webkit-background-size: 1rem !important;
  background-size: 1rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
select::-ms-expand, select:is(.form-control)::-ms-expand {
  display: none !important;
}

[data-bg] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bg_img-src {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bg_img-src img {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}

input::-webkit-input-placeholder {
  opacity: 0.5 !important;
  font-weight: 300 !important;
}

input::-moz-placeholder {
  opacity: 0.5 !important;
  font-weight: 300 !important;
}

input:-ms-input-placeholder {
  opacity: 0.5 !important;
  font-weight: 300 !important;
}

input:-moz-placeholder {
  opacity: 0.5 !important;
  font-weight: 300 !important;
}

.show_loader {
  overflow: clip;
  cursor: default;
  position: relative;
  pointer-events: none;
}
.show_loader:before, .show_loader:after {
  content: "";
  position: absolute;
}
.show_loader:before {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.25rem);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.show_loader:after {
  --loaderSize: 1.5em;
  display: inline-block;
  width: var(--loaderSize);
  height: var(--loaderSize);
  z-index: 2;
  top: calc(50% - var(--loaderSize) / 2);
  left: calc(50% - var(--loaderSize) / 2);
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.25) 0.2rem solid;
  border-top-color: white;
  -webkit-animation: loaderSpin 1s ease-in-out infinite;
  -moz-animation: loaderSpin 1s ease-in-out infinite;
  animation: loaderSpin 1s ease-in-out infinite;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
#bhrtQuestionaireYesNoModal .modal-body {
  padding: 2.5rem 1rem;
}

.modal-content > .close {
  background: none;
  border: none;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  z-index: 1;
}

.outside_clps2 .hdr_tel-link {
  margin-right: 1em;
  text-decoration: none;
  color: white;
}

.outside_clps2 .hdr_tel-icon {
  vertical-align: text-top;
}

.no_top-hero .header__wrap .outside_clps2 .btn_secondary {
  color: #ffffff !important;
}

.cncp_question-wrap input::-webkit-outer-spin-button,
.cncp_question-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cncp_question-wrap input[type=number] {
  -moz-appearance: textfield;
}

.gfield .gfield_label {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin-bottom: 0.3em !important;
}
.gfield input, .gfield textarea {
  border-radius: 0.2em !important;
  border: #cccccc 1px solid !important;
}
.gfield input:focus, .gfield textarea:focus {
  border-color: #467fb3 !important;
}
.gfield textarea {
  height: initial !important;
  max-height: 11rem !important;
}

.gform_footer {
  text-align: right !important;
  display: block !important;
  padding: 1rem 0 0 !important;
}
.gform_footer input {
  margin: 0 !important;
  min-width: 9em !important;
  background-color: #467fb3 !important;
  border-radius: 0.25em !important;
  border: none !important;
  color: white !important;
}

.subscribe_gform-wrap .gform_body {
  flex: 1 !important;
  width: 100% !important;
}
.subscribe_gform-wrap .gform_body .gform_fields {
  display: flex !important;
}
.subscribe_gform-wrap .gform_body .gform_fields .gfield {
  flex: 1 !important;
}
.subscribe_gform-wrap .gform_body .gform_fields .gfield--type-submit {
  flex: initial !important;
}
.subscribe_gform-wrap .gform_body .gform_fields input {
  margin: 0 !important;
}
.subscribe_gform-wrap .gform_body .gform_fields input[type=submit] {
  margin: 0 !important;
  padding: 0.4535em 1em !important;
  background-color: #467fb3 !important;
  border-color: #467fb3 !important;
  min-height: 100%;
  color: white !important;
}
.subscribe_gform-wrap .gform_body .gform_fields .gfield_label {
  display: none !important;
}
.subscribe_gform-wrap .gform_heading {
  display: none !important;
}
.subscribe_gform-wrap .gform-footer.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.subscribe_gform-wrap .gform-footer.gform_footer [type=submit] {
  line-height: 1 !important;
  padding: 0.75rem 1rem !important;
}

.foot__subscribe-inner .subscribe_gform-wrap form {
  align-items: flex-start !important;
  gap: 1.5rem !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  padding: 9px 16px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 1px solid #eab5a9 !important;
  margin: 0 0 1em !important;
  border-radius: 0.2em !important;
  box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-weight: normal !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: #fff9f9 !important;
  border: 1px solid #eab5a9 !important;
  font-size: 12px !important;
  margin-block-start: 5px !important;
  padding: 0.65em !important;
  font-weight: 300 !important;
  border-radius: 0.2em !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}

@media screen and (max-width: 767.98px) {
  .subscribe_gform-wrap .gform_body .gform_fields {
    flex-direction: column !important;
  }
  .foot__subscribe-inner .subscribe_gform-wrap form {
    flex-direction: column !important;
  }
  .foot__subscribe-inner .subscribe_gform-wrap form .gform-footer.gform_footer {
    margin: 0 auto !important;
  }
}
/*---------------------------
	Media Queries
----------------------------*/
@media (min-width: 576px) {
  .hide_desktop {
    display: none;
  }
  .mobile_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hiw__step-wrap figure {
    padding: 0 calc(2rem + 2vw) 0 0;
  }
  .hiw__step-wrap.hiw_reverse article {
    order: 1;
  }
  .hiw__step-wrap.hiw_reverse figure {
    order: 2;
    padding: 0 0 0 calc(2rem + 2vw);
  }
  .two_col-list {
    column-count: 2;
  }
  .hms_media-wrap[data-order=reverse] {
    flex-direction: row-reverse;
  }
  .hms_media-wrap[data-order=reverse] figcaption {
    padding-left: 0;
    padding-right: calc(3rem + 1.5vw);
  }
}
@media (min-width: 992px) {
  .grid_content-2 {
    column-count: 2;
    column-gap: 3rem;
  }
  .mega_dropdown-menu2 {
    min-width: 45.3rem;
  }
  .mega_dropdown-menu3 {
    min-width: 40rem;
  }
  .pdr_lg-faqs {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
    justify-content: space-between;
  }
  .navbar .navbar-collapse {
    flex: none;
  }
  .navbar .dropdown-menu {
    top: 80%;
    -ms-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1.75rem 1.25rem;
    color: white;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    margin-top: -1px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #467fb3;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  .header__wrap.affix_header .navbar-nav .nav-item .nav-link {
    color: #142433;
  }
  .header__wrap.affix_header .outside_collapse .search_link {
    color: #142433;
  }
}
/* NON Mobile ----------------- */
@media (max-width: 1199.98px) {
  .menuOpen {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .header__wrap:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: white;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header__wrap.menu_open:before {
    opacity: 1;
  }
  .outside_collapse {
    position: absolute;
    top: 1.2rem;
    right: 3.25rem;
  }
  .navbar-nav {
    padding-top: 20vh;
    text-align: center;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0.75rem;
    font-size: calc(1rem + 0.5vw) !important;
  }
  .navbar-nav .nav-item.dropdown.show {
    background: rgba(0, 0, 0, 0.025);
  }
  .navbar-collapse {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
  }
  .navbar-collapse.show {
    opacity: 1;
  }
  .menu_open .navbar-brand .el_logo {
    fill: black;
  }
  .menu_open .outside_collapse a:not(.btn) {
    color: black !important;
  }
  .mdd_menu-cols .mddm_col2 {
    display: none;
  }
  .ofm_modal .modal-dialog {
    margin: 0.5rem;
    max-width: 100%;
  }
  .foot__subscribe-inner .foot__subc-col.col_left {
    flex: 50%;
    max-width: 50%;
  }
  .hms_process-cols .hmsp_col {
    flex: 50%;
    max-width: 50%;
  }
  .hms_process-cols figure figcaption {
    font-size: calc(1rem + 0.25vw);
  }
  .outside_collapse:not(:has(> .btn)) {
    top: 1.65rem !important;
  }
  .page_lph_header-minimal .outside_collapse {
    right: 0 !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .mdd_menu-cols .mddm_col1 .dropdown-item {
    flex: 100%;
    max-width: 100%;
  }
  .check_list-fig picture {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hm__hero-inner {
    padding-top: 4rem;
  }
  .blog_card {
    flex: 50%;
    width: 50%;
  }
  .office__mobile-outer .ofm__col.col_left {
    flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .office__mobile-outer .ofm__col.col_right {
    flex: 100%;
    max-width: 100%;
  }
  .foot__subscribe-inner .foot__subc-col.col_left {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: rgb(209.75, 209.75, 209.75) 1px solid;
  }
  .foot__subscribe-inner .foot__subc-col.col_left .subc__form {
    max-width: 32rem;
    margin: 0 auto;
  }
  .foot__subscribe-inner .foot__subc-col.col_right {
    flex: 1;
    text-align: center;
  }
  .foot__links-inner {
    justify-content: flex-start;
  }
  .foot__links-inner .foot_dscp-col {
    flex: 100%;
    max-width: 100%;
  }
  .foot__links-inner .flinks_col {
    flex: 50%;
    max-width: 50%;
  }
  .foot__copyrights-inner {
    justify-content: center;
    text-align: center;
  }
  .foot__copyrights-inner ul {
    flex: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .hms_media-wrap picture {
    flex: 20rem;
    max-width: 20rem;
  }
  .lead_hpw-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .lead_hpw-wrap picture {
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 629.98px) {
  .cncp_question-wrap {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  .cncp_question-wrap .question-txt {
    white-space: initial;
    font-size: 1.1rem;
  }
  .cncp_question-wrap .cncp_ans-wrap {
    --flexVal: initial;
    max-width: 10.5rem;
  }
  .cncp_question-wrap .cncp_ans-wrap.btn-group {
    justify-content: initial;
  }
}
@media (max-width: 767.98px) {
  .hero__wrapper.home_hero {
    height: auto;
  }
  .hm__hero-caption {
    padding: 12rem 0 8rem;
  }
  .hiw__step-wrap figure {
    flex: 100%;
    max-width: 100%;
    margin-bottom: calc(2rem + 2vw);
  }
  .hiw__step-wrap figure img {
    width: 200px;
  }
  .hiw__step-wrap article {
    flex: 100%;
    max-width: 100%;
  }
  .ofm__custom-radios .radio {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .ofm__map-wrap {
    display: none;
  }
  .ofm_date-picker {
    flex: 100%;
    max-width: 100%;
  }
  .ofm_time-picker {
    flex: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .foot__subscribe-inner {
    text-align: center;
  }
  .foot__subscribe-inner .foot__subc-col form {
    flex-wrap: wrap;
  }
  .foot__subscribe-inner .foot__subc-col form input, .foot__subscribe-inner .foot__subc-col form .btn {
    margin: 0.5rem;
    flex: 100%;
    max-width: 100%;
  }
  .office__mobile-outer .btn {
    min-width: 100%;
  }
  .foot__social-inner {
    justify-content: center;
  }
  .foot__social-inner ul {
    flex: 100%;
    margin: 1.5rem 0;
  }
  .foot__links-inner .flinks_col {
    flex: 50%;
    max-width: 50%;
    text-align: center;
  }
  .hms_hero-lead-cols {
    flex-direction: column;
  }
  .hms_hero-lead-cols figcaption, .hms_hero-lead-cols .fig_pic {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding: 2rem 0;
  }
  .hms_hero-lead-cols .fig_pic:after {
    width: 120vw;
    left: -10vw;
  }
  .hms_media-wrap {
    flex-direction: column;
  }
  .hms_media-wrap picture, .hms_media-wrap figcaption {
    flex: 100%;
    max-width: 100%;
  }
  .hms_media-wrap figcaption {
    text-align: center;
    padding-top: 2rem;
    padding-left: 0;
  }
  .subscribe_form-cols {
    display: block;
  }
  .new_landing-hero figcaption {
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  .new_landing-hero .nlh_content {
    margin-inline: auto;
  }
  .lead_cta-sec {
    flex-direction: column;
    text-align: center;
  }
  .ls_stamp-wrap {
    flex-direction: column;
    text-align: center;
  }
  .ls_stamp-wrap img {
    margin: auto;
  }
  .partial_land-pods .row [class^=col-] {
    border: none !important;
  }
  .team_member-cols {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand svg {
    height: 1.75rem;
  }
  .search_link span {
    display: none;
  }
  .hide_mobile {
    display: none;
  }
  .navbar-brand svg {
    height: 1.75rem;
  }
  .hm__hero-caption {
    text-align: center;
  }
  .hm__hero-content {
    text-align: center;
  }
  .blog_card {
    flex: 100%;
    width: 100%;
  }
  .hiw_title {
    padding: 0;
  }
  .hiw_title:before {
    position: static;
    line-height: 1.25;
  }
  .ofm__custom-radios .radio label small {
    font-size: 0.75rem;
  }
  .foot_logo img {
    height: 1.5rem;
  }
  .hms_process-cols .hmsp_col {
    flex: 100%;
    max-width: 100%;
  }
  .hms_hero-wrap figcaption {
    text-align: center;
  }
  .hms_btn-wrap {
    justify-content: center;
  }
  .outside_collapse {
    top: 1rem;
  }
  .mdd_menu-cols {
    padding: 0;
  }
  .custom_mega-inner {
    padding: 0;
  }
  .custom_mega-inner .dropdown-item:not(:last-child) {
    padding-bottom: 0;
  }
  .custom_mega-inner .dropdown-item span {
    font-size: 0.9rem;
    padding-left: 3rem;
  }
  .custom_mega-inner .dropdown-item span img {
    top: 0.35em;
    width: 2rem;
  }
}
@media (max-width: 479.98px) {
  .scrollspy__product-nav {
    top: 60px;
  }
  .mdd_menu-cols3 .dropdown-item span {
    padding-left: 0 !important;
  }
}
@media (max-width: 439.98px) {
  .cncp_zip-submit-wrap {
    flex-direction: column;
  }
}
@media (max-width: 399.98px) {
  .navbar-brand svg {
    height: 1.5rem;
  }
}

/*# sourceMappingURL=theme.css.map */
