*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  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;
}
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;
}
dfn {
  font-style: italic;
}
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: #DDDBCB;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #bfbb9d;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
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:not(:root) {
  overflow: hidden;
}
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;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
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;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
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-cancel-button,
[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;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #DDDBCB !important;
}
a.bg-primary:hover,
button.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:focus {
  background-color: #c9c6ac !important;
}
.bg-secondary {
  background-color: #1C75BC !important;
}
a.bg-secondary:hover,
button.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus {
  background-color: #155990 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
button.bg-success:hover,
a.bg-success:focus,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
button.bg-info:hover,
a.bg-info:focus,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
button.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
button.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
button.bg-light:hover,
a.bg-light:focus,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
button.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #DDDBCB !important;
}
.border-secondary {
  border-color: #1C75BC !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 6px !important;
}
.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #DDDBCB !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c9c6ac !important;
}
.text-secondary {
  color: #1C75BC !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #155990 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
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;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}
.grid-column,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
p {
  margin-bottom: 2em;
  line-height: inherit;
}
a {
  color: #1C75BC;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #184374;
}
figure {
  margin-bottom: 20px;
}
figure figcaption {
  font-weight: 400;
  padding: 0.4em 0.9em;
}
i {
  color: inherit;
  font-size: inherit;
  font-family: 'Font Awesome 5 Pro';
}
i.i-brand {
  font-family: 'Font Awesome 5 Brands';
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35em;
  margin-bottom: 0.66em;
  letter-spacing: 0.042em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h6 {
  font-size: 15px;
}
h5 {
  font-size: 16px;
}
h4 {
  font-size: 19px;
}
h3,
.mimich3 {
  font-size: 22px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  h3,
  .mimich3 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  h3,
  .mimich3 {
    font-size: 22px;
  }
}
h2,
.mimich2 {
  font-size: 26px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  h2,
  .mimich2 {
    font-size: calc(19px  +  7  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  h2,
  .mimich2 {
    font-size: 26px;
  }
}
h1,
.mimich1 {
  font-size: 30px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  h1,
  .mimich1 {
    font-size: calc(19px  +  11  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  h1,
  .mimich1 {
    font-size: 30px;
  }
}
.typo-negate-stack > :last-child {
  margin-bottom: 0;
}
.typo-negate-anchors a {
  color: inherit;
}
.typo-mod-ir > :last-child {
  color: inherit;
  -webkit-transition-property: inherit;
  -moz-transition-property: inherit;
  -ms-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -ms-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-delay: inherit;
  -moz-transition-delay: inherit;
  -ms-transition-delay: inherit;
  -o-transition-delay: inherit;
  transition-delay: inherit;
  -webkit-transition-timing-function: inherit;
  -moz-transition-timing-function: inherit;
  -ms-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  margin-left: 0.66em;
  line-height: inherit;
}
.typo-mod-il > :first-child {
  color: inherit;
  -webkit-transition-property: inherit;
  -moz-transition-property: inherit;
  -ms-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -ms-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-delay: inherit;
  -moz-transition-delay: inherit;
  -ms-transition-delay: inherit;
  -o-transition-delay: inherit;
  transition-delay: inherit;
  -webkit-transition-timing-function: inherit;
  -moz-transition-timing-function: inherit;
  -ms-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  margin-right: 0.66em;
  line-height: inherit;
}
html,
#wpadminbar {
  margin: 0!important;
  position: relative!important;
}
html {
  font-size: 16px;
  font-size: 14px;
  overflow-y: scroll;
  font-weight: 400;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 576px) {
  html {
    font-size: calc(14px  +  2  * ((100vw -  576px ) / 624 ));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  background-color: #fff;
  color: #0C090D;
  font-family: 'Poppins', sans-serif;
  line-height: 2.1rem;
  font-size: 1rem;
  font-weight: inherit;
}
main {
  /*> .col,
  > [class*="col-"] {
    padding-right: 5vw;
    padding-left: 5vw;
  }*/
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  main {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  main {
    margin-top: 60px;
  }
}
a:focus,
button:focus,
input:focus,
textarea:focus,
*:focus {
  outline: none;
}
.embedded-responsive {
  height: 0;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.embedded-responsive iframe,
.embedded-responsive object,
.embedded-responsive embed,
.embedded-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.part-brace-up {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .part-brace-up {
    margin-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace-up {
    margin-top: 65px;
  }
}
.part-brace-down {
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .part-brace-down {
    margin-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace-down {
    margin-bottom: 65px;
  }
}
.part-brace {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .part-brace {
    margin-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-brace {
    margin-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-brace {
    margin-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace {
    margin-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-brace {
    margin-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-brace {
    margin-top: 65px;
  }
}
.part-support {
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .part-support {
    padding-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-support {
    padding-top: 65px;
  }
}
.part-stack {
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .part-stack {
    padding-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-stack {
    padding-bottom: 65px;
  }
}
.part-encased {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .part-encased {
    padding-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-encased {
    padding-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-encased {
    padding-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-encased {
    padding-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-encased {
    padding-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-encased {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 576px) {
  .part-encased {
    padding-bottom: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .part-encased {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  div.cols-conform-md {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  div.cols-conform-sm {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (max-width: calc(576px - 0.02px)) {
  div.cols-conform-xs {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  div.cols-escape-md *[class*="col-"],
  div.cols-escape-md .col,
  div.cols-escape-md {
    padding-left: 0;
    padding-right: 0;
  }
  div.cols-escape-md .row,
  div.cols-escape-md.row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  div.cols-escape-sm *[class*="col-"],
  div.cols-escape-sm .col,
  div.cols-escape-sm {
    padding-left: 0;
    padding-right: 0;
  }
  div.cols-escape-sm .row,
  div.cols-escape-sm.row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: calc(576px - 0.02px)) {
  div.cols-escape-xs *[class*="col-"],
  div.cols-escape-xs .col,
  div.cols-escape-xs {
    padding-left: 0;
    padding-right: 0;
  }
  div.cols-escape-xs .row,
  div.cols-escape-xs.row {
    margin-left: auto;
    margin-right: auto;
  }
}
div.cols-lg {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
div.cols-md {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.btn-def {
  color: inherit;
  font-weight: 700;
  line-height: 1.6em;
  display: inline-block;
  padding: 0.85em 1.45em;
  letter-spacing: 0.021em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.btn-follow-imp {
  color: #fff;
  background-color: #1C75BC;
}
.btn-follow-imp > :last-child,
.btn-follow-imp > :first-child {
  color: #fff;
}
.btn-follow-imp:not(.behav-var) {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-follow-imp:not(.behav-var):hover {
  color: #fff;
  background-color: #184374;
}
.btn-follow:not(.btn-follow-imp) {
  color: #1C75BC;
  background-color: #fff;
}
.btn-follow:not(.btn-follow-imp) > :last-child,
.btn-follow:not(.btn-follow-imp) > :first-child {
  color: #1C75BC;
}
.btn-follow:not(.btn-follow-imp):not(.behav-var) {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-follow:not(.btn-follow-imp):not(.behav-var):hover {
  color: #184374;
  background-color: #EEEEEE;
}
.btn-follow:not(.btn-follow-imp):not(.behav-var):hover > :last-child,
.btn-follow:not(.btn-follow-imp):not(.behav-var):hover > :first-child {
  color: #184374;
}
.btn-mod-ir > :last-child {
  color: inherit;
  -webkit-transition-property: inherit;
  -moz-transition-property: inherit;
  -ms-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -ms-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-delay: inherit;
  -moz-transition-delay: inherit;
  -ms-transition-delay: inherit;
  -o-transition-delay: inherit;
  transition-delay: inherit;
  -webkit-transition-timing-function: inherit;
  -moz-transition-timing-function: inherit;
  -ms-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  margin-left: 0.66em;
  line-height: inherit;
}
.btn-mod-il > :first-child {
  color: inherit;
  -webkit-transition-property: inherit;
  -moz-transition-property: inherit;
  -ms-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -ms-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-delay: inherit;
  -moz-transition-delay: inherit;
  -ms-transition-delay: inherit;
  -o-transition-delay: inherit;
  transition-delay: inherit;
  -webkit-transition-timing-function: inherit;
  -moz-transition-timing-function: inherit;
  -ms-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  margin-right: 0.66em;
  line-height: inherit;
}
.btn-behav-shiftr > :last-child {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-behav-shiftr:hover > :last-child {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.btn-behav-shiftl > :first-child {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn-behav-shiftl:hover > :first-child {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  transform: translateX(-6px);
}
.li-blank {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.li-links {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: wrap row;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: -10px;
}
@media screen and (min-width: 576px) {
  .li-links {
    margin-right: calc(-5px  +  -5  * ((100vw -  576px ) / 864 ));
    margin-left: calc(-5px  +  -5  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .li-links {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 576px) {
  .li-links {
    margin-bottom: calc(-10px  +  -10  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .li-links {
    margin-bottom: -20px;
  }
}
.li-links li {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .li-links li {
    margin-right: calc(5px  +  5  * ((100vw -  576px ) / 864 ));
    margin-left: calc(5px  +  5  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .li-links li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 576px) {
  .li-links li {
    margin-bottom: calc(10px  +  10  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .li-links li {
    margin-bottom: 20px;
  }
}
.li-anchors li:not(:last-child) {
  margin-bottom: 0.5em;
}
.li-anchors li a {
  display: flex;
  align-items: flex-start;
}
.li-anchors li a i,
.li-anchors li a svg {
  line-height: inherit;
}
/* Base styling for input fields. Styling should NOT be browser specific
, should NOT prevent other styling from overruling and should be reusable
even for elements nested inside other elements  */
/* Appearance of common input
fields in their 'hovered' state */
/* Appearance of common input
fields in their 'focussed' state */
/* Styling for flex gravity forms
enabled through _settings.less */
/* Styling for default gravity
forms field wrappers */
.archive-hours {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .archive-hours {
    margin-bottom: calc(40px  +  20  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .archive-hours {
    margin-bottom: 60px;
  }
}
.archive-hours .item-def:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .archive-hours .item-def:not(:last-child) {
    margin-bottom: calc(40px  +  20  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .archive-hours .item-def:not(:last-child) {
    margin-bottom: 60px;
  }
}
.archive-gallery {
  margin-bottom: -30px;
}
@media (max-width: calc(576px - 0.02px)) {
  .archive-gallery {
    justify-content: center;
  }
}
.archive-gallery .item-def {
  margin-bottom: 30px;
}
.item-hours h1,
.item-hours h2 {
  font-size: 22px;
  font-size: 19px;
  margin-bottom: 1em;
}
.item-hours h1 h3,
.item-hours h2 h3,
.item-hours h1 .mimich3,
.item-hours h2 .mimich3 {
  font-size: 22px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .item-hours h1 h3,
  .item-hours h2 h3,
  .item-hours h1 .mimich3,
  .item-hours h2 .mimich3 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .item-hours h1 h3,
  .item-hours h2 h3,
  .item-hours h1 .mimich3,
  .item-hours h2 .mimich3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  .item-hours h1,
  .item-hours h2 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .item-hours h1,
  .item-hours h2 {
    font-size: 22px;
  }
}
.item-hours table {
  width: 100%;
  table-layout: auto;
}
.item-hours table tr td {
  padding: 0.33em 0.66em;
  border: 1px solid #0C090D;
}
@media (max-width: calc(576px - 0.02px)) {
  .item-gallery {
    max-width: 400px;
  }
}
.item-gallery figure {
  overflow: hidden;
  background-color: #fff;
}
.item-gallery figure a {
  color: #fff;
  display: block;
}
.item-gallery figure a:hover {
  cursor: zoom-in;
}
.item-gallery figure a img {
  z-index: 2;
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -ms-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.item-gallery figure a .item-mask {
  position: relative;
}
.item-gallery figure a .item-mask:before {
  left: 1em;
  bottom: 1em;
  z-index: 3;
  font-weight: 300;
  content: '\f00e';
  text-align: left;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  -webkit-transition-property: color, transform;
  -moz-transition-property: color, transform;
  -ms-transition-property: color, transform;
  -o-transition-property: color, transform;
  transition-property: color, transform;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 26px;
  font-size: 19px;
}
.item-gallery figure a .item-mask:before h2,
.item-gallery figure a .item-mask:before .mimich2 {
  font-size: 26px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .item-gallery figure a .item-mask:before h2,
  .item-gallery figure a .item-mask:before .mimich2 {
    font-size: calc(19px  +  7  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .item-gallery figure a .item-mask:before h2,
  .item-gallery figure a .item-mask:before .mimich2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  .item-gallery figure a .item-mask:before {
    font-size: calc(19px  +  7  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .item-gallery figure a .item-mask:before {
    font-size: 26px;
  }
}
.item-gallery figure a figcaption {
  color: #fff;
  z-index: 3;
  position: relative;
  padding: 0.66em 1.33em;
  background-color: #757576;
}
.item-gallery figure:hover a img {
  opacity: 0.9;
}
.item-gallery figure:hover a .item-mask:before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.footer-primary {
  padding: 20px;
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .footer-primary {
    padding-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary {
    padding-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .footer-primary {
    padding-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary {
    padding-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .footer-primary {
    margin-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary {
    margin-top: 65px;
  }
}
@media screen and (min-width: 576px) {
  .footer-primary {
    margin-top: calc(40px  +  25  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary {
    margin-top: 65px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .footer-primary {
    padding: 10px;
  }
}
.footer-primary:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  position: absolute;
  right: calc((100% - 900px) / 2);
  background-color: #D2E3F2;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .footer-primary:before {
    right: 0;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) {
  .footer-primary.var-fp:before {
    right: calc(50% + 7.5px);
  }
}
.footer-primary .footer-confines {
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #1C75BC;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 576px) {
  .footer-primary .footer-confines {
    padding-top: calc(65px  +  55  * ((100vw -  576px ) / 864 ));
    padding-bottom: calc(65px  +  55  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary .footer-confines {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .footer-primary .footer-confines {
    padding-left: calc(9vw - 10px);
    padding-right: calc(9vw - 10px);
  }
}
.footer-primary .footer-dec {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-primary .footer-dec polygon {
  opacity: 0.18;
  -webkit-animation: alternateOpacity;
  -o-animation: alternateOpacity;
  animation: alternateOpacity;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.footer-primary .footer-dec polygon:nth-child(10) {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -ms-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.footer-primary .footer-dec polygon:nth-child(9) {
  -webkit-animation-delay: 2750ms;
  -moz-animation-delay: 2750ms;
  -ms-animation-delay: 2750ms;
  -o-animation-delay: 2750ms;
  animation-delay: 2750ms;
}
.footer-primary .footer-dec polygon:nth-child(8) {
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  -ms-animation-delay: 2500ms;
  -o-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.footer-primary .footer-dec polygon:nth-child(7) {
  -webkit-animation-delay: 2250ms;
  -moz-animation-delay: 2250ms;
  -ms-animation-delay: 2250ms;
  -o-animation-delay: 2250ms;
  animation-delay: 2250ms;
}
.footer-primary .footer-dec polygon:nth-child(6) {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.footer-primary .footer-dec polygon:nth-child(5) {
  -webkit-animation-delay: 1750ms;
  -moz-animation-delay: 1750ms;
  -ms-animation-delay: 1750ms;
  -o-animation-delay: 1750ms;
  animation-delay: 1750ms;
}
.footer-primary .footer-dec polygon:nth-child(4) {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.footer-primary .footer-dec polygon:nth-child(3) {
  -webkit-animation-delay: 1250ms;
  -moz-animation-delay: 1250ms;
  -ms-animation-delay: 1250ms;
  -o-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
.footer-primary .footer-dec polygon:nth-child(2) {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.footer-primary .footer-dec polygon:nth-child(1) {
  -webkit-animation-delay: 750ms;
  -moz-animation-delay: 750ms;
  -ms-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms;
}
@keyframes alternateOpacity {
  0% {
    opacity: 0.18;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.18;
  }
}
.footer-primary .footer-data {
  color: #fff;
  margin: 0 auto;
  max-width: 576px;
}
.footer-primary .footer-data p,
.footer-primary .footer-data span,
.footer-primary .footer-data strong {
  margin: 0;
}
.footer-primary .footer-data .data-brand {
  margin: 0 auto;
  display: block;
  max-width: 280px;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .footer-primary .footer-data .data-brand {
    margin-bottom: calc(30px  +  10  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary .footer-data .data-brand {
    margin-bottom: 40px;
  }
}
.footer-primary .footer-data .data-brand img {
  max-width: 70vw;
}
.footer-primary .footer-data .data-actions {
  display: flex;
  margin: 0 -10px;
  flex-flow: wrap row;
  justify-content: center;
}
.footer-primary .footer-data .data-actions li {
  margin: 0 10px;
}
.footer-primary .footer-data .data-actions li.data-demarcated {
  flex-basis: 100%;
}
.footer-primary .footer-data .data-actions li a {
  color: #fff;
}
.footer-primary .footer-data .data-actions li a:hover {
  color: #D2E3F2;
}
.nav-primary {
  top: 0px;
  position: fixed;
  min-width: 100%;
  z-index: 9;
  background-color: #F4F4EF;
}
.nav-primary .nav-wrapper {
  max-width: none;
  background-color: red;
  background-color: #1C75BC;
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) {
  .nav-primary .nav-wrapper {
    margin-left: calc((100% - 1140px) / 2);
    width: calc(100% - ((100% - 1140px) / 2));
  }
}
.nav-primary .nav-confines {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: calc(1200px - 0.02px)), (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-confines {
    max-width: none;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .nav-primary .nav-behaviour {
    height: 90px;
    max-height: 90px;
  }
}
.nav-primary .nav-brand {
  background-color: #F4F4EF;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .nav-primary .nav-brand {
    flex: 1 1 130px;
    max-width: 280px;
  }
  .nav-primary .nav-brand a {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .nav-primary .nav-brand {
    padding-right: calc(20px  +  40  * ((100vw -  576px ) / 864 ));
    padding-left: calc(20px  +  40  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .nav-primary .nav-brand {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 576px) {
  .nav-primary .nav-brand {
    padding-top: calc(10px  +  10  * ((100vw -  576px ) / 624 ));
    padding-bottom: calc(10px  +  10  * ((100vw -  576px ) / 624 ));
  }
}
@media screen and (min-width: 1200px) {
  .nav-primary .nav-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) {
  .nav-primary .nav-brand {
    min-width: 350px;
    padding-left: 15px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .nav-primary .nav-menu {
    color: #fff;
    flex-basis: 0;
    justify-content: flex-end;
    border-left: 20px solid #fff;
  }
  .nav-primary .nav-menu > ul {
    padding: 0;
    position: relative;
  }
  .nav-primary .nav-menu > ul > li > a {
    color: inherit;
    font-weight: 700;
    padding: 0.15em 1em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .nav-primary .nav-menu > ul > li.active > a,
  .nav-primary .nav-menu > ul > li.tracked > a {
    position: relative;
    color: #D2E3F2;
  }
  .nav-primary .nav-menu > ul > li:not(.active) > a:hover {
    color: #D2E3F2;
  }
  .nav-primary .nav-menu > ul > li.dropdown > a.dropdown-toggle:after {
    border: none;
    color: inherit;
    content: '\f150';
    line-height: 1em;
    font-weight: 700;
    margin-left: 0.66em;
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition-property: color, transform;
    -moz-transition-property: color, transform;
    -ms-transition-property: color, transform;
    -o-transition-property: color, transform;
    transition-property: color, transform;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .nav-primary .nav-menu > ul > li.dropdown > ul {
    padding: 0;
    border: none;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #1C75BC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 50%!important;
    top: 100%!important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .nav-primary .nav-menu > ul > li.dropdown > ul > li > a {
    padding: 0.66em 1.33em;
    -webkit-transition-property: background-color, color;
    -moz-transition-property: background-color, color;
    -ms-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 150.37593985ms;
    -moz-transition-duration: 150.37593985ms;
    -ms-transition-duration: 150.37593985ms;
    -o-transition-duration: 150.37593985ms;
    transition-duration: 150.37593985ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .nav-primary .nav-menu > ul > li.dropdown > ul > li > a:active {
    background-color: #D2E3F2;
  }
  .nav-primary .nav-menu > ul > li.dropdown > ul > li.active > a {
    color: #184374;
    background-color: #D2E3F2;
  }
  .nav-primary .nav-menu > ul > li.dropdown > ul > li:not(.active) > a:hover {
    color: #1C75BC;
    background-color: rgba(210, 227, 242, 0.5);
  }
  .nav-primary .nav-menu > ul #decActive {
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    -webkit-transition-property: left, top, transform, background-color;
    -moz-transition-property: left, top, transform, background-color;
    -ms-transition-property: left, top, transform, background-color;
    -o-transition-property: left, top, transform, background-color;
    transition-property: left, top, transform, background-color;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -ms-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .nav-primary .nav-toggler {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-behaviour {
    height: 58px;
    max-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-brand {
    padding-top: 0;
    min-width: 160px;
    max-width: 280px;
    padding-bottom: 0;
    width: auto;
    flex: 0 0 auto;
    flex-basis: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-menu {
    left: 0;
    top: 100%;
    overflow: auto;
    position: absolute;
    padding: 0 9vw;
    background-color: #757576;
    max-height: calc(100vh - 60px);
  }
  .nav-primary .nav-menu > ul {
    display: flex;
    flex-flow: nowrap column;
  }
  .nav-primary .nav-menu > ul > li {
    opacity: 0;
  }
  .nav-primary .nav-menu > ul > li > a {
    color: #fff;
    padding: 0.6em 0;
  }
  .nav-primary .nav-menu > ul > li.active > a {
    position: relative;
    color: #D2E3F2;
  }
  .nav-primary .nav-menu > ul > li.dropdown > a.dropdown-toggle {
    display: flex;
    align-items: center;
  }
  .nav-primary .nav-menu > ul > li.dropdown > a.dropdown-toggle:after {
    border: none;
    color: inherit;
    content: '\f0fe';
    font-weight: 300;
    margin-left: 0.66em;
    line-height: inherit;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
  }
  .nav-primary .nav-menu > ul > li.dropdown.show > a.dropdown-toggle:after {
    content: '\f146';
  }
  .nav-primary .nav-menu > ul > li > ul {
    width: 100%;
    padding: 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    flex-flow: wrap row;
    border: 1px solid #fff;
    background-color: transparent;
    position: relative!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
  }
  .nav-primary .nav-menu > ul > li > ul:before {
    top: 0px;
    left: -500px;
    right: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(90deg, transparent, #757576 500px);
    z-index: 3;
    position: absolute;
  }
  .nav-primary .nav-menu > ul > li > ul.show,
  .nav-primary .nav-menu > ul > li > ul.changing {
    opacity: 1;
    height: auto;
    display: flex!important;
  }
  .nav-primary .nav-menu > ul > li > ul.show:before,
  .nav-primary .nav-menu > ul > li > ul.changing:before {
    -webkit-animation: subReveal;
    -o-animation: subReveal;
    animation: subReveal;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes subReveal {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .nav-primary .nav-menu > ul > li > ul.show li,
  .nav-primary .nav-menu > ul > li > ul.changing li {
    opacity: 0;
    -webkit-animation: shiftRotation;
    -o-animation: shiftRotation;
    animation: shiftRotation;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(10),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(10) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(9),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(9) {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -ms-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(8),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(8) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -ms-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(7),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(7) {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -ms-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(6),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(6) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(5),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(5) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(4),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(4) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(3),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(3) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
  }
  .nav-primary .nav-menu > ul > li > ul.show li:nth-child(2),
  .nav-primary .nav-menu > ul > li > ul.changing li:nth-child(2) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  @keyframes shiftRotation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .nav-primary .nav-menu > ul > li > ul > li {
    padding: 5px;
    flex-basis: 25%;
    position: relative;
    border: 5px solid transparent;
    background-color: transparent;
  }
  .nav-primary .nav-menu > ul > li > ul > li:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 100%;
  }
  .nav-primary .nav-menu > ul > li > ul > li > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    position: absolute;
    align-items: center;
    line-height: 1.33em;
    white-space: pre-line;
    -ms-word-break: break-word;
    word-break: break-word;
    text-align: center;
    justify-content: center;
    background-color: #fff;
  }
  .nav-primary .nav-menu > ul > li > ul > li.active > a {
    font-weight: 700;
    color: #184374;
    background-color: #D2E3F2;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .nav-primary .nav-menu > ul > li > ul > li:not(.active) a.changing,
  .nav-primary .nav-menu > ul > li > ul > li:not(.active) a:active {
    color: #fff;
    background-color: #1C75BC;
  }
  .nav-primary .nav-menu.collapsing > ul > li,
  .nav-primary .nav-menu.show > ul > li {
    -webkit-animation: shiftIn;
    -o-animation: shiftIn;
    animation: shiftIn;
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -o-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(10),
  .nav-primary .nav-menu.show > ul > li:nth-child(10) {
    -webkit-animation-delay: 433.33333333ms;
    -moz-animation-delay: 433.33333333ms;
    -ms-animation-delay: 433.33333333ms;
    -o-animation-delay: 433.33333333ms;
    animation-delay: 433.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(9),
  .nav-primary .nav-menu.show > ul > li:nth-child(9) {
    -webkit-animation-delay: 403.33333333ms;
    -moz-animation-delay: 403.33333333ms;
    -ms-animation-delay: 403.33333333ms;
    -o-animation-delay: 403.33333333ms;
    animation-delay: 403.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(8),
  .nav-primary .nav-menu.show > ul > li:nth-child(8) {
    -webkit-animation-delay: 373.33333333ms;
    -moz-animation-delay: 373.33333333ms;
    -ms-animation-delay: 373.33333333ms;
    -o-animation-delay: 373.33333333ms;
    animation-delay: 373.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(7),
  .nav-primary .nav-menu.show > ul > li:nth-child(7) {
    -webkit-animation-delay: 343.33333333ms;
    -moz-animation-delay: 343.33333333ms;
    -ms-animation-delay: 343.33333333ms;
    -o-animation-delay: 343.33333333ms;
    animation-delay: 343.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(6),
  .nav-primary .nav-menu.show > ul > li:nth-child(6) {
    -webkit-animation-delay: 313.33333333ms;
    -moz-animation-delay: 313.33333333ms;
    -ms-animation-delay: 313.33333333ms;
    -o-animation-delay: 313.33333333ms;
    animation-delay: 313.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(5),
  .nav-primary .nav-menu.show > ul > li:nth-child(5) {
    -webkit-animation-delay: 283.33333333ms;
    -moz-animation-delay: 283.33333333ms;
    -ms-animation-delay: 283.33333333ms;
    -o-animation-delay: 283.33333333ms;
    animation-delay: 283.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(4),
  .nav-primary .nav-menu.show > ul > li:nth-child(4) {
    -webkit-animation-delay: 253.33333333ms;
    -moz-animation-delay: 253.33333333ms;
    -ms-animation-delay: 253.33333333ms;
    -o-animation-delay: 253.33333333ms;
    animation-delay: 253.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(3),
  .nav-primary .nav-menu.show > ul > li:nth-child(3) {
    -webkit-animation-delay: 223.33333333ms;
    -moz-animation-delay: 223.33333333ms;
    -ms-animation-delay: 223.33333333ms;
    -o-animation-delay: 223.33333333ms;
    animation-delay: 223.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(2),
  .nav-primary .nav-menu.show > ul > li:nth-child(2) {
    -webkit-animation-delay: 193.33333333ms;
    -moz-animation-delay: 193.33333333ms;
    -ms-animation-delay: 193.33333333ms;
    -o-animation-delay: 193.33333333ms;
    animation-delay: 193.33333333ms;
  }
  .nav-primary .nav-menu.collapsing > ul > li:nth-child(1),
  .nav-primary .nav-menu.show > ul > li:nth-child(1) {
    -webkit-animation-delay: 163.33333333ms;
    -moz-animation-delay: 163.33333333ms;
    -ms-animation-delay: 163.33333333ms;
    -o-animation-delay: 163.33333333ms;
    animation-delay: 163.33333333ms;
  }
  @keyframes shiftIn {
    0% {
      -webkit-transform: translateX(-9vw);
      -moz-transform: translateX(-9vw);
      -ms-transform: translateX(-9vw);
      -o-transform: translateX(-9vw);
      transform: translateX(-9vw);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)) and (max-width: calc(576px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)) and (max-width: calc(576px - 0.02px)), (max-width: calc(576px - 0.02px)) and (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-menu > ul > li > ul > li {
    flex-basis: 50%;
  }
}
.nav-primary .nav-menu > ul {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .nav-primary .nav-menu > ul {
    padding-top: calc(30px  +  20  * ((100vw -  576px ) / 624 ));
    padding-bottom: calc(30px  +  20  * ((100vw -  576px ) / 624 ));
  }
}
@media screen and (min-width: 1200px) {
  .nav-primary .nav-menu > ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .nav-primary .nav-menu > ul {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .nav-primary .nav-toggler {
    display: flex;
    margin-left: auto;
    margin-right: 9vw;
    justify-content: center;
    flex-flow: nowrap column;
  }
  .nav-primary .nav-toggler span {
    width: 30px;
    height: 2px;
    opacity: 1;
    display: inline-block;
    background-color: #fff;
    -webkit-transition-property: background-color, transform, opacity;
    -moz-transition-property: background-color, transform, opacity;
    -ms-transition-property: background-color, transform, opacity;
    -o-transition-property: background-color, transform, opacity;
    transition-property: background-color, transform, opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -ms-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
    transition-timing-function: cubic-bezier(0.54, 1.51, 0.58, 1);
  }
  .nav-primary .nav-toggler span:first-child {
    margin-top: -10px;
  }
  .nav-primary .nav-toggler span.dec-lead {
    margin: 11px 0;
  }
  .nav-primary .nav-toggler span.dec-cross {
    position: absolute;
  }
  .nav-primary .nav-toggler span:last-child {
    margin-bottom: -10px;
  }
}
.nav-primary .nav-toggler:not(.collapsed) span:first-child,
.nav-primary .nav-toggler:not(.collapsed) span:last-child {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.nav-primary .nav-toggler:not(.collapsed) span:not(:first-child):not(:last-child) {
  -webkit-transition-delay: 133.33333333ms;
  -moz-transition-delay: 133.33333333ms;
  -ms-transition-delay: 133.33333333ms;
  -o-transition-delay: 133.33333333ms;
  transition-delay: 133.33333333ms;
}
.nav-primary .nav-toggler:not(.collapsed) span.dec-lead {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-primary .nav-toggler:not(.collapsed) span.dec-cross {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Base styling for gravity forms, also uses the base input fields in
_inputs.less for the majority of it's fields */
.gform_wrapper {
  margin: 0;
  width: 100%;
  max-width: none;
  /* Also includes styling for gravity forms in 'error' state.
  Field does not allow any overflowing by default,
  set max-width to none to override */
}
.gform_wrapper,
.gform_wrapper.gform_validation_error {
  /* Gravity forms footer, may contain excess br/paragraph tags due to wordpress filters,
    these are all set to display none by default */
}
.gform_wrapper form,
.gform_wrapper.gform_validation_error form {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}
.gform_wrapper form .validation_error,
.gform_wrapper.gform_validation_error form .validation_error {
  padding: 1.33em;
  font-size: 1rem;
  font-weight: 400;
  color: #b12f29;
  line-height: 1.33em;
  border-top: 1px solid #b12f29;
  border-bottom: 1px solid #b12f29;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .validation_error,
  .gform_wrapper.gform_validation_error form .validation_error {
    margin-bottom: calc(20px  +  20  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .validation_error,
  .gform_wrapper.gform_validation_error form .validation_error {
    margin-bottom: 40px;
  }
}
.gform_wrapper form .gform_body,
.gform_wrapper.gform_validation_error form .gform_body {
  width: 100%;
  /* Fields container and it's fields do not use flex by default, disable
        in _settings.less when IE11- compatibility is required or other styles are obstructed */
}
.gform_wrapper form .gform_body ul.gform_fields,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields {
  padding: 0;
  width: 100%;
  width: auto;
  display: flex;
  max-width: none;
  flex-flow: wrap row;
  margin-left: -10px !important;
  margin-right: -10px !important;
  /* Field wrapper does not use flex by default, disable in _settings.less when
          IE11- compatibility is required or other styles are obstructed */
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 0;
  color: inherit;
  line-height: inherit;
  /* Divider of fields added onto the field wrapper */
  /* Title of the field, always the first field */
  /* Sub-label of the field(s), It's position
            (above or below) can be changed through field settings */
  /* Description of the field, also used for validation errors.
            It's position (above or below) can be changed through field settings */
  /* Default input wrapper for gravity forms. Contains additional
            classes when the styles or fields differ from the default settings */
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield:not(.gform_left_half):not(.gform_right_half):not(*[class*="col-"]),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield:not(.gform_left_half):not(.gform_right_half):not(*[class*="col-"]),
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gform_left_half):not(.gform_right_half):not(*[class*="col-"]),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error:not(.gform_left_half):not(.gform_right_half):not(*[class*="col-"]) {
  flex: 0 0 100%;
  max-width: 100%!important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield:not(:last-child),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield:not(:last-child) {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield:not(:last-child),
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield:not(:last-child) {
    margin-bottom: calc(30px  +  20  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield:not(:last-child),
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield:not(:last-child) {
    margin-bottom: 50px;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection {
  border: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title {
  margin: 0;
  font-size: 22px;
  font-size: 19px;
  padding: 0;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #0C090D;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3 {
  font-size: 22px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title h3,
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title .mimich3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection > h2.gsection_title {
    font-size: 22px;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 0.75em;
  line-height: 1.33em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
  color: #b12f29;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error label.gfield_label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error label.gfield_label {
  margin-top: 0;
  color: #b12f29;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.field_sublabel_above .ginput_container.ginput_complex span label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_sublabel_above .ginput_container.ginput_complex span label {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.75em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex {
    margin-top: calc(20px  +  10  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex,
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_sublabel_above.field_description_above .ginput_container.ginput_complex {
    margin-top: 30px;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.field_sublabel_below .ginput_container.ginput_complex span label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_sublabel_below .ginput_container.ginput_complex span label {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_description,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description {
  padding: 0;
  font-size: 1rem;
  line-height: 1.33em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message {
  margin-bottom: 0;
  font-weight: 400;
  color: #b12f29;
  margin-top: 0.75em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.field_description_above .gfield_description:not(.validation_message),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_description_above .gfield_description:not(.validation_message) {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.field_description_below .gfield_description:not(.validation_message),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.field_description_below .gfield_description:not(.validation_message) {
  margin-bottom: 0;
  margin-top: 0.75em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0;
  /* all common input fields that can be added
              through gravity forms */
  /* Email input field */
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
  width: 100%;
  color: inherit;
  padding: 0.33em 0.66em;
  font-weight: 400;
  line-height: 1.33em;
  background-color: #fff;
  align-items: center;
  display: inline-flex;
  min-height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #DDDBCB;
  border-right: 1px solid #DDDBCB;
  border-bottom: 1px solid #DDDBCB;
  border-left: 1px solid #DDDBCB;
  -webkit-transition-property: border, background-color, color;
  -moz-transition-property: border, background-color, color;
  -ms-transition-property: border, background-color, color;
  -o-transition-property: border, background-color, color;
  transition-property: border, background-color, color;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select:hover,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea:hover,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #184374;
  border-right: 1px solid #184374;
  border-bottom: 1px solid #184374;
  border-left: 1px solid #184374;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:focus,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select:focus,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
  border-left: 1px solid #1C75BC;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea textarea,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea textarea {
  min-height: 200px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select {
  margin: 0;
  width: 100%;
  color: inherit;
  padding: 0.33em 0.66em;
  font-weight: 400;
  line-height: 1.33em;
  background-color: #fff;
  align-items: center;
  display: inline-flex;
  min-height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #DDDBCB;
  border-right: 1px solid #DDDBCB;
  border-bottom: 1px solid #DDDBCB;
  border-left: 1px solid #DDDBCB;
  -webkit-transition-property: border, background-color, color;
  -moz-transition-property: border, background-color, color;
  -ms-transition-property: border, background-color, color;
  -o-transition-property: border, background-color, color;
  transition-property: border, background-color, color;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select:hover {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #184374;
  border-right: 1px solid #184374;
  border-bottom: 1px solid #184374;
  border-left: 1px solid #184374;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select:focus,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select:focus {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
  border-left: 1px solid #1C75BC;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select {
  margin: 0;
  width: 100%;
  color: inherit;
  padding: 0.33em 0.66em;
  font-weight: 400;
  line-height: 1.33em;
  background-color: #fff;
  align-items: center;
  display: inline-flex;
  min-height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #DDDBCB;
  border-right: 1px solid #DDDBCB;
  border-bottom: 1px solid #DDDBCB;
  border-left: 1px solid #DDDBCB;
  -webkit-transition-property: border, background-color, color;
  -moz-transition-property: border, background-color, color;
  -ms-transition-property: border, background-color, color;
  -o-transition-property: border, background-color, color;
  transition-property: border, background-color, color;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select:hover {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #184374;
  border-right: 1px solid #184374;
  border-bottom: 1px solid #184374;
  border-left: 1px solid #184374;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select:focus,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_multiselect select:focus {
  color: inherit;
  background-color: #fff;
  border-top: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
  border-left: 1px solid #1C75BC;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li {
  display: flex;
  align-items: baseline;
  flex-flow: nowrap row;
  line-height: 1.33em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li label {
  font-weight: 400;
  margin-left: 0.66em;
  font-size: 16px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input {
  margin: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input:hover,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input:hover,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input:hover,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input:hover,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input:hover {
  cursor: pointer;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex {
  width: auto;
  display: flex;
  min-width: 100%;
  max-width: none;
  flex-flow: wrap row;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex br,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex br {
  display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span {
  margin: 0;
  padding: 0;
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span:first-child:last-of-type,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span:first-child:last-of-type {
  flex: 1 0 100%;
  max-width: 100%;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span:not(:last-of-type):not(:first-of-type),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span:not(:last-of-type):not(:first-of-type) {
  margin-left: 0;
  margin-bottom: 20px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex > span label {
  margin: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.33em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time:not(:first-of-type),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time:not(:first-of-type) {
  margin-left: 15px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time label {
  margin: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  text-align: center;
  padding-top: 0.75em;
  line-height: 1rem;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time.gfield_time_hour,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time.gfield_time_hour {
  position: relative;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time.gfield_time_hour i,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_time.gfield_time_hour i {
  margin: 0;
  left: 100%;
  width: 20px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  line-height: 1rem;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr {
  border: none;
  padding-top: 0;
  display: table-row;
  background-color: transparent;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:first-of-type:not(:last-of-type) .gfield_list_cell input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:first-of-type:not(:last-of-type) .gfield_list_cell input {
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:not(:last-of-type):not(:first-of-type) .gfield_list_cell input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:not(:last-of-type):not(:first-of-type) .gfield_list_cell input {
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:last-of-type:not(:first-of-type) .gfield_list_cell input,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr:last-of-type:not(:first-of-type) .gfield_list_cell input {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_cell,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_cell {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table-cell;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_cell:after,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_cell:after {
  margin: 0;
  content: '';
  height: 10px;
  display: block;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons {
  min-width: 60px;
  max-width: 60px;
  margin: 0!important;
  padding: 0!important;
  display: inline-flex;
  flex-flow: nowrap row;
  padding-left: 10px!important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons a,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons a {
  flex: 1;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons a:last-of-type,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons a:last-of-type {
  margin-left: 5px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons:after,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_list tr .gfield_list_icons:after {
  content: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error {
  padding-top: 0;
  border-top: none;
  padding-bottom: 0;
  border-bottom: none;
  background-color: transparent;
  margin-top: 0;
  color: inherit;
  line-height: inherit;
  /* Some field labels have no specific identifiers for their 'error' state
              and are styled through the parent class gfield_error */
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child),
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child) {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child),
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child) {
    margin-bottom: calc(30px  +  20  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child),
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error:not(:last-child) {
    margin-bottom: 50px;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_complex label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_complex label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container ul.gfield_checkbox label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container ul.gfield_checkbox label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container ul.gfield_radio label,
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container ul.gfield_radio label {
  color: #b12f29;
}
.gform_wrapper .gform_footer,
.gform_wrapper.gform_validation_error .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer br,
.gform_wrapper.gform_validation_error .gform_footer br,
.gform_wrapper .gform_footer p,
.gform_wrapper.gform_validation_error .gform_footer p {
  display: none;
}
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gform_validation_error .gform_footer input[type="submit"] {
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.6em;
  display: inline-block;
  padding: 0.85em 1.45em;
  letter-spacing: 0.021em;
  background-color: #1C75BC;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 150.37593985ms;
  -moz-transition-duration: 150.37593985ms;
  -ms-transition-duration: 150.37593985ms;
  -o-transition-duration: 150.37593985ms;
  transition-duration: 150.37593985ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper.gform_validation_error .gform_footer input[type="submit"]:hover {
  color: #fff;
  background-color: #184374;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-built.container,
  .section-built .container {
    max-width: none;
  }
}
@media (max-width: calc(576px - 0.02px)) {
  .section-built-img .part-img figure figcaption.data-conform {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-built-encase {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
  position: relative;
  background-color: #F9F7E7;
}
.section-built-encase:before {
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #fff;
  left: calc(50% - 90px);
}
.section-built-encase .section-confines {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 576px) {
  .section-built-encase .section-confines {
    margin-top: calc(60px  +  15  * ((100vw -  576px ) / 1304 ));
    margin-bottom: calc(60px  +  15  * ((100vw -  576px ) / 1304 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-built-encase .section-confines {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.section-built-encase .section-behaviour {
  align-items: center;
}
.section-built-encase .part-content .part-confines {
  background-color: #ffed9b;
  padding: 40px;
}
@media screen and (min-width: 1200px) {
  .section-built-encase .part-content .part-confines {
    padding: calc(40px  +  35  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-built-encase .part-content .part-confines {
    padding: 75px;
  }
}
@media (max-width: calc(576px - 0.02px)) {
  .section-built-encase .part-content .part-confines {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-built-encase .part-content .part-confines .formvar-row {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .section-built-encase .part-content .part-confines .formvar-row {
    margin-top: calc(40px  +  50  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-built-encase .part-content .part-confines .formvar-row {
    margin-top: 90px;
  }
}
.section-hero {
  overflow: hidden;
}
.section-hero .section-confines {
  margin-top: 20px;
  position: relative;
  background-color: #F4F4EF;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .section-hero .section-confines {
    margin-bottom: calc(60px  +  60  * ((100vw -  992px ) / 888 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-hero .section-confines {
    margin-bottom: 120px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .section-hero .section-confines:before {
    top: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background-color: #fff;
    height: 20px;
  }
  .section-hero .section-confines:after {
    right: 0;
    top: 100%;
    content: '';
    position: absolute;
    left: calc((100% - 400px) / 2);
    background-color: #F4F4EF;
    bottom: -60px;
  }
}
@media (min-width: 1880px) and screen and (min-width: 992px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)) and screen and (min-width: 992px), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) and screen and (min-width: 992px), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) and screen and (min-width: 992px) {
  .section-hero .section-confines:before {
    height: calc(20px  +  20  * ((100vw -  992px ) / 888 ));
  }
}
@media (min-width: 1880px) and screen and (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)) and screen and (min-width: 1880px), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) and screen and (min-width: 1880px), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) and screen and (min-width: 1880px) {
  .section-hero .section-confines:before {
    height: 40px;
  }
}
@media (min-width: 1880px) and screen and (min-width: 992px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)) and screen and (min-width: 992px), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) and screen and (min-width: 992px), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) and screen and (min-width: 992px) {
  .section-hero .section-confines:after {
    bottom: calc(-60px  +  -60  * ((100vw -  992px ) / 888 ));
  }
}
@media (min-width: 1880px) and screen and (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)) and screen and (min-width: 1880px), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) and screen and (min-width: 1880px), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) and screen and (min-width: 1880px) {
  .section-hero .section-confines:after {
    bottom: -120px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-hero .section-confines {
    margin-top: 10px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .section-hero .part-img {
    top: 0;
    left: 0;
    bottom: 0;
    max-width: none;
    overflow: hidden;
    position: absolute;
    right: calc((100% - 1140px) / 2);
    width: calc(100% - ((100% - 900px) / 2));
  }
  .section-hero .part-img picture img {
    margin: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: calc(1200px - 0.02px)), (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-hero .part-confines {
    max-width: none;
  }
}
.section-hero .part-content {
  display: flex;
  max-width: 560px;
  margin-left: auto;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  flex-flow: nowrap column;
  background-color: #DDDBCB;
  padding: 40px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .section-hero .part-content {
    padding: calc(40px  +  10  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-hero .part-content {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-hero .part-content {
    margin-top: calc(40px  +  40  * ((100vw -  992px ) / 888 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-hero .part-content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero .part-content {
    margin-right: calc(0px  +  -80  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-hero .part-content {
    margin-right: -80px;
  }
}
@media screen and (min-width: 992px) {
  .section-hero .part-content {
    margin-bottom: calc(60px  +  60  * ((100vw -  992px ) / 888 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-hero .part-content {
    margin-bottom: 120px;
  }
}
.section-hero:not(.section-herofp) {
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-hero:not(.section-herofp) .section-confines {
    margin-bottom: 0;
  }
  .section-hero:not(.section-herofp) .part-content {
    margin: 0;
    padding: 30px;
    margin-left: 9vw;
    padding-right: 9vw;
    max-width: calc((100vw - 9vw) - ((100vw - 700px) / 2));
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-hero:not(.section-herofp) .part-content {
    padding-left: 9vw;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-herofp {
    padding-bottom: 0;
  }
}
.section-herofp .part-content {
  margin-bottom: 40px;
  min-height: 470px;
  max-width: 470px;
}
@media screen and (min-width: 992px) {
  .section-herofp .part-content {
    margin-bottom: calc(40px  +  40  * ((100vw -  992px ) / 888 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-herofp .part-content {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .section-herofp .part-content {
    min-height: calc(470px  +  90  * ((100vw -  992px ) / 448 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-herofp .part-content {
    min-height: 560px;
  }
}
@media screen and (min-width: 992px) {
  .section-herofp .part-content {
    max-width: calc(470px  +  90  * ((100vw -  992px ) / 448 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-herofp .part-content {
    max-width: 560px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)) {
  .section-herofp .part-content {
    min-height: 560px;
    max-width: 560px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)) {
  .section-herofp .part-content {
    margin-top: -25vw;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-herofp .part-content {
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-about {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
  position: relative;
  background-color: #EBF8EF;
}
.section-about:before {
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #fff;
  left: calc(50% - 90px);
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-about {
    background-color: #fff;
  }
  .section-about:before {
    content: none;
  }
}
.section-about .section-confines {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 576px) {
  .section-about .section-confines {
    margin-top: calc(60px  +  60  * ((100vw -  576px ) / 1304 ));
    margin-bottom: calc(60px  +  60  * ((100vw -  576px ) / 1304 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-about .section-confines {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-about .section-confines {
    max-width: none;
  }
}
.section-about .section-behaviour {
  align-items: center;
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-about .section-behaviour {
    flex-flow: wrap column-reverse;
  }
}
.section-about .part-content {
  width: 100%;
  display: flex;
  margin-left: auto;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  flex-flow: nowrap column;
  background-color: #9DDBAD;
  padding: 40px;
  max-width: 470px;
  min-width: 470px;
  min-height: 470px;
}
@media screen and (min-width: 1200px) {
  .section-about .part-content {
    padding: calc(40px  +  10  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-about .part-content {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-about .part-content {
    max-width: calc(470px  +  90  * ((100vw -  992px ) / 448 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-about .part-content {
    max-width: 560px;
  }
}
@media screen and (min-width: 992px) {
  .section-about .part-content {
    min-width: calc(470px  +  90  * ((100vw -  992px ) / 448 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-about .part-content {
    min-width: 560px;
  }
}
@media screen and (min-width: 992px) {
  .section-about .part-content {
    min-height: calc(470px  +  90  * ((100vw -  992px ) / 448 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-about .part-content {
    min-height: 560px;
  }
}
@media (min-width: 1880px), (min-width: 1440px) and (max-width: calc(1880px - 0.02px)), (min-width: 1200px) and (max-width: calc(1440px - 0.02px)), (min-width: 992px) and (max-width: calc(1200px - 0.02px)) {
  .section-about .part-content {
    min-height: 560px;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-about .part-content {
    flex: 1 0 auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-about .part-img {
  text-align: right;
}
.section-about .part-img img {
  max-width: 500px;
  margin-left: auto;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .section-about .part-img img {
    padding-left: calc(10px  +  55  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-about .part-img img {
    padding-left: 65px;
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-about .part-img {
    flex: 1 0 auto;
    padding-bottom: 40px;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .section-about .part-img img {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-contact .part-data .part-confines {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-contact .part-data .part-confines ul:not(:last-child) {
  margin-bottom: 2em;
}
.section-contact .part-hours .part-confines {
  background-color: #ffed9b;
  padding: 40px;
}
.section-contact .part-hours .part-confines h1,
.section-contact .part-hours .part-confines h2 {
  font-size: 22px;
  font-size: 19px;
}
.section-contact .part-hours .part-confines h1 h3,
.section-contact .part-hours .part-confines h2 h3,
.section-contact .part-hours .part-confines h1 .mimich3,
.section-contact .part-hours .part-confines h2 .mimich3 {
  font-size: 22px;
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .section-contact .part-hours .part-confines h1 h3,
  .section-contact .part-hours .part-confines h2 h3,
  .section-contact .part-hours .part-confines h1 .mimich3,
  .section-contact .part-hours .part-confines h2 .mimich3 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-contact .part-hours .part-confines h1 h3,
  .section-contact .part-hours .part-confines h2 h3,
  .section-contact .part-hours .part-confines h1 .mimich3,
  .section-contact .part-hours .part-confines h2 .mimich3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  .section-contact .part-hours .part-confines h1,
  .section-contact .part-hours .part-confines h2 {
    font-size: calc(19px  +  3  * ((100vw -  576px ) / 864 ));
  }
}
@media screen and (min-width: 1440px) {
  .section-contact .part-hours .part-confines h1,
  .section-contact .part-hours .part-confines h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .section-contact .part-hours .part-confines {
    padding: calc(40px  +  10  * ((100vw -  1200px ) / 680 ));
  }
}
@media screen and (min-width: 1880px) {
  .section-contact .part-hours .part-confines {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.02px)), (min-width: 576px) and (max-width: calc(768px - 0.02px)), (max-width: calc(576px - 0.02px)) {
  .section-contact .part-hours .part-confines {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
.section-contact .part-maps {
  margin-top: 40px;
}
.section-contact .part-maps #map {
  width: 100%;
  min-height: 380px;
}
