@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans/PublicSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans Italic";
  src: url("../fonts/PublicSans/PublicSans-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
455
540
576
767
768px
991
992px
1000
1140
1199
1200
1270
1299
1300px
    */
/* Base Styles */
:root {
  font-size: 16px;
  line-height: 30px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open sans", sans-serif;
  font-weight: normal;
  color: #343434;
  text-align: left;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

a, a:link, a:visited {
  color: #008ce6;
  font-weight: normal;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

p {
  margin: 0 0 30px 0;
  line-height: 1.3;
  font-size: 1rem;
}

.font-weight-medium {
  font-weight: 500;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.img-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.noscroll {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.nopointer {
  pointer-events: none;
}

.loadMoreDiv {
  text-align: center;
  padding: 30px 0;
}
.loadMoreDiv .noMore {
  display: none;
  font-size: 22px;
}

.noMoreResultsMessageDiv {
  text-align: center;
  padding: 30px 0;
}
.noMoreResultsMessageDiv .message {
  font-size: 22px;
}

.text-divider {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-divider span {
  font-size: 12px;
  padding: 0 14px;
  color: #dbdbdb;
  line-height: 1;
  display: inline-block;
}
.text-divider::before, .text-divider::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #dbdbdb;
  min-width: 1px;
  flex-grow: 1;
}

@media only screen and (min-width: 993px) {
  body, p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
/* Loader */
.loading-overlay--transparent {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9000;
  display: flex;
  justify-content: center;
}
.loading-overlay--transparent svg {
  animation: rotation 1s infinite linear;
  width: 50px;
  align-self: center;
}
.loading-overlay--transparent svg path {
  fill: #008de6;
}

/* Typography */
.open-sans {
  font-family: "Open sans", sans-serif;
}

.helvetica {
  font-family: Helvetica;
}

.arial {
  font-family: Arial;
}

.sans-serif {
  font-family: sans-serif;
}

.displaytext {
  font-size: 38px !important;
  font-weight: 300;
  line-height: 42px;
}

h1 {
  font-family: "Open sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.1;
}

h2 {
  font-family: "Open sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

h3 {
  font-family: "Open sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

h4 {
  font-family: "Open sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

h5 {
  font-family: "Open sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #212121;
  line-height: 1.2;
}

h6 {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

h3 a:link,
h3 a:visited {
  font-weight: inherit;
}

.heading-404 {
  font-weight: 700;
  line-height: 47px;
  color: #00509e;
}

.heading1 {
  font-family: "Open sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.1;
}

.heading2 {
  font-family: "Open sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

.heading3 {
  font-family: "Open sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

.heading4 {
  font-family: "Open sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}

.heading5 {
  font-family: "Open sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #212121;
  line-height: 1.2;
}

.heading6 {
  font-size: 13px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

.heading7 {
  font-size: 13px !important;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase !important;
  line-height: 30px;
}

.lead-paragraph {
  font-size: 18px;
  line-height: 1.3;
}

.heading--light {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.43;
}

@media only screen and (min-width: 993px) {
  .lead-paragraph {
    font-size: 22px;
    line-height: 1.4;
  }
}
/* Colors */
.colorswatch {
  padding: 4rem 4rem 2rem 4rem;
  width: inherit;
}

.colorswatch-body {
  margin: 1rem;
}

.syntec-bg-white {
  background-color: #fff;
  color: #343434;
}

.syntec-bg-light-gray,
.bg-color {
  background-color: #f4f4f4;
  color: #343434;
}

.syntec-bg-dark-primary {
  background-color: #2555aa;
  color: #fff;
}

.gradientblue {
  background-color: #2555aa;
  background-image: linear-gradient(to top right, rgba(0, 61, 128, 0.6), rgba(0, 79, 157, 0.6));
}

.text-pureblue {
  color: #008de6;
}

.text-carlisleblue {
  color: #2555aa;
}

.text-deepblue {
  color: #1c3387;
}

.text-darkblue {
  color: #0e2a60;
}

.text-ltsmoke {
  color: #fbfbfb;
}

.text-smoke {
  color: #f4f4f4;
}

.text-lightgrey {
  color: #9fa1a4;
}

.text-mediumgrey {
  color: #898d90;
}

.text-darkgrey {
  color: #343434;
}

.no-margin {
  margin: 0;
}

.dark {
  color: #fff;
}

.req {
  color: #ff0505;
}

/* Secondary CTA */
.right-arrow:after {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  content: "\f105";
  padding-left: 5px;
  color: #0e2a60;
  font-size: 16px;
}

.left-arrow:before {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  content: "\f0d9";
  padding-right: 5px;
  font-size: 16px;
}

/* Containers */
@media (min-width: 1300px) {
  .container {
    max-width: 1254px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container--xl {
  max-width: 948px;
}

.container--lg {
  max-width: 890px;
}

.container--med {
  max-width: 838px;
  width: 100%;
}

.container--narrow {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 726px;
}

.container--s {
  max-width: 700px;
}

.container--small {
  max-width: 428px;
  margin: 0 auto;
}

.container--xs {
  max-width: 330px;
  margin: 0 auto;
}

.container.form-container {
  padding: 0 6.5px;
}

@media (max-width: 768px) {
  .container--xs,
.container--small,
.container--s {
    max-width: none;
  }

  .container.form-container {
    padding: 0 15px;
  }
}
/* Set row to 0 to fix responsive issue  */
.row {
  margin-left: 0;
  margin-right: 0;
}

.row > div:only-child {
  width: 100%;
}

.vh-25 {
  min-height: 25vh;
}

.vh-50 {
  min-height: 50vh;
}

.vh-75 {
  min-height: 75vh;
}

.vh-100 {
  min-height: 100vh;
}

.fill {
  min-height: 100%;
  height: 100%;
}

/* Column rows/columns */
.one-col,
.two-col {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.one-col > div {
  width: 100%;
  padding: 0 7.5px;
}

.two-col > div {
  width: 50%;
  padding: 0 7.5px;
}

@media (max-width: 768px) {
  .one-col > div {
    padding: 0 15px;
  }

  .two-col > div {
    width: 100%;
  }

  .two-col.two-col--static > div {
    width: 50%;
  }
}
/* Grid with left sidebar */
.grid--sidebar {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  line-height: 1;
  height: 100%;
}

/* Scrollbar */
.vscroll {
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #d7d7d7 #fff;
  -ms-scrollbar-highlight-color: #fff;
  -ms-scrollbar-face-color: #d7d7d7;
  -ms-scrollbar-arrow-color: #fff;
  -ms-scrollbar-shadow-color: #fff;
}

.vscroll::-webkit-scrollbar {
  width: 6px;
}

.vscroll::-webkit-scrollbar-track {
  background-color: #fff;
}

.vscroll::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
}

/* 2-col layout Start */
.two-col-row {
  flex-wrap: nowrap;
}

.main-col {
  margin-right: 15px;
  width: 100%;
}

.side-col {
  width: 274px;
  flex-shrink: 0;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .two-col-row {
    flex-wrap: wrap;
  }

  .main-col {
    margin-right: 0;
  }

  .side-col {
    margin-left: 0;
    width: 100%;
  }
}
main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

main > * {
  flex: 0 0 auto;
}

/* Background colors ??? */
.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-pureblue {
  background-color: #008de6;
}

.bg-carlisleblue {
  background-color: #2555aa;
}

.bg-deepblue {
  background-color: #1c3387;
}

.bg-mediumblue {
  background-color: #1c3387;
}

.bg-darkblue {
  background-color: #0e2a60;
}

.bg-lightblue {
  background-color: #fafcff;
}

.bg-brilliantazure {
  background-color: #33b6ff;
}

.bg-ltsmoke {
  background-color: #fbfbfb;
}

.bg-smoke {
  background-color: #f4f4f4;
}

.bg-lightgrey {
  background-color: #9fa1a4;
}

.bg-mediumgrey {
  background-color: #898d90;
}

.bg-darkgrey {
  background-color: #343434;
}

.bg-platinum {
  background-color: #e6e6e6;
}

.hidden {
  border: 0;
  clip-path: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.gray-box {
  background-color: #eee;
  border-radius: 5px;
  padding: 24px 30px;
  margin-bottom: 19px;
}
.gray-box p {
  font-size: 15px !important;
  color: #4e5876 !important;
  margin-bottom: 13px;
  line-height: 1.5;
}
.gray-box p:last-of-type {
  margin-bottom: 0;
}
.gray-box b {
  color: #242424;
}
.gray-box a:link, .gray-box a:visited {
  color: #008de6;
  font-weight: inherit;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* Form column rows/columns */
.form-container .one-col {
  margin: 0 -7.5px 12px;
}

.form-container .two-col {
  margin: 0 -7.5px 12px;
}

.form-container .one-col .form-group,
.form-container .two-col .form-group,
.form-container.mktoForm .one-col .form-group,
.form-container.mktoForm .two-col .form-group {
  padding: 0 7.5px;
  margin-bottom: 0;
}

.form-container.mktoForm .one-col {
  margin-bottom: 21px;
}

.form-container.mktoForm .two-col {
  margin-bottom: 14px;
}

.form-container fieldset > div:last-of-type,
.form-container.mktoForm fieldset > div:last-of-type,
.form-container .two-col .two-col,
.form-container .one-col .two-col {
  margin-bottom: 0;
}

.form-container .one-col.btn-row .form-group,
.form-container .two-col.btn-row .form-group,
.form-container.mktoForm .one-col.btn-row .form-group,
.form-container.mktoForm .two-col.btn-row .form-group {
  margin-top: 11px;
}

@media (max-width: 768px) {
  .form-container .one-col,
.form-container .two-col,
.form-container.mktoForm .one-col,
.form-container.mktoForm .two-col {
    margin: 0 -15px;
  }

  .form-container .two-col.two-col--static {
    padding: 0 7.5px;
  }

  .form-container .one-col .form-group,
.form-container .two-col .form-group {
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .form-container .two-col.two-col--static .form-group {
    padding: 0 7.5px;
  }

  .form-container.mktoForm .one-col .form-group,
.form-container.mktoForm .two-col .form-group {
    margin-bottom: 21px;
    padding: 0 15px;
  }

  .form-container .two-col .two-col > div:last-of-type,
.form-container.mktoForm fieldset > div:last-of-type .form-group,
.form-container.mktoForm fieldset > div:last-of-type .form-group,
.form-container fieldset > div:last-of-type > div:last-of-type {
    /* second field within last row of fieldset */
    margin-bottom: 0;
  }
}
/* Form Control Defaults */
.form-container .backlinkRow {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 21px;
}

.form-container h1 {
  font-weight: 700;
  line-height: 1.25;
  color: #00509e;
  margin-bottom: 20px;
}

/*-- Fieldsets and legends */
.form-container fieldset {
  margin: 0 0 40px;
}

.form-container > fieldset:last-of-type,
.form-container form > fieldset:last-of-type,
.form-container .form-body > fieldset:last-of-type {
  margin-bottom: 0;
}

.form-container fieldset legend {
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 0;
  line-height: 1;
}

.form-container .btn-row .form-group {
  margin: 11px 0 0;
}

.form-group label {
  font-weight: 700;
  color: #343434;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
}

/*-- Text inputs */
.form-control,
.mktoForm input.form-control[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=date],
.mktoForm textarea {
  width: 100%;
  color: #454545;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border: 1px solid #727272;
  border-radius: 2px;
  background-color: #fff;
  padding: 11px 19px 9px;
  height: 46px;
}

input[type=date],
.mktoForm input[type=date] {
  height: 46px;
}

.form-control:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=date]:focus {
  background-color: #fff;
  color: #454545;
  border-color: #727272;
}

.form-control[readonly]:focus {
  background-color: #e9ecef !important;
}

textarea.form-control,
.mktoForm textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 91px;
  line-height: 1.25;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/*-- placeholder text for basic text fields */
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-control::placeholder {
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

/* Material Style Form Control Defaults */
.form-control-m {
  color: #343434;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 8px;
  background-color: transparent;
  line-height: 1;
}

.form-control-m::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

.form-control-m::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

.form-control-m:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

.form-control-m:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

.form-control-m::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

.form-control-m::placeholder {
  color: #a9a9a9;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
}

/*-- custom select */
.custom-select {
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 2px;
  height: auto;
  padding: 0;
  line-height: 1;
}

.custom-select select {
  border: none;
  color: #6b6b6b;
  line-height: 1;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100%;
  padding: 11px 30px 9px 19px;
}

.custom-select select option {
  color: #3c3c3c;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select select.selected {
  color: #3c3c3c;
}

.custom-select select:disabled,
.custom-select select.selected:disabled {
  color: #7e7e7e;
}

.custom-select select:focus {
  background-color: transparent;
}

/*-- custom password */
.custom-password {
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 2px;
  height: auto;
  padding: 0;
  line-height: 1;
  position: relative;
}
.custom-password input {
  border: none;
}
.custom-password i.fa-eye,
.custom-password i.fa-eye-slash {
  position: absolute;
  right: 19px;
  top: calc(50% - 8px);
  cursor: pointer;
}

/* Floating Label Inputs */
.floatLbl {
  border: 1px solid #727272;
  border-radius: 2px;
  position: relative;
  height: auto;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}

.floatLbl input {
  height: 46px;
}

.floatLbl input,
.floatLbl textarea {
  border: none;
  outline: 0;
  font-size: 16px;
  width: 100%;
  color: #6b6b6b;
  line-height: 1;
  background-color: transparent;
  padding: 19px 19px 11px;
}

.floatLbl input:disabled {
  color: #6f6f6f;
  background-color: #eaeaea;
}

.floatLbl textarea {
  height: 100px;
}

.floatLbl label {
  font-size: 16px;
  position: absolute;
  transform-origin: top left;
  transform: translate(19px, 15px) scale(1);
  transition: all 0.1s ease-in-out;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}

.floatLbl.active label {
  transform: translate(19px, 6px) scale(0.5626);
  color: #363636;
  font-weight: 700;
}

.floatLbl.custom-select {
  border: 1px solid #727272;
  border-radius: 2px;
  background-color: #fff;
}

.floatLbl.custom-select select {
  padding: 19px 19px 11px;
  height: 46px;
}

.floatLbl.custom-select select.selected {
  color: #6b6b6b;
}

.floatLbl select:focus {
  outline: none;
}

.floatLbl textarea::-webkit-input-placeholder {
  color: #afafaf;
}

.floatLbl textarea::-moz-placeholder {
  color: #6b6b6b;
}

.floatLbl textarea:-moz-placeholder {
  color: #6b6b6b;
}

.floatLbl textarea:-ms-input-placeholder {
  color: #6b6b6b;
}

.floatLbl textarea::-ms-input-placeholder {
  color: #6b6b6b;
}

.floatLbl textarea::placeholder {
  color: #6b6b6b;
}

.floatLbl i.fa-eye,
.floatLbl i.fa-eye-slash {
  position: absolute;
  right: 19px;
  top: calc(50% - 8px);
  cursor: pointer;
}

/* Form checkboxes and radio buttons */
.form-group.form-check-group {
  margin-bottom: 15px;
}

.form-container .one-col .form-group.form-check-group {
  margin-bottom: 10px;
}

.form-group.form-check-group div:last-of-type {
  margin-bottom: 0;
}

.form-group .form-check-group-label {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 300;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 0;
}

.form-check-input {
  display: none;
}

.form-group .form-check .form-check-label,
.form-check .form-check-label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}

.form-check-label::before {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #343434;
  content: "\f279";
  padding-right: 8px;
}

.form-check-label.radio-label::before {
  content: "\f26c";
  font-size: 19px;
}

.form-check-input:checked ~ .form-check-label::before {
  content: "\f26a";
  color: #008ce6;
}

.form-check-input:checked ~ .form-check-label.radio-label::before {
  content: "\f26f";
}

@media (max-width: 768px) {
  .form-container .one-col .form-group.form-check-group,
.form-container .two-col .form-group.form-check-group {
    margin-bottom: 15px;
  }
}
/* checkbox switch */
.form-check.switch-toggle {
  display: flex;
  align-items: center;
}

.switch-toggle__label {
  display: flex;
  align-items: center;
}
.switch-toggle__label span {
  font-size: 14px;
}
.switch-toggle__label img {
  height: 20px;
  margin-left: 8px;
}

.form-group label.form-check-label--switch {
  margin-bottom: 0;
  margin-right: 8px;
}

.form-check-label--switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-bottom: 0;
}
.form-check-label--switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-check-input__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  transition: 0.4s;
}
.form-check-input__slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 50%, #fff, #fcfcfc);
  border: 1px solid #dedfdf;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

input[type=checkbox]:checked + .form-check-input__slider {
  background-color: #008de6;
  overflow: visible;
}

input[type=checkbox]:checked + .form-check-input__slider:before {
  transform: translateX(29px);
}

.form-check-input__slider.round {
  border-radius: 11px;
}
.form-check-input__slider.round:before {
  border-radius: 50%;
}

/*-- range input */
.custom-range-group {
  margin: 10px 0 14px;
}

.custom-range {
  position: relative;
  padding: 24px 0 0;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range + label {
  margin-top: 10px;
  display: block;
}

.custom-range__value-display {
  color: #6b6b6b;
  position: absolute;
  line-height: 1;
  width: 30px;
  font-size: 13px;
  text-align: center;
  top: 0;
  font-family: Helvetica, Arial, sans-serif;
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}

[type=range]::-moz-focus-outer {
  border: 0;
}

[type=range]:focus {
  outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track {
  background: #f4f4f4;
}

[type=range]:focus::-ms-fill-lower {
  background: #f4f4f4;
}

[type=range]:focus::-ms-fill-upper {
  background: #f4f4f4;
}

[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: none;
  background: #f4f4f4;
  border: 2px solid transparent;
  border-radius: 0;
}

[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  background: #008ce6;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 23px;
  width: 6px;
  -webkit-appearance: none;
  margin-top: -12px;
}

[type=range]::-moz-range-track {
  box-shadow: none;
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  background: #f4f4f4;
  border: 2px solid transparent;
  border-radius: 0;
  height: 1.5px;
}

[type=range]::-moz-range-thumb {
  box-shadow: none;
  background-color: #008ce6;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 23px;
  width: 6px;
}

[type=range]::-ms-track {
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 11.5px;
  color: transparent;
}

[type=range]::-ms-fill-lower {
  box-shadow: none;
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
}

[type=range]::-ms-fill-upper {
  box-shadow: none;
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
}

[type=range]::-ms-thumb {
  box-shadow: none;
  background: #008ce6;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 23px;
  width: 6px;
  margin-top: 0.75px;
}

[type=range]:disabled::-webkit-slider-thumb,
[type=range]:disabled::-moz-range-thumb,
[type=range]:disabled::-ms-thumb,
[type=range]:disabled::-webkit-slider-runnable-track,
[type=range]:disabled::-ms-fill-lower,
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

/* Custom file upload */
.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-input-file + label {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  background-color: #f1f1f1;
}

.custom-input-file:focus + label,
.custom-input-file + label:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

/* Form Header */
.form-header {
  text-align: center;
}

.form-header h2 {
  font-size: 37.5px;
  color: #00509e;
  line-height: 1.3;
}

.form-instructions {
  line-height: 1.4;
  font-size: 18px;
  color: #343434;
  margin-bottom: 50px;
  font-family: Arial, sans-serif;
}

/* Form validation */
.validation-err-text {
  display: none;
  text-align: left;
  color: #f51b1b;
  font-size: 11px;
  line-height: 1.5;
  padding: 5px 5px 0 5px;
}

.form-validation-alert {
  border-radius: 3px;
  background-color: red;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 18px;
  margin: 13px 0;
  display: none;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

.input-validation-error {
  border: 1px solid red !important;
}

/* Suggested search */
.suggested-search-wrap {
  position: relative;
  flex-grow: 1;
  margin-right: 10px;
}

.suggested-search-wrap input[type=text] {
  background-image: url(../images/icon-search_gray.png);
  background-repeat: no-repeat;
  background-position: 19px 15px;
  padding-left: 38px;
}

.suggested-search__terms {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-color: white;
  z-index: 346;
  width: 100%;
  padding: 0;
  border: 1px solid #ced4da;
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.15);
  display: none;
}

.suggested-search__terms ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.suggested-search__terms ul li {
  line-height: 1.12;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 5px 12px;
  display: block;
}
.suggested-search__terms ul li:first-of-type {
  padding-top: 15px;
}
.suggested-search__terms ul li:last-of-type {
  padding-bottom: 15px;
}

.suggested-search__terms ul li .term {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.suggested-search__terms ul li .category {
  display: block;
  padding-left: 50px;
  padding-top: 5px;
  font-style: oblique;
  font-size: 13px;
  font-weight: 400;
  color: #898d90;
}

.suggested-search__terms ul li em {
  font-style: normal;
  font-weight: 400;
  color: #898d90;
}

.suggested-search__terms ul li:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .suggested-search-wrap {
    margin-right: 0;
  }

  .suggested-search-wrap .form-control {
    margin-bottom: 6px;
  }

  .suggested-search__terms {
    top: calc(100% - 13px);
  }

  .suggested-search__terms ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .suggested-search__terms ul li .term {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Select All Checkbox toggle */
.selectAllCheckbox {
  display: none;
}

.selectAllCheckbox ~ label {
  color: #008ce6;
}

.selectAllCheckbox ~ label:hover {
  color: #008ce6;
  text-decoration: underline;
  cursor: pointer;
}

/* Lien Waiver Form */
.total-row {
  padding: 23px 0;
  line-height: 1;
  font-weight: 700;
  color: #838383;
  display: flex;
}

.total-row > span:first-of-type {
  width: calc(50% + 6.5px);
  text-align: right;
}

.total-row > span:last-of-type {
  padding-left: 19px;
}

.form-footer-a {
  padding: 0;
  margin: 19px 0 0;
}

.form-footer-a legend {
  border-top: 2px solid #eaeaea;
  padding-top: 32px;
}

/* Lien Waiver Form Confirmation */
#lien-waiver-form-confirmation h1 {
  font-weight: 300;
  font-size: 28px;
  color: #404041;
}

#lien-waiver-form-confirmation p {
  line-height: 22.2px;
  margin-bottom: 20px;
}

input:focus {
  outline: none;
}

.megamenu .form-control-m {
  font-size: 28px;
}

.form-control-m:focus {
  border: none;
  border-bottom: 1px solid #7d7d7d;
  box-shadow: none !important;
}

/* Inline form layout */
.inline-form {
  width: 100%;
  display: flex;
  margin-bottom: 6px;
}

.inline-form input[type=date],
.inline-form input[type=email],
.inline-form input[type=number],
.inline-form input[type=password],
.inline-form input[type=search],
.inline-form input[type=tel],
.inline-form input[type=text],
.inline-form .custom-select {
  margin-right: 10px;
}

.inline-form .custom-select {
  height: 46px;
}

.inline-form .custom-select select {
  padding: 11px 19px 9px;
}

@media (max-width: 768px) {
  .inline-form {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .inline-form input[type=date],
.inline-form input[type=email],
.inline-form input[type=number],
.inline-form input[type=password],
.inline-form input[type=search],
.inline-form input[type=tel],
.inline-form input[type=text],
.inline-form .custom-select {
    margin-right: 0;
    margin-bottom: 6px;
    width: 100%;
  }
}
/* Megamenu form fields */
.megamenu__content .form-container .microtext {
  text-align: right;
  line-height: 9px;
}
.megamenu__content .form-container .microtext a:link, .megamenu__content .form-container .microtext a:visited {
  color: #b1b1b1;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.megamenu__content .form-container .microtext a:hover {
  text-decoration: underline;
}
.megamenu__content .form-container .btn {
  display: block;
  width: 100%;
  height: 46px;
}

@media (max-width: 768px) {
  .megamenu__content .form-container .microtext {
    margin-top: 4px;
  }
  .megamenu__content .form-container .btn-row .form-group {
    margin: 0;
  }
}
/* Custom file input */
.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-input-file + label {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  background-color: #f1f1f1;
}

.custom-input-file:focus + label,
.custom-input-file + label:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

@media (max-width: 768px) {
  .megamenu .form-control,
.megamenu .form-control-m {
    margin-bottom: 12px;
    width: 100%;
  }

  .megamenu .custom-select .form-control {
    margin-bottom: 0;
    width: 100%;
  }

  .megamenu button,
#in-page-finder-form button,
#in-page-rapid-lock-form button,
#in-page-search-form button {
    display: block;
    width: 100%;
  }

  .form-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
input[type=date] {
  color: transparent;
}

input[type=date].hasVal {
  color: #6b6b6b;
}

.form-hidden-msg {
  display: none;
}

/* Style Library CSS */
.huge {
  font-size: 140px;
  font-size: 14rem;
  line-height: 1.05;
}

.example {
  margin: 20px 0 20px 0;
}

.hljs {
  color: #00193a;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #eaeef3;
}

.typo-row + .typo-row {
  padding-top: 0;
}

.typo-row {
  padding: 30px 0;
}

.typo-col {
  float: left;
  width: 49%;
}
.typo-col .btn, .typo-col a.btn {
  margin-bottom: 0.5rem;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

pre > code {
  font-family: "Source Code Pro", monospace;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

tt, code, kbd, samp {
  font-family: monospace;
}

pre, xmp, plaintext, listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

header:has(.header-v3) {
  z-index: auto;
}

.header-v3 {
  padding: 0.875rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
}
.header-v3 * {
  line-height: 1;
}
.header-v3 .brand-logo {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 1.125rem;
}
.header-v3 .brand-logo img {
  max-width: 100%;
  width: 9.0625rem;
}
.header-v3 .secondary-nav {
  align-self: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 1.125rem;
}
.header-v3 .secondary-nav ul {
  line-height: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: unset;
}
.header-v3 .secondary-nav a {
  color: #2a2a2a;
}
.header-v3 .secondary-nav .zmdi {
  font-size: 1.25rem;
}
.header-v3 .secondary-nav span {
  display: none;
}

#mobileNavToggle {
  border: none;
  background-color: transparent;
  width: 2.4375rem;
  padding: 0;
  min-height: 0;
}
#mobileNavToggle:focus {
  outline: none;
}
#mobileNavToggle .zmdi {
  font-size: 2rem;
}

.primary-nav {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  padding: 1.1875rem 1.25rem 2.375rem;
  height: auto;
  min-height: calc(100vh - 7.4275rem);
  display: none;
}
.primary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary-nav .toplevel > li {
  margin-bottom: 3.375rem;
  display: block;
}
.primary-nav .toplevel > li:last-of-type {
  margin-bottom: 0;
}
.primary-nav .toplevel > li > a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.055rem;
  line-height: 1.1;
  color: #343434;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.primary-nav .toplevel > li > a:hover,
.primary-nav .toplevel > li > a:active {
  text-decoration: none;
}
.primary-nav .parent > a:after {
  content: "\f278";
  font-size: 1.875rem;
  font-weight: 400;
  font-family: Material-Design-Iconic-Font;
}
.primary-nav .parent.open > a:after {
  content: "\f273";
}

#megamenus-container {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  border-top: 1px solid #e8e8e8;
}

.mega-menu {
  display: none;
  padding: 2.125rem 0;
}

.mega-menu .inline-form input[type=text],
.mega-menu .form-group input[type=email] {
  margin-bottom: 0.375rem;
}

#mobileNav.mega-menu {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 7.625rem);
  background-color: #fff;
  padding: 2.375rem 1.5625rem 1.9375rem;
}
#mobileNav.mega-menu > a {
  font-size: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.055rem;
  margin-top: 2.125rem;
  white-space: normal;
  line-height: 1.1;
  color: #343434;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
#mobileNav.mega-menu > a:first-of-type {
  margin-top: 0;
}
#mobileNav.mega-menu .accordion-header:after {
  content: "\f278";
  font-family: Material-Design-Iconic-Font;
  font-size: 2.5rem;
  font-weight: 300;
}
#mobileNav.mega-menu .accordion-header[aria-expanded=true]:after {
  content: "\f273";
}
#mobileNav.mega-menu a {
  text-decoration: none;
}

.mega-menu .megamenu__content {
  padding: 1.25rem 0 0 0;
}

.mega-menu .megamenu__column {
  padding-left: 0.875rem;
}

.mega-menu .megamenu__column ul {
  padding-left: 1.875rem;
  list-style: none;
  margin: 0;
}

.mega-menu .megamenu__column ul li {
  margin-bottom: 1rem;
  line-height: 1;
  display: flex;
}

.mega-menu .megamenu__column ul a:link,
.mega-menu .megamenu__column ul a:visited {
  font-size: 1.1875rem;
  letter-spacing: 0.0475rem;
  color: #2e2c2c;
}

.mega-menu .megamenu__subhead {
  font-size: 19px;
  font-family: "Nanum Gothic", sans-serif;
  letter-spacing: 0.0475rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e2c2c;
  margin-bottom: 1rem;
  padding-top: 0.3125rem;
}

.mega-menu .megamenu__column.image-tile-col {
  padding: 1.5625rem 0 0 0;
}

.mega-menu .megamenu__image-tile > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.mega-menu .megamenu__image-tile > div {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.05;
}

.mega-menu .megamenu__image-tile > div:after {
  content: "\f2fb";
  font-family: Material-Design-Iconic-Font;
  color: #2e2c2c;
  font-size: 1rem;
  margin-left: 0.375rem;
  font-weight: 400;
}

@media only screen and (min-width: 993px) {
  .header-v3 {
    padding: 1rem 0 0;
    grid-template-columns: repeat(3, auto);
  }
  .header-v3 .brand-logo {
    padding-left: 2.75rem;
  }
  .header-v3 .brand-logo img {
    width: 11.4375rem;
  }
  .header-v3 .secondary-nav {
    padding-right: 2.75rem;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .header-v3 .secondary-nav ul {
    column-gap: 2.125rem;
  }
  .header-v3 .secondary-nav li {
    display: flex;
    align-items: center;
  }
  .header-v3 .secondary-nav li:last-of-type {
    display: none;
  }
  .header-v3 .secondary-nav a:link, .header-v3 .secondary-nav a:visited {
    color: #2a2a2a;
  }
  .header-v3 .secondary-nav a:hover, .header-v3 .secondary-nav a:active {
    color: #2555aa;
    text-decoration: none;
  }
  .header-v3 .secondary-nav .zmdi {
    margin-right: 0.25rem;
    line-height: 1;
    font-size: 0.8125rem;
  }
  .header-v3 .secondary-nav span {
    display: inline;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
  }
  .header-v3 .primary-nav {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    min-height: auto;
    display: flex;
    padding: 1.5rem 0 2.125rem 2.75rem;
    align-items: center;
  }
  .header-v3 .primary-nav .toplevel > li {
    margin-bottom: 0;
    margin-right: 1.5vw;
    display: inline-block;
  }
  .header-v3 .primary-nav .toplevel > li:last-of-type {
    margin-right: 0;
  }
  .header-v3 .primary-nav .toplevel > li > a {
    font-size: 1.1vw;
    letter-spacing: unset;
    line-height: 1;
    text-transform: none;
    display: inline-block;
    justify-content: unset;
    align-items: unset;
    width: auto;
  }
  .header-v3 .primary-nav .toplevel > li > a:hover,
.header-v3 .primary-nav .toplevel > li > a:active {
    text-decoration: underline;
    color: #2555aa;
  }
  .header-v3 .primary-nav .parent > a:after,
.header-v3 .primary-nav .parent.open > a:after {
    content: "";
    display: none;
  }

  #mobileNavToggle {
    display: none !important;
  }

  #megamenus-container {
    grid-column-end: 4;
  }

  .mega-menu {
    padding: 2.125rem 2.675rem 2.125rem;
  }

  .mega-menu .inline-form input[type=text],
.mega-menu .form-group input[type=email] {
    margin-bottom: 0;
    height: 2.875rem;
  }

  .mega-menu .megamenu__content {
    display: flex;
    padding: 0;
  }

  .mega-menu .megamenu__column {
    padding: 0 6.25rem 0 0;
  }

  .mega-menu .megamenu__column ul {
    padding: 0;
  }

  .mega-menu .megamenu__column ul li {
    line-height: 1;
    margin-bottom: 0.8125rem;
    display: flex;
  }

  .mega-menu .megamenu__column ul li a:link,
.mega-menu .megamenu__column ul li a:visited {
    font-size: 0.875rem;
    color: #262626;
    letter-spacing: 0.035rem;
    padding-bottom: 0.0625rem;
    border-bottom: 1px solid transparent;
  }
  .mega-menu .megamenu__column ul li a:link:after,
.mega-menu .megamenu__column ul li a:visited:after {
    content: "\f2fb";
    font-family: Material-Design-Iconic-Font;
    color: transparent;
    margin-left: 0.625rem;
  }

  .mega-menu .megamenu__column ul li a:hover,
.mega-menu .megamenu__column ul li a:active {
    border-bottom-color: #2555aa;
    text-decoration: none;
  }
  .mega-menu .megamenu__column ul li a:hover:after,
.mega-menu .megamenu__column ul li a:active:after {
    color: #2e2c2c;
  }

  .mega-menu .megamenu__subhead {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    line-height: 1;
    color: #2555aa;
    margin-bottom: 1.3125rem;
    white-space: nowrap;
    padding: 0;
  }

  .mega-menu .megamenu__column.image-tile-col {
    padding: 0;
    margin-left: auto;
  }

  .mega-menu .megamenu__image-tile > img {
    display: block;
    width: 20.4375rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .mega-menu .megamenu__image-tile > div {
    font-size: 1rem;
  }

  #mobileNav.mega-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .header-v3 .primary-nav .toplevel > li {
    margin-right: 3.125rem;
  }
  .header-v3 .primary-nav .toplevel > li > a {
    font-size: 1rem;
  }
}
.header-search {
  margin: 1rem 1.125rem 1.1875rem;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  border-radius: 0.3125rem;
  border: 1px solid #6f6f6f;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.header-search .zmdi-search {
  font-size: 1.09375rem;
  padding: 0.203125rem 0.3515625rem;
  margin-right: 0.5rem;
  color: #444;
}

#headerSearch {
  border: none;
  background-color: transparent;
  padding: 0.5625rem 0 0.5rem;
  flex-grow: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
#headerSearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
#headerSearch::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
#headerSearch:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
#headerSearch:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
#headerSearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
#headerSearch::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

#headerSearchClear {
  border: none;
  background-color: transparent;
  line-height: 1;
  font-size: 0.75rem;
  padding: 0.375rem 0.531625rem;
  cursor: pointer;
}
#headerSearchClear:focus {
  outline: none;
}
#headerSearchClear:disabled {
  opacity: 0;
}
#headerSearchClear .zmdi {
  color: #444;
  font-size: 0.75rem;
  line-height: 1;
}

@media only screen and (min-width: 993px) {
  .header-search {
    margin: 0.75rem 2.75rem 1.375rem 0;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    max-width: 13.3125rem;
    justify-self: end;
    align-self: center;
    padding: 0;
  }
}
.loading-tabs {
  padding: 50px 0 137px;
}
.loading-tabs .container {
  padding: 0;
}

.loading-tabs__headline {
  padding: 0 43px 0 67px;
  display: flex;
  align-items: baseline;
}
.loading-tabs__headline img {
  height: 28px;
  width: 28px;
  margin-right: 13px;
  line-height: 36px;
}
.loading-tabs__headline span {
  font-size: 36px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #313131;
}

.loading-tabs__tab {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 32px 43px 0 67px;
  padding-left: 27px;
}
.loading-tabs__tab:hover {
  text-decoration: none;
}

.loading-tab__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e8e8e8;
}

.loading-tab__loading-bar {
  width: 100%;
  height: 100%;
  background: #008de6;
  transform: scaleY(0);
  transform-origin: top center;
  display: block;
  position: relative;
}

.loading-tab__subhead {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #919191;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 9px 0;
}

.loading-tab__content {
  line-height: 1.28;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
}

.loading-tab__mobile {
  display: none;
  padding-top: 35px;
}
.loading-tab__mobile img {
  display: block;
  width: auto;
  max-width: 100%;
}

.loading-tabs__images {
  display: none;
}

.loading-tabs__image {
  width: 100%;
}
.loading-tabs__image img {
  width: auto;
  max-width: 100%;
}

.loading-tabs__tab.active .loading-tab__subhead {
  color: #008de6;
}
.loading-tabs__tab.active + .loading-tab__mobile {
  display: block;
}

@media only screen and (min-width: 992px) {
  .loading-tabs {
    padding: 118px 0;
  }
  .loading-tabs .container {
    padding: 0 15px;
    max-width: 1090px;
  }
  .loading-tabs .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: nowrap;
  }

  .loading-tabs__content,
.loading-tabs__images {
    padding: 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .loading-tabs__headline {
    padding: 0;
    margin-bottom: 24px;
  }

  .loading-tabs__tab {
    margin: 0 0 24px 0;
    max-width: 322px;
  }

  .loading-tabs__images .loading-tabs__image {
    transition: opacity 0.7s ease-in-out;
  }
  .loading-tabs__images .loading-tabs__image.active {
    opacity: 1;
    height: auto;
  }
  .loading-tabs__images .loading-tabs__image.inactive {
    opacity: 0;
    height: 0;
  }
  .loading-tabs__images .loading-tabs__image a, .loading-tabs__images .loading-tabs__image img {
    display: block;
    height: inherit;
  }

  .loading-tabs__tab.active + .loading-tab__mobile {
    display: none;
  }

  .loading-tabs.loading-tabs--reverse .row {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .loading-tabs.loading-tabs--reverse .loading-tabs__content {
    width: auto;
    max-width: 400px;
  }
}
/* Rep Finder Mini Map Component */
.finder-mini-map {
  height: 548px;
  min-height: 548px;
  position: relative;
}

.finder-mini-map iframe {
  display: block;
  line-height: 1;
}

.finder-mini-map > .container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  padding: 47px 110px 66px;
  display: flex;
  flex-direction: row-reverse;
}

.finder-mini-map .details-box {
  background-color: #062c54;
  padding: 56px 45px 38px 47px;
  width: 454px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 435px;
}

.finder-mini-map h2 {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}

.finder-mini-map__result {
  margin: 25px 0 32px;
}

.finder-mini-map__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.finder-mini-map__address,
.finder-mini-map__phone {
  display: flex;
  line-height: 1.155;
  margin-bottom: 18px;
}

.finder-mini-map__address i,
.finder-mini-map__phone i {
  margin-right: 10px;
}

.finder-mini-map__finder-link {
  line-height: 1;
}

.finder-mini-map__finder-link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.finder-mini-map__form {
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.finder-mini-map__form > div:first-of-type {
  margin-bottom: 8px;
}

.finder-mini-map__form .form-group {
  width: 50%;
  margin-bottom: 4px;
}

.finder-mini-map__form .form-group .btn {
  width: 100%;
}

#miniMapModal .modal-dialog {
  max-width: 478px;
}

@media (max-width: 992px) {
  .finder-mini-map > .container {
    padding-right: 47px;
  }
}
@media (max-width: 768px) {
  .finder-mini-map {
    height: auto;
    min-height: none;
  }

  .finder-mini-map iframe {
    height: 500px;
  }

  .finder-mini-map > .container {
    position: relative;
    padding: 0;
  }

  .finder-mini-map .details-box {
    width: 100%;
    border-radius: 0;
    min-height: none;
    padding: 36px 33px 24px;
  }

  .finder-mini-map h2 {
    font-size: 35px;
  }
}
/* Hero */
.hero {
  border-top: 1px solid #e8e8e8;
}
.hero h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: #2555aa;
  margin: 0 0 13px 0;
}

.hero > div:first-of-type {
  padding: 27px 23px 23px;
}

.hero__breadcrumbs-wrapper {
  margin-bottom: 29px;
}

.hero__breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}
.hero__breadcrumbs li {
  display: inline;
  line-height: inherit;
}
.hero__breadcrumbs li::after {
  content: "/";
}
.hero__breadcrumbs li:last-of-type::after {
  content: "";
}
.hero__breadcrumbs a:link, .hero__breadcrumbs a:visited {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #7d7d7d;
  line-height: 1;
}

.hero__icon-links {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.hero__icon-links li {
  border-bottom: 1px solid #c7c7c7;
}
.hero__icon-links li:last-of-type {
  border-bottom: none;
}
.hero__icon-links a {
  font-weight: 700;
  color: #525252;
  padding: 22px 24px 22px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.hero__icon-links a i {
  font-size: 1.375rem;
  margin-left: 0.625rem;
  color: #525252;
}
.hero__icon-links a svg {
  height: 1.375rem;
  width: auto;
  fill: #525252;
  margin-left: 0.625rem;
}

.hero > div:last-of-type {
  height: 277px;
  background-position: top center;
  background-size: cover;
}

.hero__copy {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #818181;
  margin-bottom: 19px;
  padding-right: 23px;
}

.hero__cta {
  margin-bottom: 28px;
}

.hero.hero--inner-small > div:first-of-type {
  padding: 27px 23px 39px;
}
.hero.hero--inner-small > div:last-of-type {
  height: auto;
  background-position: center;
}
.hero.hero--inner-small h1 {
  color: #fff;
  margin: 0;
}
.hero.hero--inner-small .hero__breadcrumbs li {
  color: #fff;
  opacity: 0.75;
}
.hero.hero--inner-small .hero__breadcrumbs a {
  color: #fff;
}

.hero.hero-video {
  height: auto;
  min-height: 55vh;
  max-height: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero.hero-video > div:last-of-type {
  height: auto;
}
.hero.hero-video video {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.hero.hero-video .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero.hero-video .container {
  z-index: 1;
  justify-content: center;
  text-align: center;
  width: 720px;
}
.hero.hero-video .hero-text {
  display: block;
  color: #fff;
}
.hero.hero-video h1 {
  color: #fff;
  line-height: 42px;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 800;
}
.hero.hero-video .lead-paragraph {
  margin-bottom: 14px;
}

@media (min-width: 904px) {
  .hero.hero-video video {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero {
    display: flex;
    justify-content: space-between;
  }
  .hero h1 {
    font-size: 74px;
  }

  .hero > div {
    flex-basis: 50%;
  }

  .hero > div:first-of-type {
    padding: 18px 42px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .hero > div:last-of-type {
    height: inherit;
    min-height: 512px;
    flex-shrink: 1;
  }

  .hero.hero--small > div:last-of-type {
    min-height: 301px;
  }

  .hero.hero--inner-small > div:last-of-type {
    height: 1px;
  }

  .hero__breadcrumbs-wrapper {
    min-height: 18px;
  }

  .hero__breadcrumbs {
    margin: 0;
    line-height: 1;
  }
  .hero__breadcrumbs a:link, .hero__breadcrumbs a:visited {
    color: #949494;
    line-height: 1.125;
  }

  .hero--small .hero__breadcrumbs-wrapper {
    margin-bottom: 29px;
  }

  .hero__content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 29px;
  }

  .hero__icon-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .hero__icon-links li {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 22px 20px;
    border-bottom: none;
    border-right: 1px solid #c7c7c7;
    justify-content: center;
    height: inherit;
  }
  .hero__icon-links li:first-of-type {
    padding-left: 0;
    align-self: flex-start;
  }
  .hero__icon-links li:last-of-type {
    border-right: none;
    padding-right: 0;
  }
  .hero__icon-links a {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    height: 100%;
  }
  .hero__icon-links a.icon {
    justify-content: flex-start;
  }
  .hero__icon-links a span {
    order: 1;
    display: inline;
    line-height: 1.21;
    margin: 0 auto;
  }
  .hero__icon-links a i {
    order: 0;
    display: block;
    margin: 0 0 0.625rem 0;
  }
  .hero__icon-links a svg {
    display: block;
    order: 0;
    margin: 0 0 0.625rem 0;
  }
  .hero__icon-links a:hover {
    color: #2555aa;
  }
  .hero__icon-links a:hover span {
    text-decoration: underline;
  }

  .hero.hero--small h1 {
    margin-bottom: 0;
  }
  .hero.hero--small .hero__content-wrapper {
    margin-bottom: 29px;
  }

  .hero.hero--inner-small {
    display: block;
  }
  .hero.hero--inner-small > div:first-of-type {
    padding: 18px 42px;
  }
  .hero.hero--inner-small > div:last-of-type {
    width: 100%;
    max-width: none;
  }

  .hero.hero-video {
    display: flex;
  }

  .hero.hero-video > div:last-of-type.container {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 88px;
  }

  .hero__icon-links li {
    padding: 22px 40px;
  }
  .hero__icon-links a {
    font-size: 14px;
  }

  .hero.hero-video {
    min-height: 600px;
  }
}
/* Modal Start */
.modal-grey {
  background-color: #fafafc;
}

.modal-centered,
.modal-dialog-centered {
  text-align: center;
}

.modal-md {
  width: 100%;
  max-width: 415px;
}

.modal-xl {
  width: 100%;
  max-width: 942px;
}

.modal-content {
  border: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: none;
  line-height: 1;
  padding: 8px 14px 0;
}

.modal-header .close {
  color: #00458c;
}

.modal-body {
  padding: 18px 56px 56px 56px;
}

.modal-body .heading2 {
  margin-bottom: 22px;
}

.modal-body p {
  margin-bottom: 23px;
}

.modal-body .btn-link {
  color: #000;
  text-decoration: underline;
}

.modal-dialog-centered .modal-body h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1;
}

.modal-dialog-centered .modal-body p {
  line-height: 1.4375;
  margin-bottom: 18px;
}

.modal-body .floatLbl {
  margin-top: 0;
  margin-bottom: 4px;
}

.modal-body button {
  margin: 0;
}

.modal-dialog-centered .modal-body > div:last-of-type {
  margin-top: 15px;
}

.modal-loading {
  padding: 0;
  overflow: hidden;
  border-radius: 2px;
}

.modal-loading .progress {
  background-color: transparent;
  border-radius: 0;
  height: 8px;
}

.modal-loading .progress-bar {
  background-color: #008ce6;
}

.modal-loading-content {
  padding: 45px 25px 59px 25px;
  text-align: center;
}

.modal-loading-content h4 {
  font-weight: 300;
  color: #626262;
  font-size: 21px;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 33px;
}

#digitalAdvertisingModal .heading2 {
  margin-bottom: 15px;
}

/* --Share Popup */
.share-popup__social-links {
  display: flex;
  justify-content: space-between;
}

.share-popup__social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-popup__social-link:hover {
  text-decoration: none;
}

.share-popup__social-link .share-popup__social-icon {
  font-size: 34px;
  color: #008ce6;
  transition: all ease-in-out 0.15s;
}

.share-popup__social-link:hover .share-popup__social-icon {
  color: #00458c;
}

.share-popup__social-link span {
  font-weight: 500;
  font-size: 14px;
  color: #7d7d7d;
}

.share-url {
  margin-top: 22px;
  line-height: 1;
}

.share-url-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #7d7d7d;
}

.share-url-box {
  border: 1px solid #d7d7d7;
  position: relative;
  border-right: none;
  border-radius: 0 0.2rem 0.2rem 0;
}

.share-url-box input {
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
  width: 100%;
}

.copy-url-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  height: 100%;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #008ce6;
  color: #fff;
  background-color: #008ce6;
  transition: all ease-in-out 0.15s;
}

.copy-url-btn:hover {
  background-color: #00458c;
}

.notif-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notif-modal {
  --modal-notif-accent: $dark-gray;
  width: 90%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 12px;
}

.notif-modal__header {
  padding: 1.25rem 1.25rem 0.375rem;
  display: flex;
  justify-content: flex-end;
}

.notif-modal__close {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 12px;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  color: #80889e;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.notif-modal__close:hover:not(:disabled) {
  color: #000;
  background-color: #eeeeef;
}

.notif-modal__close:focus,
.notif-modal__close:focus-visible {
  outline: none;
}

.notif-modal__close:disabled {
  cursor: default;
}

.notif-modal__body {
  padding: 0 1.25rem;
  text-align: center;
}

.delete, .error {
  --modal-notif-accent: #eb5757;
  --modal-notif-hover: #da2a2a;
}

.success {
  --modal-notif-accent: #219653;
  --modal-notif-hover: #155f35;
}

.info {
  --modal-notif-accent: #008ce6;
  --modal-notif-hover: #00458c;
}

.notif-modal__icon {
  line-height: 2.125rem;
  margin-bottom: 1.125rem;
}
.notif-modal__icon svg {
  fill: var(--modal-notif-accent);
  height: 2.125rem;
  width: auto;
}

h2.notif-modal__title {
  font-family: "Public Sans", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.29;
  color: #02113c;
  margin-bottom: 0.5rem;
}

.notif-modal__message {
  font-family: "Public Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.33;
  color: #4e5876;
  padding-bottom: 1.125rem;
}

.notif-modal__footer {
  padding: 0.625rem 1.25rem 2.125rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.31125rem;
}
.notif-modal__footer button {
  flex-grow: 1;
  background-color: var(--modal-notif-accent);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  padding: 11px;
  transition: background-color 0.15s ease-in-out;
}
.notif-modal__footer button:hover {
  cursor: pointer;
}
.notif-modal__footer button:focus, .notif-modal__footer button:focus-visible {
  outline: none;
}

.delete .notif-modal__icon svg, .error .notif-modal__icon svg, .success .notif-modal__icon svg, .info .notif-modal__icon svg {
  fill: var(--modal-notif-accent);
}
.delete .notif-modal__footer button, .error .notif-modal__footer button, .success .notif-modal__footer button, .info .notif-modal__footer button {
  background-color: var(--modal-notif-accent);
}
.delete .notif-modal__footer button:hover, .error .notif-modal__footer button:hover, .success .notif-modal__footer button:hover, .info .notif-modal__footer button:hover {
  background-color: var(--modal-notif-hover);
}

.modal24 .modal-content {
  border-radius: 12px;
  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.3);
}
.modal24 .modal-header {
  padding: 1.25rem 1.25rem 0.375rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
  line-height: 1;
  border-radius: 0;
}
.modal24 .modal-header .close {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 12px;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  color: #80889e;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: unset;
  margin: unset;
}
.modal24 .modal-header .close:hover:not(:disabled) {
  color: #000;
  background-color: #eeeeef;
}
.modal24 .modal-header .close:focus,
.modal24 .modal-header .close:focus-visible {
  outline: none;
}
.modal24 .modal-header .close:disabled {
  cursor: default;
}
.modal24 .modal-body {
  padding: 0 3.0625rem 3.8125rem;
  text-align: center;
}
.modal24 .modal-body h2 {
  font-family: "Public Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.29;
  color: #02113c;
  margin-bottom: 1.25rem;
}
.modal24 .modal-body .floatLbl {
  border-color: #595959;
  margin-bottom: 11px;
}
.modal24 .btn {
  width: 100%;
}

#preview-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#preview-modal-overlay .preview-modal {
  width: auto;
  max-width: 90%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.6875rem 0.3125rem rgba(136, 136, 136, 0.39);
}
#preview-modal-overlay .preview-modal .close {
  position: absolute;
  inset: 0.625rem 0.8125rem auto auto;
}
#preview-modal-overlay .preview-modal img {
  width: auto;
  min-width: 500px;
  max-width: 100%;
}

.personalization-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personalization-modal {
  width: 90%;
  max-width: 32.625rem;
  background-color: #0e2a60;
  border-radius: 0.75rem;
  color: #fff;
  box-shadow: 0px 0px 22px 21px rgba(21, 54, 87, 0.22);
}

.personalization-modal__header {
  padding: 1.25rem 1.25rem 0.375rem;
  display: flex;
  justify-content: flex-end;
}

.personalization-modal__close {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 12px;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: Helvetica, Arial, sans-serif;
  color: #1b2339;
  padding: 0;
}

.personalization-modal__close:hover:not(:disabled) {
  background-color: #eeeeef;
}

.personalization-modal__close:focus,
.personalization-modal__close:focus-visible {
  outline: none;
}

.personalization-modal__close:disabled {
  cursor: default;
}

.personalization-modal__body {
  padding: 0 4.9375rem;
}
.personalization-modal__body form > div {
  margin-bottom: 2.375rem;
}
.personalization-modal__body form label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personalization-modal__body form label:after {
  content: "\f26c";
  font-family: Material-Design-Iconic-Font;
}
.personalization-modal__body form .form-check {
  display: none;
}
.personalization-modal__body form .form-check:checked ~ label:after {
  content: "\f26f";
  color: #008de6;
}

.personalization-modal__title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2.8125rem;
}

.personalization-modal__footer {
  padding: 0 4.9375rem 2.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.31125rem;
}
.personalization-modal__footer button {
  flex-basis: 100%;
}

.personalization-modal__invalid {
  flex-basis: 100%;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ff4949;
  line-height: 1.1875rem;
  padding-top: 0.25rem;
}

/* Breadcrumbs */
.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li::after {
  content: "/";
  padding: 0 4px;
}

.breadcrumbs li:last-of-type::after {
  content: "";
}

.breadcrumbs li a,
.breadcrumbs li span {
  color: #58595a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
}

.breadcrumbs li.current * {
  color: #00509e;
}

.crumbs-backlink {
  display: block;
  padding: 1.1875rem 2.625rem;
  line-height: 1;
}
.crumbs-backlink a:link, .crumbs-backlink a:visited {
  line-height: 1;
  color: #667085;
}
.crumbs-backlink a:link i, .crumbs-backlink a:visited i {
  font-size: 0.75rem;
}
.crumbs-backlink a:link span, .crumbs-backlink a:visited span {
  font-family: "Mulish", sans-serif;
  font-size: 0.875rem;
}
.crumbs-backlink a:hover, .crumbs-backlink a:active {
  text-decoration: none;
}
.crumbs-backlink a:hover span, .crumbs-backlink a:active span {
  text-decoration: underline;
}

.crumbs {
  display: none;
}

@media only screen and (min-width: 993px) {
  .crumbs-backlink {
    display: none;
  }

  .crumbs {
    padding: 1.1875rem 2.625rem;
    display: block;
  }
  .crumbs ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
  }
  .crumbs li {
    font-family: "Mulish", sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    max-width: auto;
  }
  .crumbs li:last-of-type a {
    width: inherit;
    color: #33b6ff;
  }
  .crumbs li:last-of-type a:hover {
    cursor: default;
    text-decoration: none;
  }
  .crumbs li:after {
    content: url("../images/chevron-right-677186.svg");
    width: 1rem;
    height: 1rem;
    display: block;
    margin: 0 0.375rem;
  }
  .crumbs li:last-of-type:after {
    content: "";
  }
  .crumbs a:link, .crumbs a:visited {
    color: #667085;
  }
  .crumbs a:hover, .crumbs a:active {
    text-decoration: underline;
  }
  .crumbs li.ellip {
    width: auto;
  }
  .crumbs li.hidden {
    max-width: 0;
  }
}
/* Intro Text Start */
.container.introtext {
  max-width: 1100px;
}

.introtext .sub-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}

.introtext h2 {
  font-size: 37.5px !important;
  line-height: 42px;
  color: #00509e;
}

.featured-text {
  padding: 4.375rem 0.9375rem;
}
.featured-text .container {
  background-color: #0e2a60;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.0625rem 2.6875rem;
}
.featured-text p {
  color: #fff;
  font-family: "OpenSansBold", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  text-align: center;
}
.featured-text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .featured-text {
    padding: 5.25rem 1.875rem;
  }
  .featured-text .container {
    padding: 5rem 3.75rem;
  }
  .featured-text p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-text {
    padding: 9.375rem 3.75rem;
  }
  .featured-text .container {
    padding: 6.25rem 5.3125rem;
  }
  .featured-text p {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-text {
    padding: 13.9375rem 0 20.375rem;
  }
  .featured-text .container {
    padding: 7.875rem 7.0625rem;
  }
  .featured-text p {
    font-size: 2rem;
  }
}
/* News */
.news-main {
  margin-bottom: 30px;
}

.news-title {
  padding: 100px 40px 0 40px;
}

.news-title h2 {
  margin: 0;
}

.news-articles {
  padding: 20px 40px 40px 40px;
  display: table;
}

.news-articles-row {
  display: table-row;
}

.news-articles-row > div {
  display: table-cell;
  width: 33%;
  padding: 0 15px;
}

.news-articles-row:first-of-type > div h3,
.news-articles-row:first-of-type > div p {
  display: none;
}

.news-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0;
  display: block;
}

.news-articles h3 {
  margin: 0 0 10px 0;
}

.news-articles h3 a {
  color: #00509e;
  font-size: 21px;
  line-height: 1px;
}

.syntec-bg-dark-primary .news-articles h3 a {
  color: #fff;
}

.news-view-more {
  padding: 20px 40px 40px 40px;
  text-align: center;
}

.news-view-more button {
  margin: 0 0 40px 0;
}

@media (max-width: 768px) {
  .news-articles {
    display: block;
    padding: 20px 40px 0 40px;
  }

  .news-articles-row {
    display: none;
  }

  .news-articles-row:first-of-type {
    display: block;
  }

  .news-articles-row > div {
    display: block;
    width: 100%;
  }

  .news-articles-row:first-of-type > div h3,
.news-articles-row:first-of-type > div p {
    display: block;
  }
}
/* Carousel Start */
.carousel {
  padding-top: 100px;
  padding-bottom: 100px;
}

.carousel-item > div {
  display: flex;
}

.carousel-image-content,
.carousel-text-content {
  flex-basis: 50%;
}

.carousel-text-content {
  padding-left: 30px;
}

.carousel-text-content .heading6,
.carousel-text-content .heading6 a:link,
.carousel-text-content .heading6 a:visited {
  color: #00509e;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.syntec-bg-dark-primary .carousel-text-content .heading6,
.syntec-bg-dark-primary .carousel-text-content .heading6 a:link,
.syntec-bg-dark-primary .carousel-text-content .heading6 a:link {
  color: #fff;
}

.carousel-text-content .heading6 {
  margin-bottom: 8px;
}

.carousel-text-content .heading6 a:hover,
.carousel-text-content .heading6 a:active {
  text-decoration: none;
}

.carousel-text-content h2,
.carousel-text-content h2 a:link,
.carousel-text-content h2 a:visited {
  color: #343434;
}

.syntec-bg-dark-primary .carousel-text-content h2,
.syntec-bg-dark-primary .carousel-text-content h2 a:link,
.syntec-bg-dark-primary .carousel-text-content h2 a:visited {
  color: #fff;
}

.carousel-text-content h2 a:hover,
.carousel-text-content h2 a:active {
  text-decoration: none;
}

.carousel-text-content p {
  margin-bottom: 10px;
}

.carousel-controls {
  position: relative;
  display: block;
}

.carousel-controls a:link,
.carousel-controls a:visited {
  display: inline;
  position: relative;
  color: #008ce6;
  opacity: 1;
}

.carousel-controls a:hover,
.carousel-controls a:active {
  text-decoration: none;
  color: #008ce6;
}

.carousel-controls .zmdi-chevron-left,
.carousel-controls .zmdi-chevron-right {
  font-size: 37.5px;
  display: inline-block;
}

.carousel-controls .zmdi-chevron-left {
  margin-right: 16px;
}

.carousel-controls .zmdi-chevron-right {
  margin-left: 16px;
}

@media (max-width: 992px) {
  .carousel-inner {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .carousel-item > div {
    display: block;
  }

  .carousel-item img {
    margin-bottom: 0.5rem;
  }

  .carousel-image-content,
.carousel-text-content {
    flex-basis: 100%;
  }
}
/* Carousel End */
.container.hero-carousel-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.swiper.hero-carousel {
  padding: 0;
}
.swiper.hero-carousel .hero-carousel-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
  height: 40.625rem;
  overflow: hidden;
}
.swiper.hero-carousel .hero-carousel-item__img {
  order: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  flex-grow: 0;
}
.swiper.hero-carousel .hero-carousel-item__img img {
  width: auto;
  min-width: 100%;
  display: block;
  margin-bottom: 0;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.swiper.hero-carousel .hero-carousel-item__text {
  order: 1;
  background-image: linear-gradient(134deg, #2555aa -2%, #062b51 99%, #062b50 123%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  flex-grow: 1;
}
.swiper.hero-carousel .hero-carousel-item__text > div {
  max-width: 100%;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper.hero-carousel .hero-carousel-item__text h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
}
.swiper.hero-carousel .hero-carousel-item__text p {
  margin: 0 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.swiper.hero-carousel .hero-carousel-item__text .secondaryCTA {
  margin-top: 0.625rem;
}
.swiper.hero-carousel .hero-carousel-item__text .right-arrow::after {
  color: #008de6;
}
.swiper.hero-carousel .swiperbutton-prev,
.swiper.hero-carousel .swiperbutton-next {
  opacity: 1;
  width: 2.5rem;
  height: 2.875rem;
  position: absolute;
  top: calc(50% - 1.4375rem);
}
.swiper.hero-carousel .swiperbutton-prev {
  left: 0;
}
.swiper.hero-carousel .swiperbutton-next {
  right: 0;
}
.swiper.hero-carousel .zmdi-chevron-left,
.swiper.hero-carousel .zmdi-chevron-right {
  font-size: 2.5625rem;
  color: #fff;
}
.swiper.hero-carousel .swiper-pagination {
  margin-bottom: 0.625rem;
}
.swiper.hero-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.5rem;
  border-radius: 0;
}

@media only screen and (min-width: 992px) {
  .swiper.hero-carousel .swiper-wrapper {
    height: 33.125rem;
  }
  .swiper.hero-carousel .hero-carousel-item__wrapper {
    height: 33.125rem;
    flex-direction: row;
  }
  .swiper.hero-carousel .hero-carousel-item__img {
    order: 1;
    width: 50%;
    height: 100%;
  }
  .swiper.hero-carousel .hero-carousel-item__img img {
    height: 33.125rem;
    min-width: 100%;
  }
  .swiper.hero-carousel .hero-carousel-item__text {
    order: 0;
    width: 50%;
    height: 100%;
    flex-grow: 0;
    padding-bottom: 1.875rem;
  }
  .swiper.hero-carousel .hero-carousel-item__text > div {
    max-width: 51.25rem;
    padding: 2.5rem 3rem;
  }
  .swiper.hero-carousel .hero-carousel-item__text h1 {
    font-size: 3.75rem;
  }
  .swiper.hero-carousel .hero-carousel-item__text p {
    margin: 0 3.75rem 0.625rem;
  }
  .swiper.hero-carousel .swiperbutton-prev,
.swiper.hero-carousel .swiperbutton-next {
    width: 3rem;
  }
  .swiper.hero-carousel .swiper-pagination {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper.hero-carousel .hero-carousel-item__img {
    width: auto;
  }
  .swiper.hero-carousel .hero-carousel-item__text {
    flex-grow: 1;
  }
  .swiper.hero-carousel .swiper-pagination {
    width: unset;
  }
}
.logo-carousel {
  padding: 3.625rem 0;
}
.logo-carousel .container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.logo-carousel .swiper {
  position: relative;
  padding: 0 2.4375rem;
}
.logo-carousel .swiper-wrapper {
  align-items: center;
}
.logo-carousel .swiper-wrapper img {
  width: 100%;
  max-width: 100%;
}
.logo-carousel .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.625rem;
  margin-top: 1.5rem;
}
.logo-carousel .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  border: 1px solid #707070;
  background-color: #fff;
  opacity: 1;
}
.logo-carousel .swiper-pagination-bullet-active {
  background: #008de6;
  border-color: #008de6;
}
.logo-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: none;
}
.logo-carousel .swiper-horizontal > .swiper-pagination-bullets, .logo-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  top: unset;
}

.logo-carousel__header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #00509f;
  line-height: 1.06;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 0.9375rem;
}

.logo-carousel__nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
  top: calc(50% - 2.1875rem);
  overflow: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-carousel__nav > div {
  width: 2.25rem;
  height: 2.25rem;
  pointer-events: auto;
}
.logo-carousel__nav > div .zmdi {
  font-size: 1.8125rem;
  color: #003591;
  line-height: 1;
}
.logo-carousel__nav .swiperbutton-prev,
.logo-carousel__nav .swiperbutton-next {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.logo-carousel__nav .swiper-button-disabled {
  cursor: default;
}

@media only screen and (min-width: 993px) {
  .logo-carousel {
    padding: 6.125rem 0 7.1875rem;
  }
  .logo-carousel .container {
    max-width: 65rem;
  }
  .logo-carousel .swiper {
    padding: 0 3.125rem;
  }
  .logo-carousel .swiper-pagination {
    margin-top: 2.625rem;
  }

  .logo-carousel__header {
    font-size: 2.25rem;
  }

  .logo-carousel__nav {
    top: calc(50% - 2.75rem);
  }
  .logo-carousel__nav > div .zmdi {
    font-size: 1.25rem;
  }
}
.homepage-hero__container {
  width: 100%;
  overflow: hidden;
}

.homepage-hero__text-block {
  background-image: linear-gradient(to right, #2555aa 0%, #002850 180%);
  padding: 54px 30px 70px;
  text-align: center;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 100%);
}

.homepage-hero__text h1 {
  font-style: oblique;
  font-size: 4rem;
  font-size: calc(1rem + 5vw);
  line-height: 1.17;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-hero__text .btn-primary {
  font-size: 0.875rem;
}
.homepage-hero__text .btn-primary i {
  margin-left: 5px;
}

.homepage-hero__subhead {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9125;
  letter-spacing: 0.64px;
  margin-bottom: 15px;
}
.homepage-hero__subhead em {
  font-style: normal;
  color: #008de6;
}

.homepage-hero__bg-block {
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 390px;
  margin-top: -40px;
}

@media only screen and (min-width: 768px) {
  .homepage-hero__text-block {
    padding-left: 70px;
    padding-right: 70px;
  }

  .homepage-hero__text h1 {
    font-size: calc(1rem + 4vw);
  }
}
@media only screen and (min-width: 992px) {
  .homepage-hero {
    padding-bottom: 0;
  }

  .homepage-hero__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
  }

  .homepage-hero__parallax-bg {
    position: absolute;
    width: 100%;
    left: 15.5px;
  }
  .homepage-hero__parallax-bg div {
    background-color: #0e2a60;
    transform: skew(-13deg);
    transform-origin: bottom left;
    height: 256px;
    width: 554px;
    max-width: 35%;
  }

  .homepage-hero__content {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 68px;
    padding-bottom: 0;
    clip-path: polygon(13deg 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
  }

  .homepage-hero__text-block {
    padding: 40px 70px;
    clip-path: none;
    transform: skew(-13deg);
    transform-origin: bottom left;
    width: auto;
    max-width: 50%;
  }

  .homepage-hero__text {
    transform: skew(13deg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .homepage-hero__text h1 {
    font-size: calc(1rem + 2vw);
  }

  .homepage-hero__subhead {
    font-size: 0.85rem;
  }

  .homepage-hero__bg-block {
    flex-grow: 1;
    margin-top: 0;
    height: inherit;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-hero__text h1 {
    font-size: calc(1rem + 3vw);
  }

  .homepage-hero__subhead {
    font-size: 1rem;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1415px) {
  .homepage-hero__text-block {
    padding: 75px 40px;
    max-width: 45%;
  }

  .homepage-hero__text h1 {
    margin-bottom: 14px;
  }

  .homepage-hero__subhead {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1700px) {
  .homepage-hero__text h1 {
    font-size: calc(1rem + 3vw);
  }
}
/* Feature Image Right and Left */
.grid-text {
  padding: 0px;
  margin: 10px 0 10px 0;
}

.margin-30 {
  margin: 12px 30px 12px 30px;
}

.margin-25 {
  margin: 12px 25px 12px 25px;
}

.feature-img-rf {
  padding: 25px 0 25px 0;
}

.feature-vidyard {
  padding: 25px 0 25px 0;
}

.feature-body {
  padding: 0;
}

.feature-img-fluid {
  position: relative;
  min-height: 45vh;
  padding: 0 !important;
  margin: 0;
  background-color: transparent !important;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  border-radius: 0;
  max-height: 450px;
}

/* Feature End */
/* Shared Grid Styles */
.grid-cards .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-cards .grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.grid-cards .grid-row > div {
  margin-bottom: 60px;
  padding: 0 15px;
}
.grid-cards .grid-row > div:last-of-type {
  margin-bottom: 0;
}
.grid-cards .grid-col {
  max-width: 100%;
}
.grid-cards .grid-card {
  height: auto;
  width: 100%;
}
.grid-cards .grid-card__img {
  display: block;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
}
.grid-cards .grid-card__img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.grid-cards .grid-card__body {
  flex-grow: 1;
  padding-top: 20px;
}
.grid-cards .grid-card__body .heading7 {
  line-height: 1.5;
  margin-bottom: 3px;
}
.grid-cards .grid-card__body h3 {
  line-height: 30px;
  margin-bottom: 2px;
}
.grid-cards .grid-card__body p {
  margin-bottom: 7px;
  line-height: 1.45;
}
.grid-cards .grid-card__body .cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: visible;
  margin-bottom: 14px;
}
.grid-cards .grid-card__body .cta-row > div:first-of-type {
  margin-right: 35px;
}
.grid-cards .grid-card__body .secondaryCTA {
  margin-bottom: 0;
  white-space: nowrap;
}
.grid-cards a.bg-cover {
  background-position: center center;
  background-size: cover;
  display: block;
}

@media only screen and (min-width: 768px) {
  .grid-cards .grid-row > div {
    margin-bottom: 0;
  }
  .grid-cards .grid-card {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-cards .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-cards .container {
    max-width: 1254px;
  }
}
.grid-cards.grid2 .grid-card__img {
  height: 480px;
}
.grid-cards.grid2 a.bg-cover {
  height: 480px;
}

@media only screen and (min-width: 768px) {
  .grid-cards.grid2 .grid-row {
    flex-wrap: nowrap;
  }
  .grid-cards.grid2 .grid-row > div {
    width: 50%;
  }
  .grid-cards.grid2 .grid-card__img {
    height: 275px;
  }
  .grid-cards.grid2 a.bg-cover {
    height: 275px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-cards.grid2 .grid-card__img,
.grid-cards.grid2 a.bg-cover {
    height: 376px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-cards.grid2 .grid-card__img,
.grid-cards.grid2 a.bg-cover {
    height: 451px;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-cards.grid2 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-cards.grid2 .grid-row {
    margin: 0 -30px;
  }
  .grid-cards.grid2 .grid-row > div {
    padding: 0 30px;
  }
  .grid-cards.grid2 .grid-card__img,
.grid-cards.grid2 a.bg-cover {
    height: 480px;
  }
}
/* 3-Card Grid */
.grid-cards.grid3 .grid-card__img,
.grid-cards.grid3 a.bg-cover {
  height: 340px;
}

@media only screen and (min-width: 768px) {
  .grid-cards.grid3 .grid-row {
    flex-wrap: nowrap;
  }
  .grid-cards.grid3 .grid-row > div {
    width: 33.33%;
  }
  .grid-cards.grid3 .grid-card__img,
.grid-cards.grid3 a.bg-cover {
    height: 188px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-cards.grid3 .grid-card__img,
.grid-cards.grid3 a.bg-cover {
    height: 259px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-cards.grid3 .grid-card__img,
.grid-cards.grid3 a.bg-cover {
    height: 313px;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-cards.grid3 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-cards.grid3 .grid-row {
    margin: 0 -15px;
  }
  .grid-cards.grid3 .grid-row > div {
    padding: 0 15px;
  }
}
/* 4-Card Grid */
.grid-cards.grid4 .grid-card__img {
  height: 409px;
}
.grid-cards.grid4 a.bg-cover {
  height: 409px;
}

@media only screen and (min-width: 768px) {
  .grid-cards.grid4 .grid-row {
    flex-wrap: nowrap;
  }
  .grid-cards.grid4 .grid-row > div {
    width: 25%;
  }
  .grid-cards.grid4 .grid-card__img,
.grid-cards.grid4 a.bg-cover {
    height: 162px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-cards.grid4 .grid-card__img,
.grid-cards.grid4 a.bg-cover {
    height: 218px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-cards.grid4 .grid-card__img,
.grid-cards.grid4 a.bg-cover {
    height: 255px;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-cards.grid4 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-cards.grid4 .grid-row {
    margin: 0 -15px;
  }
  .grid-cards.grid4 .grid-row > div {
    padding: 0 15px;
  }
  .grid-cards.grid4 .grid-card__img,
.grid-cards.grid4 a.bg-cover {
    height: 276px;
  }
}
.card-grid {
  padding: 3.625rem 2.875rem;
}

.card-grid__header {
  width: 100%;
  display: block;
  font-family: "OpenSansBold", sans-serif;
  font-size: 2rem;
  color: #0f0f0f;
  line-height: 1.25;
  margin-bottom: 1.6875rem;
}

.card-grid__container {
  display: grid;
  grid-template-rows: auto;
  row-gap: 2.0625rem;
}

.card-grid__card {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.card-grid__link {
  display: grid;
  grid-template-rows: auto;
  row-gap: 0.75rem;
}

.card-grid__image {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1.12;
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
}
.card-grid__image img {
  object-fit: cover;
  object-position: center center;
  min-height: 100%;
  min-width: 100%;
}

.card-grid__subhead {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "OpenSansBold", sans-serif;
  font-size: 1.5rem;
  color: #2b2b2b;
  text-decoration: none;
}

.card-grid__link:hover {
  cursor: pointer;
}
.card-grid__link:hover .card-grid__subhead {
  color: #00408e;
  text-decoration: underline;
}

.card-grid__body {
  margin-bottom: 0;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #343434;
}

@media only screen and (min-width: 768px) {
  .card-grid__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.1875rem;
  }
}
@media only screen and (min-width: 992px) {
  .card-grid-2 .card-grid__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }

  .card-grid-3 .card-grid__container,
.card-grid-4 .card-grid__container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-grid-2 .card-grid__image {
    aspect-ratio: 1.59/1;
  }
}
@media only screen and (min-width: 1200px) {
  .card-grid__header {
    max-width: 79.0625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .card-grid__container {
    max-width: 79.0625rem;
    margin: 0 auto;
  }

  .card-grid-3 .card-grid__container {
    column-gap: 2.9375rem;
  }

  .card-grid-4 .card-grid__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-grid-3 .card-grid__image {
    aspect-ratio: 1.2/1;
  }
}
.paragraph-grid {
  background-color: #fff;
  padding: 3.25rem 0 5.75rem;
}
.paragraph-grid .container {
  width: 100%;
  max-width: none;
  display: block;
  padding: 0 1.375rem;
  margin: 0;
}
.paragraph-grid .headline {
  font-family: "OpenSansBold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.paragraph-grid p {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #343434;
  line-height: 2.0625;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 993px) {
  .paragraph-grid {
    padding: 4.1875rem 0 2.6875rem;
  }
  .paragraph-grid .container {
    max-width: 77.125rem;
    margin: 0 auto;
  }
  .paragraph-grid .headline {
    margin-bottom: 0.875rem;
  }
  .paragraph-grid p {
    font-size: 1.25rem;
    line-height: 2.1;
    margin-bottom: 2.125rem;
  }

  .paragraph-grid__row {
    display: flex;
    column-gap: 3.125rem;
  }
  .paragraph-grid__row > div {
    flex: 1;
  }
}
/* Marketing Annuoncements */
.market-annc {
  background-color: #f8f8f8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  padding: 34px 64px;
  margin-bottom: 11px;
}

.market-annc__pubdate {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
  color: #666;
}

.market-annc__title-link {
  line-height: 1;
}

.market-annc__title {
  margin: 0;
  color: #00509e;
  line-height: 1.67;
}

.market-annc__intro {
  font-weight: 400;
  line-height: 1.82;
  color: #343434;
  margin: 8px 0;
}

.market-annc__controls {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.market-annc__controls > .secondaryCTA {
  margin-bottom: 0;
  line-height: 1;
}

.market-annc__read-link {
  line-height: 1;
  display: inline-block;
}

.market-annc__read-link.right-arrow:after {
  font-size: 12px;
  color: #008ce6;
}

.market-annc__lang {
  color: #818181;
  font-style: italic;
  font-size: 0.875rem;
}

#marketing-side-col .sideBox {
  padding-top: 0px;
}

@media (max-width: 1200px) {
  .market-annc {
    padding: 34px 15px;
  }
}
@media (max-width: 991px) {
  #marketing-side-col .sideBox {
    padding-top: 38px;
  }
}
/* Case Studies */
#case-studies {
  background-color: #f4f4f4;
}

.case-study {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 13px;
  width: 100%;
  display: flex;
}

.case-study__img {
  width: 381px;
  height: 100%;
  min-height: 281px;
  background-position: center center;
}

.case-study__content {
  padding: 42px 63px;
}

.case-study__pubdate {
  font-weight: 300;
  color: #666;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 9px;
}

.case-study__title-link {
  line-height: 1;
}

.case-study__title {
  color: #00509e;
  line-height: 1.675;
  margin-bottom: 3px;
}

.case-study__intro {
  line-height: 1.825;
  margin-bottom: 15px;
}

.case-study__controls .secondaryCTA {
  line-height: 1;
  margin-bottom: 0;
}

#case-studies-side-col .sideBox {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .case-study {
    display: block;
    margin-bottom: 26px;
  }

  .case-study__img {
    width: 100%;
  }

  .case-study__content {
    padding: 35px 25px;
  }

  #case-studies-side-col .sideBox {
    padding-top: 20px;
  }
}
/* Blog */
/*---feature*/
.blog-feature {
  background-color: #fbfbfb;
  display: flex;
  margin: 0 10px;
}

.blog-feature__img-link {
  flex-basis: 50%;
  flex-grow: 1;
}

.blog-feature__img {
  background-size: cover;
  background-position: top center;
  display: block;
  height: 100%;
}

.blog-feature__content {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  padding: 51px 0 44px 37px;
}

.blog-feature__pubdate {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  padding-right: 58px;
  color: #666;
}

.blog-feature__title-link {
  line-height: 1;
  padding-right: 58px;
}

.blog-feature__title {
  margin: 0;
  color: #00509e;
}

.blog-feature__intro {
  font-weight: 500;
  margin: 8px 0;
  padding-right: 58px;
}

.blog-feature__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}

.blog-feature__controls .secondaryCTA {
  line-height: 1;
  margin-bottom: 0;
}

.blog-feature__read-link {
  line-height: 1;
  display: inline-block;
}

.blog-feature__read-link.right-arrow:after {
  font-size: 12px;
  color: #008ce6;
}

@media (max-width: 1200px) {
  .blog-feature {
    flex-direction: column;
  }

  .blog-feature__img-link {
    height: 339px;
    flex-grow: 1;
  }

  .blog-feature__img-link,
.blog-feature__content {
    flex-basis: 100%;
  }

  .blog-feature__img {
    height: 339px;
  }

  .blog-feature__content {
    padding-left: 15px;
  }

  .blog-feature__pubdate,
.blog-feature__title-link,
.blog-feature__intro,
.blog-feature__controls {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-feature {
    margin: 0;
  }
}
/*---3card */
#blog-rows.grid-cards.grid3 .container {
  padding-left: 10px;
  padding-right: 10px;
}
#blog-rows.grid-cards.grid3 .grid-row {
  margin: 0 -10px;
}
#blog-rows.grid-cards.grid3 .grid-col {
  padding: 0;
}
#blog-rows.grid-cards.grid3 .grid-card {
  background-color: #fbfbfb;
  height: 100%;
}
#blog-rows.grid-cards.grid3 .grid-card > a.bg-cover {
  height: 339px;
  max-height: 339px;
}
#blog-rows.grid-cards.grid3 .grid-card__body {
  padding: 37px 40px 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#blog-rows.grid-cards.grid3 .grid-card__body .secondaryCTA {
  line-height: 1;
  margin-bottom: 0;
}
#blog-rows.grid-cards.grid3 h3 {
  margin: 0;
  color: #2555aa;
  line-height: 25px;
}
#blog-rows.grid-cards.grid3 p {
  font-weight: 500;
  margin: 8px 0;
}

.blog-card__pubdate {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  color: #666;
}

.blog__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #blog-rows.grid-cards.grid3 .grid-row {
    flex-wrap: wrap;
  }
  #blog-rows.grid-cards.grid3 .grid-row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #blog-rows.grid-cards.grid3 .grid-col {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #blog-rows.grid-cards.grid3 .grid-row {
    flex-wrap: wrap;
  }
  #blog-rows.grid-cards.grid3 .grid-row > div {
    width: 33.33%;
  }
  #blog-rows.grid-cards.grid3 .grid-card > a.bg-cover {
    height: 185px;
    max-height: 185px;
  }
}
/*--Full Blog Post */
.blog-post.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-family: Helvetica, Arial, sans-serif;
}

.blog-post__title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  color: #00509f;
}

.blog-post__date-share {
  margin-bottom: 35px;
}

.blog-post__date {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  margin-right: 40px;
}

.blog-post__body p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 52px;
}

.blog-post__body h2 {
  font-weight: 700;
  font-size: 20px;
  color: #00509f;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-post__author {
  padding: 30px 0 43px 0;
  margin-top: -18px;
  display: flex;
  align-items: center;
  border-top: 1px solid #f4f4f4;
}

.blog-post__author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-right: 57px;
}

.blog-post__author-name {
  font-size: 14px;
  font-weight: 700;
  color: #9fa1a4;
  line-height: 1.7;
}

.blog-post__author-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-post__author-email {
  line-height: 1;
}

.blog-post__author-email a {
  line-height: 1.5;
  font-weight: 500;
}

/*--Blog Up Next */
.blog-up-next {
  background-color: #f4f4f4;
  padding: 50px 0 100px;
}
.blog-up-next h2 {
  margin-bottom: 30px;
  text-align: center;
}
.blog-up-next .grid-cards.grid3 .grid-col {
  margin-bottom: 30px;
  width: 100%;
}
.blog-up-next .grid-cards.grid3 .grid-card {
  background-color: transparent;
  height: 100%;
}
.blog-up-next .grid-cards.grid3 .grid-card > a.bg-cover,
.blog-up-next .grid-cards.grid3 .grid-card .grid-card__img {
  height: 230px;
  max-height: 230px;
}
.blog-up-next .grid-cards.grid3 .grid-card__body {
  padding: 37px 30px 35px;
  background-color: #fbfbfb;
}
.blog-up-next .grid-cards.grid3 .grid-card__body .secondaryCTA {
  margin-bottom: 0;
  line-height: 1;
}
.blog-up-next .grid-cards.grid3 .grid-card__body .secondaryCTA a::after {
  color: #008de6;
  font-size: 12px;
}
.blog-up-next .grid-cards.grid3 h3 {
  margin-bottom: 8px;
  line-height: 25px;
  color: #2555aa;
}
.blog-up-next .grid-cards.grid3 p {
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .blog-up-next .grid-cards.grid3 .container {
    padding: 0 19px;
  }
  .blog-up-next .grid-cards.grid3 .grid-row {
    margin: 0 -19px;
  }
  .blog-up-next .grid-cards.grid3 .grid-row > div {
    padding: 0 19px;
  }
  .blog-up-next .grid-cards.grid3 .grid-col {
    width: 33.33%;
    margin-bottom: 0;
  }
  .blog-up-next .grid-cards.grid3 .grid-card__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .blog-up-next .blog__controls {
    align-self: flex-end;
    margin-top: auto;
  }
}
/* Subscribe Box Start */
.sideBox {
  padding: 38px 28px 43px 28px;
}

.subscribeBox {
  background-color: #002b64;
}

.subscribeHeader {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.subscribeBox p {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.81;
  text-align: center;
  margin-bottom: 20px;
}

.subscribeForm input[type=text] {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 13px 17px 12px 17px;
}

.sideBox .check-group {
  margin-bottom: 31px;
}

.sideBox .check-group:last-of-type {
  margin-bottom: 0;
}

.sideBox .check-group ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sideBox .check-group label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #898d90;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.sideBox .check-group label:before {
  font-size: 16px;
}

.sideBox .check-group label:hover {
  text-decoration: none;
}

.sideBox .check-group .form-check {
  margin-bottom: 14px;
  line-height: 1;
}

.sideBox .check-group a {
  margin-left: 5px;
}

.sideBox .check-group .form-check-input {
  display: none;
}

.sideBox .check-group .form-check-input:checked + label:before {
  content: "\f26a";
  color: #008ce6;
}

.sideBox .check-group .form-check-input:disabled + label,
.sideBox .check-group .form-check-input:disabled + label:before {
  color: #ccc;
  cursor: default;
}

.sideBox .check-group .parent ul {
  padding-left: 16px;
  display: none;
}

.check-group-header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #00509e;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

/* Subscribe Box End */
/* ----- START ----- Owl Carousel Library start (owl.carousel.css) */
/* Owl Carousel - Core */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ----- END ----- Owl Carousel Library start (owl.carousel.css) */
/* Video / Media Player */
.container.video-carousel-container {
  width: 100%;
  max-width: 854px;
}

/* Video Thumbnails Carousel */
.video-carousel__indicators {
  margin-top: 11px;
  position: relative;
}

.video-carousel__indicators .owl-item:hover {
  cursor: pointer;
}

.video-carousel__indicators .owl-nav {
  width: 100%;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  pointer-events: none;
}

.video-carousel-container .owl-nav > button {
  width: 26px;
  height: 30px;
  pointer-events: auto;
}

.video-carousel-container .owl-nav > button:focus {
  outline: none;
}

.video-carousel-container .owl-nav > button i {
  font-size: 21px;
  line-height: 1;
  color: #fff;
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-prev,
.video-carousel__indicators.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0.46);
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-prev:hover,
.video-carousel__indicators.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #000;
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-prev.disabled,
.video-carousel__indicators.owl-carousel .owl-nav button.owl-next.disabled {
  background-color: rgba(0, 0, 0, 0.46);
}

.video-carousel__indicators.owl-carousel .owl-nav button.owl-prev.disabled:hover,
.video-carousel__indicators.owl-carousel .owl-nav button.owl-next.disabled:hover {
  cursor: default;
}

/* Left-Right Grid Start */
.container.lr-grid {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.lr-grid-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.lr-grid-col {
  flex-basis: 50%;
}

.lr-grid-img {
  height: 100%;
  background-position: center center;
  overflow: hidden;
}

.lr-grid-img > .vidyard-player-container,
.lr-grid-img .vidyard-lightbox-thumbnail,
.lr-grid-img .vidyard-lightbox-centering,
.lr-grid-img > .vidyard-lightbox-image {
  height: 100% !important;
  padding-bottom: 0 !important;
  width: auto;
}

.lr-grid-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lr-grid-body {
  padding: 100px;
}

.lr-grid-body .heading4 {
  line-height: 1;
  margin-bottom: 20px;
  width: 100%;
}

.lr-grid-body h2 {
  margin-bottom: 11px;
  width: 100%;
}

.lr-grid-body p {
  margin-bottom: 6px;
  width: 100%;
}

.lr-grid .inline-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lr-grid .inline-links li {
  display: inline-block;
  margin-right: 25px;
}

.lr-grid-body .btn {
  margin: 14px 0;
}

@media (max-width: 991px) {
  .lr-grid-body {
    padding: 15px 40px;
  }
}
@media (max-width: 768px) {
  .lr-grid-row {
    flex-direction: column;
  }

  .lr-grid-col {
    flex: 1 1 auto;
  }

  .lr-grid-img-col {
    order: 1;
  }

  .lr-grid-text-col {
    order: 2;
  }

  .lr-grid-body {
    padding: 60px 40px;
  }

  .lr-grid-img {
    height: 425px;
  }
}
/* Left-Right Grid End */
/* Left-Right Featured Videos Start */
.lr-grid-video .lr-grid-row {
  display: flex;
  background-color: transparent;
  align-items: center;
}

.lr-grid-video .lr-grid-col {
  flex-basis: auto;
}

.lr-grid-video .lr-grid-text-col {
  width: 100%;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lr-grid-video.lr-grid-video-right .lr-grid-text-col {
  padding-right: 8.333333%;
  order: 1;
}

.lr-grid-video.lr-grid-video-right .lr-grid-img-col {
  order: 2;
}

.lr-grid-video.lr-grid-video-left .lr-grid-text-col {
  padding-left: 8.333333%;
  order: 2;
}

.lr-grid-video.lr-grid-video-left .lr-grid-img-col {
  order: 1;
}

.lr-grid-video .lr-grid-body {
  padding: 0;
}

.lr-grid-video .lr-grid-img {
  width: 714px;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .lr-grid-video.lr-grid-video-right .lr-grid-text-col {
    padding-right: 4%;
  }

  .lr-grid-video.lr-grid-video-left .lr-grid-text-col {
    padding-left: 4%;
  }

  .lr-grid-video .lr-grid-img {
    width: 500px;
  }

  .lr-grid-video .vidyard-player-container > div[class*=vidyard-div-] {
    margin: auto 0 !important;
  }
}
@media (max-width: 991px) {
  .lr-grid-video .lr-grid-img {
    width: 402px;
  }
}
@media (max-width: 768px) {
  .lr-grid-video .lr-grid-row {
    display: block;
  }

  .lr-grid-video .lr-grid-col {
    display: block;
    width: 100%;
    min-height: 100%;
  }

  .lr-grid-video .lr-grid-text-col {
    display: block;
    min-height: 100%;
  }

  .lr-grid-video.lr-grid-video-right .lr-grid-text-col {
    padding-right: 0;
  }

  .lr-grid-video.lr-grid-video-left .lr-grid-text-col {
    padding-left: 0;
  }

  .lr-grid-video .lr-grid-text-col {
    padding-top: 22px;
  }

  .lr-grid-video.lr-grid-video-left .lr-grid-img-col,
.lr-grid-video.lr-grid-video-right .lr-grid-img-col {
    display: block;
  }

  .lr-grid-video .lr-grid-img {
    width: 100%;
    min-height: 100%;
  }
}
/* Left-Right Featured Videos End */
/* Feature Image Right/Left Start */
.feature-img .row {
  display: flex;
}

.feature-img .row > div {
  width: 50%;
}

.feature-img-content img {
  width: 100%;
  max-width: 100%;
}

.feature-img-left .feature-img-content {
  order: 1;
}

.feature-img-left .feature-body {
  padding: 12px 30px;
  order: 2;
}

.feature-img-right .feature-img-content {
  order: 2;
}

.feature-img-right .feature-body {
  padding: 12px 30px;
  order: 1;
}

@media (max-width: 992px) {
  .feature-img .row {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .feature-img .row {
    flex-wrap: wrap;
  }

  .feature-img .row > div.col {
    width: 100%;
    flex: 0 0 auto;
  }

  .feature-img-right .feature-img-content,
.feature-img-left .feature-img-content {
    order: 1;
    flex-basis: 100%;
    padding: 0;
  }

  .feature-img-right .feature-img-content img,
.feature-img-left .feature-img-content img {
    width: 100%;
  }

  .feature-img .feature-body {
    order: 2;
    padding: 50px 0;
  }
}
/* Feature Image Right/Left End */
/* Copy Start */
.copy-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.copy-body h3 {
  color: #00509e;
  line-height: 30px;
}

.copy-body > div[class^=col-]:first-of-type {
  padding-left: 0;
}

.copy-body > div[class^=col-]:last-of-type {
  padding-right: 0;
}

@media (max-width: 767px) {
  .copy-body > div[class^=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Copy End */
.horizontal-link-menu {
  padding: 2.8125rem 1.375rem;
}
.horizontal-link-menu ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 1.625rem;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100rem;
  text-align: center;
}
.horizontal-link-menu a:link, .horizontal-link-menu a:visited {
  width: 100%;
  padding: 1.6875rem 2.625rem;
  background-color: #00408e;
  border: 2px solid #00408e;
  border-radius: 0.3125rem;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.horizontal-link-menu a:hover, .horizontal-link-menu a:active {
  background-color: #fff;
  color: #00408e;
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  .horizontal-link-menu ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .horizontal-link-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .horizontal-link-menu li {
    flex-basis: auto;
  }
}
.anchor-link-bar {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.anchor-link-bar .container {
  max-width: 100%;
  padding: 0 30px;
}
.anchor-link-bar .row {
  margin: 0 -30px;
}
.anchor-link-bar .col {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  padding: 0 30px;
}
.anchor-link-bar ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}
.anchor-link-bar li {
  padding: 11px 28px 7px;
  width: 50%;
  flex-basis: 50%;
  text-align: center;
  line-height: 1;
}
.anchor-link-bar a:link, .anchor-link-bar a:visited {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 4px;
}
.anchor-link-bar a:hover {
  border-bottom: 2px solid #008de6;
  text-decoration: none;
}
.anchor-link-bar.sticky {
  position: fixed;
  top: 0;
  z-index: 800;
}

.anchor-link-bar.syntec-bg-dark-primary a:link, .anchor-link-bar.syntec-bg-dark-primary a:visited {
  color: #fff;
}

@media (min-width: 993px) {
  .anchor-link-bar {
    padding: 20px 0;
  }
  .anchor-link-bar .container {
    max-width: 1254px;
    padding: 0 15px;
  }
  .anchor-link-bar .row {
    margin: 0 -15px;
  }
  .anchor-link-bar .col {
    padding: 0 15px;
  }
  .anchor-link-bar li {
    padding: 0 28px;
    width: auto;
    flex-basis: auto;
    text-align: left;
  }
}
/* Rollover System Icons */
.rollover-system-icons {
  padding-top: 50px;
}

.rollover-system-icon {
  text-align: center;
  position: relative;
  height: 100%;
}

.rollover-system-icon__icon-group {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.rollover-system-icon__icon-group > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.rollover-system-icon__img {
  padding: 0 0 15px 0;
}

.rollover-system-icon__title {
  color: #00458c;
  margin: 0;
}

.syntec-bg-dark-primary .rollover-system-icon__title {
  color: #fff;
}

.rollover-system-icon__text {
  background-color: #00458c;
  font-weight: 500;
  font-size: 14px;
  line-height: 26.75px;
  color: #fff;
  padding: 35px 42px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 10;
  position: relative;
  height: 100%;
}

.rollover-system-icon.show .rollover-system-icon__text {
  opacity: 0.97;
}

@media (max-width: 540px) {
  .rollover-system-icon__text {
    padding: 70px 42px;
  }
}
/* Rollover System Icons End */
/* Contact Start */
.contact-container {
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
}

.contact-container .lr-grid-row {
  display: flex;
  flex-direction: row;
  background-color: transparent;
}

.googleMap {
  height: 100%;
}

.googleMap iframe {
  width: 100%;
  height: inherit;
}

@media (max-width: 768px) {
  .contact-container {
    padding: 0 15px;
    max-width: 540px;
  }

  .contact-container .lr-grid-row {
    display: block;
  }

  .googleMap {
    height: 450px;
  }
}
/* Contact End */
.rollover-cards {
  padding: 42px 0 51px;
}
.rollover-cards .container {
  padding: 0 31px;
  max-width: none;
}
.rollover-cards .grid-row {
  margin: 0 -31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rollover-cards .grid-row > div {
  margin-bottom: 18px;
}
.rollover-cards .grid-row > div:last-of-type {
  margin-bottom: 0;
}
.rollover-cards .grid-col {
  padding: 0 31px;
  width: 100%;
}

h2.rollover-cards__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
h2.rollover-cards__headline img {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}
h2.rollover-cards__headline span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.94;
  font-size: 36px;
  color: #313131;
}

.rollover-card {
  width: 100%;
  position: relative;
}

.rollover-card__overlay {
  background-color: #00509f;
  padding: 43px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  z-index: 1;
  transition: opacity 0.25s ease;
  opacity: 1;
}
.rollover-card__overlay h3 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 16px;
  background-size: 50px 4px;
  background-position: bottom center;
  background-color: transparent;
  background-image: url(../images/1x4_fff.gif);
  background-repeat: no-repeat;
}

.rollover-card__content {
  background-color: #fff;
  height: inherit;
  overflow: hidden;
  padding: 43px 38px;
  z-index: 0;
}
.rollover-card__content a:link, .rollover-card__content a:visited, .rollover-card__content a:not([href]) {
  color: #008de6;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 9px;
}
.rollover-card__content a:not([href]):hover {
  cursor: text;
  color: #008de6;
}
.rollover-card__content a:not([href]) .zmdi {
  display: none;
}
.rollover-card__content p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #888;
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 0;
  padding-bottom: 16px;
  background-size: 58px 4px;
  background-position: bottom left;
  background-color: transparent;
  background-image: url(../images/1x4_008ce6.gif);
  background-repeat: no-repeat;
}

.rollover-card.show .rollover-card__overlay {
  opacity: 0;
  pointer-events: none;
}
.rollover-card.show .rollover-card__content {
  box-shadow: 0 3px 16px 0 rgba(14, 56, 136, 0.16);
}

.rollover-cards--sm .rollover-card {
  height: 93px;
}
.rollover-cards--sm .rollover-card__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.rollover-cards--sm .rollover-card__overlay h3 {
  padding-bottom: 0;
  background-image: none;
  line-height: 1;
}
.rollover-cards--sm .rollover-card__content {
  padding: 32px;
  display: flex;
  width: inherit;
  justify-content: center;
  align-items: center;
}
.rollover-cards--sm .rollover-card__content a:link, .rollover-cards--sm .rollover-card__content a:visited, .rollover-cards--sm .rollover-card__content a:not([href]) {
  font-size: 25px;
  margin-bottom: 0;
}

.rollover-cards--lg .rollover-card {
  height: 188px;
}

@media only screen and (min-width: 768px) {
  .rollover-cards {
    padding: 119px 0 124px;
  }
  .rollover-cards .container {
    padding: 0 24px;
  }
  .rollover-cards .grid-row {
    margin: 0 -12px;
  }
  .rollover-cards .grid-row > div {
    margin-bottom: 24px;
  }
  .rollover-cards .grid-col {
    padding: 0 12px;
    width: 50%;
  }

  .rollover-card__overlay h3 {
    background-size: 38px 4px;
  }

  h2.rollover-cards__headline {
    margin-bottom: 33px;
  }

  .rollover-card__content a, .rollover-card__content a:link, .rollover-card__content a:visited, .rollover-card__content a:not([href]) {
    font-size: 20px;
  }
  .rollover-card__content p {
    background-size: 38px 4px;
  }
}
@media only screen and (min-width: 992px) {
  .rollover-cards .grid-col {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .rollover-cards .container {
    max-width: 1200px;
  }
}
.footer-v2 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  padding: 3rem 1.25rem;
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  color: #6f6c90;
}

.footer-v2__container,
.footer-v2__main,
.footer-v2__main-brand {
  display: flex;
  flex-direction: column;
}

.footer-v2__logo {
  margin-bottom: 1.875rem;
}
.footer-v2__logo img {
  width: 100%;
  max-width: 18.75rem;
}

.footer-v2__tagline {
  font-size: 1.25rem;
  margin-bottom: 3.0625rem;
  line-height: 1;
}

.footer-v2__social {
  margin-bottom: 3.25rem;
}
.footer-v2__social ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  column-gap: 2rem;
}
.footer-v2__social svg {
  width: auto;
  height: 1.875rem;
  fill: #0e2a60;
}

.footer-v2__main-links svg {
  fill: none;
  stroke: #170f49;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.0875rem;
  width: 1.041875rem;
  height: auto;
  margin-top: 0.3125rem;
}
.footer-v2__main-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-v2__main-links .footer-v2__column-header,
.footer-v2__main-links li {
  display: none;
}
.footer-v2__main-links li > * {
  display: flex;
  align-items: start;
  column-gap: 1.0625rem;
  font-size: 1.25rem;
  color: #6f6c90;
}
.footer-v2__main-links .show-mobile {
  display: block;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}

.footer-v2__legal {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.73;
  display: flex;
  flex-direction: column;
  margin-top: 1.8125rem;
}
.footer-v2__legal ul {
  list-style-type: none;
  display: flex;
  margin: 1.8125rem 0 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.footer-v2__legal li {
  border-right: 1px solid #6f6c90;
  padding: 0 0.4375rem;
}
.footer-v2__legal li:last-of-type {
  border-right: none;
}
.footer-v2__legal a:link, .footer-v2__legal a:visited {
  color: #008de6;
  font-size: 1.25rem;
  text-decoration: underline;
  line-height: 1;
}

@media only screen and (min-width: 993px) {
  .footer-v2 {
    padding: 7.5vw 6vw 2.3vw;
  }

  .footer-v2__container {
    width: 100%;
    max-width: 87.625rem;
    margin: 0 auto;
  }

  .footer-v2__main {
    flex-direction: row;
    margin-bottom: 8.3vw;
  }

  .footer-v2__main-brand {
    flex-basis: 27%;
  }

  .footer-v2__logo {
    margin-bottom: 1.5vw;
  }
  .footer-v2__logo img {
    max-width: 15vw;
  }

  .footer-v2__tagline {
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
  }

  .footer-v2__social {
    margin-bottom: 0;
  }
  .footer-v2__social ul {
    column-gap: 1.7vw;
  }
  .footer-v2__social svg {
    height: 1.1vw;
  }

  .footer-v2__main-links {
    flex-basis: 73%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.8vw;
  }
  .footer-v2__main-links svg {
    width: 1vw;
    stroke-width: 0.08vw;
    margin-top: 0.275vw;
  }
  .footer-v2__main-links svg .cls-1 {
    fill: #170f49;
    stroke: none;
  }
  .footer-v2__main-links .footer-v2__column-header,
.footer-v2__main-links li {
    display: block;
  }
  .footer-v2__main-links li {
    margin-bottom: 0.8vw;
    line-height: 1.5;
  }
  .footer-v2__main-links li > * {
    column-gap: 0.5vw;
    font-size: 1.1vw;
  }
  .footer-v2__main-links a:link, .footer-v2__main-links a:visited {
    text-decoration: none;
  }
  .footer-v2__main-links a:hover, .footer-v2__main-links a:active {
    text-decoration: underline;
  }
  .footer-v2__main-links .show-mobile {
    margin-bottom: 1.2vw;
  }

  .footer-v2__column-header {
    font-family: "OpenSansBold", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    color: #170f49;
    margin-bottom: 2vw;
  }

  .footer-v2__legal {
    text-align: left;
    font-size: 1.1vw;
    line-height: 1;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1.6vw;
    border-top: 1px solid #d9dbe9;
    justify-content: space-between;
  }
  .footer-v2__legal ul {
    margin: 0;
    width: auto;
    justify-content: left;
  }
  .footer-v2__legal li {
    border-right: 1px solid #6f6c90;
    padding: 0 0.4vw;
  }
  .footer-v2__legal a:link, .footer-v2__legal a:visited {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-v2 {
    padding: 7.5rem 0 2.375rem;
  }

  .footer-v2__main {
    margin-bottom: 8.375rem;
  }

  .footer-v2__logo {
    margin-bottom: 2.375rem;
  }
  .footer-v2__logo img {
    max-width: 15.4375rem;
  }

  .footer-v2__tagline {
    font-size: 1.125rem;
    margin-bottom: 2.375rem;
  }

  .footer-v2__social ul {
    column-gap: 1.375rem;
  }
  .footer-v2__social svg {
    height: 1.125rem;
  }

  .footer-v2__main-links {
    column-gap: 1.8125rem;
  }
  .footer-v2__main-links svg {
    width: 1.0625rem;
    stroke-width: 0.0875rem;
    margin-top: 0.3125rem;
  }
  .footer-v2__main-links li {
    margin-bottom: 0.8125rem;
  }
  .footer-v2__main-links li > * {
    column-gap: 0.75rem;
    font-size: 1.125rem;
  }
  .footer-v2__main-links .show-mobile {
    margin-bottom: 1.375rem;
  }

  .footer-v2__column-header {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .footer-v2__legal {
    font-size: 1.125rem;
    padding-top: 1.5rem;
  }
  .footer-v2__legal li {
    padding: 0 0.4375rem;
  }
  .footer-v2__legal a:link, .footer-v2__legal a:visited {
    font-size: 1.125rem;
  }
}
/* SynTec Buttons */
.btn,
a.btn,
a.btn:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-family: "Open sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.9375rem 1.9375rem;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  transition: all 0.15s ease-in-out;
}

.btn:hover {
  text-decoration: none;
}

.btn.icon-left {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .btn {
    display: flex;
    width: 100%;
  }
}
/* Primary Button */
.btn-primary,
a.btn-primary,
a.btn-primary:visited {
  color: #fff;
  background-color: #2555aa;
  border-color: #2555aa;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #1c3387;
  border-color: #1c3387;
  box-shadow: none;
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0e2a60;
  border-color: #0e2a60;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #c0d3db;
  background-color: #fafcff;
  border-color: #fafcff;
  cursor: default;
}

/* Secondary Button */
.btn-secondary,
a.btn-secondary,
a.btn-secondary:visited {
  color: #2555aa;
  background-color: #fff;
  border-color: #2555aa;
}

.btn-secondary:hover {
  color: #2555aa;
  background-color: #fafcff;
  border-color: #2555aa;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #2555aa;
  background-color: #fafcff;
  border-color: #33b6ff;
  box-shadow: none;
}

.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #2555aa;
  background-color: #fafcff;
  border-color: #fafcff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #c0d3db;
  background-color: #fafcff;
  border-color: #fafcff;
  cursor: default;
}

/* Tertiary Button */
.btn-tertiary,
a.btn-tertiary,
a.btn-tertiary:visited {
  color: #2555aa;
  background-color: #fff;
  border-color: #fff;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active:focus {
  color: #2555aa;
  background-color: #fafcff;
  border-color: #fafcff;
  box-shadow: none;
}

.btn-tertiary:disabled,
.btn-tertiary.disabled {
  color: #c0d3db;
  background-color: #fafcff;
  border-color: #fafcff;
  cursor: default;
}

/* Delete Button */
.btn-delete {
  color: #fff;
  background-color: #f12a37;
  border-color: #f12a37;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 40px;
}

.btn-delete:hover {
  background-color: #bf212b;
  border-color: #bf212b;
}

/* Cancel Button */
.btn-cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 40px;
}

.btn-cancel:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

/* Outline Button */
.btn-outline,
a.btn-outline {
  font-size: 16px;
  color: #008de6;
  border: 2px solid #008de6;
  padding: 9px 40px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.btn-outline:hover,
a.btn-outline:hover {
  border-color: #1c3387;
  background-color: #1c3387;
  color: #fff;
}

.btn-outline.black,
a.btn-outline.black {
  color: #3c3c3c;
  border-color: #3c3c3c;
  background-color: #fff;
}

/* Footer Button */
.btn-footer:hover {
  background-color: #008ce6;
  border-color: #008ce6;
  text-decoration: underline;
}

/* Share Button */
.share-btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #008ce6;
  font-size: 16px;
  transition: all ease-in-out 0.15s;
}

.share-btn:hover,
.share-btn:focus {
  cursor: pointer;
  outline: none;
  color: #00458c;
}

/* Old Left Icon Button */
.btn-icon-l {
  margin-right: 10px;
}

/* Button Overlay */
.btn-overlay {
  position: fixed;
  bottom: 47px;
  right: 40px;
  background-color: #002b64;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 16px 24px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999;
}

/* Button Link */
.btn-link,
a.btn-link {
  font-weight: 400;
  color: #008ce6;
  background-color: transparent;
  border: none;
}

.btn-link:hover,
a.btn-link:hover {
  color: #0056b3;
  text-decoration: underline !important;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.btn-link:focus, .btn-link.focus,
a.btn-link:focus, a.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.btn-link:disabled, .btn-link.disabled,
a.btn-link:disabled, a.btn-link.disabled {
  color: #6c757d;
}

.btn-link--red,
.btn-link--red:hover,
a.btn-link--red,
a.btn-link--red:hover {
  color: #cd4d47 !important;
}

/* Not sure what these are for */
.bg-primary {
  background-color: #008ce6 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #00458c !important;
}

.bg-secondary {
  background-color: #00458c !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #008ce6 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* Secondary CTA Buttons */
.btn-secondarycta {
  color: #008ce6;
  font-weight: 600;
  font-style: light;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  border: none;
  line-height: 1;
  padding: 0;
}
.btn-secondarycta i {
  padding-left: 5px;
  color: #002b64;
}
.btn-secondarycta:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Close Buttons */
.close {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  color: #80889e;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.close:hover:not(:disabled) {
  color: #000;
  background-color: #eeeeef;
}

.close:focus,
.close:focus-visible {
  outline: none;
}

.close:disabled {
  cursor: default;
}

/* Project Identity Buttons */
.btn-id {
  border-radius: 0.5rem;
  border: none;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 0.78125rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  column-gap: 4px;
}
.btn-id:hover {
  cursor: pointer;
}
.btn-id:focus {
  outline: none;
}

/* Small icon-only buttons */
.btn-sm-icon {
  font-size: 1rem;
  width: 2.75rem;
  height: 2.5rem;
}

/* Button colors */
.btn-cblue {
  background-color: #2555aa;
  color: white;
}
.btn-cblue:hover {
  background-color: #0e2a60;
}

.btn-ltgray {
  background-color: #f6f6f6;
  color: #515151;
}
.btn-ltgray:hover {
  background-color: #e2e6ea;
}

.btn-transparent {
  background-color: transparent;
}

/* Favorites Button */
.fav-btn {
  background-color: #fff;
  border: 1px solid #4e4e4e;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.fav-btn .zmdi-favorite {
  font-size: 0.875rem;
  color: #ea2b2b;
  transition: color 0.2s ease;
  margin: 0;
}
.fav-btn .zmdi-favorite-outline {
  font-size: 0.875rem;
  color: #4e4e4e;
  transition: color 0.2s ease;
  margin: 0;
}
.fav-btn:hover .zmdi-favorite-outline {
  color: #ea2b2b;
}

.favorite .fav-btn {
  opacity: 1 !important;
}
.favorite .fav-btn .zmdi-favorite {
  color: #ea2b2b;
}

.search2__upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.875rem 0.9375rem 0.4375rem;
}

.category-search {
  width: 100%;
  display: flex;
  align-items: center;
}

#category-search-back {
  width: 0;
  transition: width 0.25s ease;
  overflow: hidden;
}
#category-search-back.show {
  width: 1.4375rem;
  transition: width 0.25s ease;
}
#category-search-back button {
  border: none;
  background-color: transparent;
  font-size: 1.25rem;
  padding: 0.0625rem 0.5rem 0.0625rem 0;
  outline: none;
}

.category-search-left {
  display: none;
}

.category-search-scope {
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  border: 1px solid #949494;
  border-radius: 0.25rem 0 0 0.25rem;
  height: 2.1875rem;
  min-width: 5.4375rem;
  padding: 0 1.125rem;
}

.category-search-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.1875rem;
  font-size: 0.875rem;
  width: 100%;
  line-height: 1;
  color: #1e1e1e;
  outline: 0;
  opacity: 0;
}

.category-search-facade {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  line-height: 1;
  align-items: center;
}
.category-search-facade i {
  margin-left: 0.3125rem;
  line-height: 1;
}

.category-search-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 1.1875rem;
  line-height: 1.5;
  font-size: 0.875rem;
}

.category-search-middle {
  flex-grow: 1;
  position: relative;
}

#category-search-input-wrap {
  border: 1px solid #717171;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  padding: 0 0.875rem;
  font-size: 0.875rem;
  width: 100%;
}
#category-search-input-wrap .zmdi-search {
  margin-right: 0.5rem;
}

.category-search.active #category-search-input-wrap {
  transform: scaleX(1);
  transition: transform 0.25s ease;
}

.category-search-suggestions {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 1.625rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.3125rem 0.3125rem;
  z-index: 346;
  padding: 0;
  display: none;
}
.category-search-suggestions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-search-suggestions li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0.4375rem 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.category-search-suggestions li:first-of-type {
  padding-top: 1.5625rem;
}
.category-search-suggestions li:last-of-type {
  padding-bottom: 1.5625rem;
}
.category-search-suggestions li span {
  font-weight: 400;
}

.category-search-input {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  z-index: 350;
  position: relative;
  line-height: 1.5;
  color: #4c4c4c;
}
.category-search-input:focus {
  outline: none;
}

.category-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.875rem;
  color: #a2a2a2;
  font-family: Helvetica, Arial, sans-serif;
}

.category-search-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.875rem;
  color: #a2a2a2;
  font-family: Helvetica, Arial, sans-serif;
}

.category-search-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.875rem;
  color: #a2a2a2;
  font-family: Helvetica, Arial, sans-serif;
}

.category-search-input::placeholder {
  font-size: 0.875rem;
  color: #a2a2a2;
  font-family: Helvetica, Arial, sans-serif;
}

.category-search-right {
  display: none;
}
.category-search-right .btn-primary {
  height: 100%;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 1.25rem;
}

.search-filter-btn {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0.875rem;
}
.search-filter-btn .pill-btn {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 1rem;
  display: flex;
  gap: 0 0.5rem;
  align-items: center;
  padding: 0.5rem 1.0625rem;
  cursor: pointer;
}
.search-filter-btn .pill-btn:focus {
  outline: none;
}
.search-filter-btn .pill-btn span {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
  color: #000 !important;
}
.search-filter-btn .pill-btn img {
  display: block;
  height: 0.875rem;
  width: auto;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .search-filter-btn .pill-btn img {
    margin-left: 0.5rem;
  }
}
.search2__tab-tools {
  display: flex;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  align-items: center;
  padding: 0 1.1875rem 0 0.5625rem;
}
.search2__tab-tools::-webkit-scrollbar {
  display: none;
}
.search2__tab-tools .nav {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.search2__tab-tools .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1;
  padding: 0 0.625rem;
}
.search2__tab-tools .nav-tabs .nav-item {
  margin-bottom: 0;
  line-height: 1;
  padding: 0 0.625rem;
}
.search2__tab-tools .nav-tabs .nav-link {
  white-space: nowrap;
  border: none;
  border-radius: 0;
  color: #343434;
  font-weight: 700;
  line-height: 1.78;
  font-size: 0.875rem;
  padding: 0.625rem 0;
}
.search2__tab-tools .nav-tabs .nav-link:after {
  content: "";
  display: block;
  background-color: transparent;
  height: 0.125rem;
  width: 100%;
  border-radius: 0.0625rem;
}
.search2__tab-tools .nav-tabs .nav-link:focus {
  text-decoration: none;
}
.search2__tab-tools .nav-tabs .nav-link.active {
  color: #008de6;
}
.search2__tab-tools .nav-tabs .nav-link.active:after {
  background-color: #008de6;
}

.search2__view-sort {
  display: flex;
  gap: 0 1.25rem;
  margin-left: 1.25rem;
}
.search2__view-sort div {
  line-height: 1;
}
.search2__view-sort svg {
  height: 1.1875rem;
  width: auto;
  fill: #383838;
}

#search2-view-mode {
  display: flex;
  gap: 0 1.25rem;
}

#search-sort-by {
  display: none;
}

.search2__tabs-column.full-view #search2-view-mode .full-view svg {
  fill: #008de6;
}

.search2__tabs-column.compact-view #search2-view-mode .compact-view svg {
  fill: #008de6;
}
.search2__tabs-column.compact-view .search2__results .result .thumbnail {
  display: none;
}
.search2__tabs-column.compact-view .search2__results .result .text .desc {
  display: none;
}

.search2__filters-column {
  display: none;
}
.search2__filters-column.show {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9998;
  padding-bottom: 5rem;
}
.search2__filters-column .header-mobile {
  padding: 1.125rem 1.1875rem 2.625rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0d0d0d;
  background-color: #fff;
}
.search2__filters-column .header-desktop {
  display: none;
}
.search2__filters-column .footer-mobile {
  display: flex;
  padding: 0.9375rem;
  border-top: 1px solid #e1e1e1;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  row-gap: 0;
  -webkit-row-gap: 0;
  column-gap: 0.9375rem;
  -webkit-column-gap: 0.9375rem;
}
.search2__filters-column .footer-mobile button {
  flex: 1 1 50%;
  font-weight: 700;
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}
.search2__filters-column .footer-mobile .btn-outline {
  font-weight: 700;
  border-radius: 0.25rem;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .search2__filters-column .footer-mobile button:not(:last-child) {
    margin-right: 0.9375rem;
  }
}
.search2__filters {
  position: relative;
  flex-grow: 1;
  overflow-y: auto;
  background-color: #fff;
  height: auto;
  height: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
.search2__filters .group-header {
  display: none;
}
.search2__filters #search-filters-root.menu {
  padding: 0;
}
.search2__filters #search-filters-root.menu li {
  padding-bottom: 0;
}
.search2__filters #search-filters-root.menu a:link,
.search2__filters #search-filters-root.menu a:visited {
  font-weight: 700;
  color: #3c3c3c;
  font-size: 1.125rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 1;
  padding: 1.3125rem 1.1875rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.search2__filters #search-filters-root.menu a:after {
  content: "\f301";
  font-family: Material-Design-Iconic-Font;
}
.search2__filters #search-filters-root.menu a:hover,
.search2__filters #search-filters-root.menu a:focus {
  text-decoration: none;
}
.search2__filters .menu {
  width: 100%;
  height: 100%;
  max-height: inherit;
  background-color: #fff;
  padding: 0 1.1875rem;
  z-index: 1000;
  display: none;
}
.search2__filters .menu.show-m {
  display: block;
}
.search2__filters .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
.search2__filters .menu li {
  line-height: 1.2;
  padding-bottom: 1.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search2__filters .menu li .zmdi {
  color: #3c3c3c;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  font-weight: 700;
}
.search2__filters .menu input {
  display: none;
}
.search2__filters .menu label {
  display: flex;
  cursor: pointer;
  flex-grow: 0;
  margin-bottom: 0;
  line-height: 1.11;
  font-size: 1.25rem;
}
.search2__filters .menu label:before {
  font-family: Material-Design-Iconic-Font;
  content: "\f279";
  color: #585858;
  font-size: 1.25rem;
  font-weight: 400;
  margin-right: 0.9375rem;
}
.search2__filters .menu input:checked + label:before {
  content: "\f26a";
  color: #008de6;
}
.search2__filters .inner-header {
  font-weight: 700;
  color: #3c3c3c;
  font-size: 1.125rem;
  padding: 1.3125rem 0;
}
.search2__filters .inner-header .menu-link {
  margin-right: 0.9375rem;
}
.search2__filters .inner-header .menu-link .zmdi {
  font-weight: 700;
  color: #3c3c3c;
}
.search2__filters .inner-header .d {
  display: none;
}

.search2__results {
  padding-bottom: 2.3125rem;
}
.search2__results .tab-pane > div {
  border-bottom: 1px solid #e1e1e1;
}
.search2__results .tab-pane > div:last-of-type {
  border-bottom: none;
}
.search2__results .tab-pane > div.no-results {
  border-bottom: none;
}
.search2__results .result {
  padding: 1rem 0.9375rem;
  display: flex;
  align-items: center;
}
.search2__results .result .form-check {
  margin-bottom: 0;
  padding-right: 1.375rem;
}
.search2__results .result .form-check label {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1;
}
.search2__results .result .form-check label:before {
  font-family: Material-Design-Iconic-Font;
  content: "\f279";
  color: #585858;
  font-size: 1.25rem;
  font-weight: 400;
}
.search2__results .result .form-check input {
  display: none;
}
.search2__results .result .form-check input:checked + label:before {
  content: "\f26a";
  color: #008de6;
}
.search2__results .result .thumbnail {
  padding: 0 1.125rem 0 0;
  align-self: flex-start;
}
.search2__results .result .thumbnail a {
  position: relative;
  display: block;
}
.search2__results .result .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.49);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search2__results .result .thumbnail .zmdi {
  font-size: 2.125rem;
  color: #fff;
}
.search2__results .result .thumbnail a:hover .overlay {
  opacity: 1;
}
.search2__results .result .text {
  height: 100%;
  line-height: 1;
  font-size: 0.875rem;
}
.search2__results .result .text .title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
}
.search2__results .result .text .title a:link, .search2__results .result .text .title a:visited {
  color: #008de6;
  line-height: 1.14;
}
.search2__results .result .text .title a:link em, .search2__results .result .text .title a:visited em {
  font-weight: 700;
  font-style: normal;
}
.search2__results .result .text .title a:hover, .search2__results .result .text .title a:active {
  text-decoration: underline;
}
.search2__results .result .text .title button {
  display: none;
}
.search2__results .result .text .share-icon-btn {
  margin-left: 0.75rem;
  line-height: 1.14;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search2__results .result .text .share-icon-btn:focus {
  outline: none;
}
.search2__results .result .text .share-icon-btn img {
  width: 0.6875rem;
}
.search2__results .result .text .desc {
  color: #343434;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search2__results .result .text .desc em {
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.search2__results .result .text .tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.75rem;
  display: flex;
  color: #878787;
}
.search2__results .result .text .tags li {
  padding: 0 0.5rem;
  border-right: 1px solid #878787;
}
.search2__results .result .text .tags li:first-of-type {
  padding-left: 0;
}
.search2__results .result .text .tags li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.search2__results .result .download {
  display: none;
}
.search2__results .result.doc .thumbnail img,
.search2__results .result.det .thumbnail img {
  width: 3.8125rem;
  height: 5.8125rem;
}
.search2__results .result.vid .thumbnail img {
  width: 6.125rem;
  height: auto;
}
.search2__results #all-results .result.web {
  padding-left: 3.25rem;
}
.search2__results #all-results .result.web .desc {
  word-break: break-all;
}
.search2__results .no-results {
  padding: 0.9375rem 0.9375rem 4.75rem;
  margin-bottom: 1.125rem;
}
.search2__results .no-results h2 {
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.search2__results .no-results p {
  font-size: 0.9375rem;
  margin-bottom: 0;
  line-height: 1.25;
}
.search2__results .popular-search-items h3 {
  padding-left: 3.25rem;
}
.search2__results .popular-search-items .result {
  border-bottom: 1px solid #e1e1e1;
}
.search2__results .popular-search-items > div:last-of-type {
  border-bottom: none;
}

.search2__results-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1.5625rem 0 0;
  padding: 0 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1;
  color: #343434;
}
.search2__results-footer .pagination {
  order: 2;
  width: 100%;
  justify-self: center;
  margin: 1.5625rem auto 0;
}
.search2__results-footer .displaying-of {
  order: 0;
}
.search2__results-footer .per-page-selector {
  order: 1;
  display: flex;
  align-items: center;
}
.search2__results-footer .per-page-selector label {
  margin: 0 0.3125rem 0 0;
}
.search2__results-footer .per-page-selector .custom-select {
  background-position: calc(100% - 0.375rem) 50%;
}
.search2__results-footer .per-page-selector .custom-select select {
  padding: 0.375rem 1.25rem 0.25rem 0.375rem;
  font-size: 0.875rem;
}
.search2__results-footer .per-page-selector .custom-select select:focus {
  outline: none;
}

.search2__filters-group .desktop {
  display: none !important;
}

.search2__filter-section-search,
#filters-clear-all,
.filters-clear-section,
#filter-tag-cloud {
  display: none;
}

#preview-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#preview-modal-overlay .preview-modal {
  width: auto;
  max-width: 90%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.6875rem 0.3125rem rgba(136, 136, 136, 0.39);
}
#preview-modal-overlay .preview-modal .close {
  position: absolute;
  inset: 0.625rem 0.8125rem auto auto;
}
#preview-modal-overlay .preview-modal img {
  width: auto;
  max-width: 100%;
}

#myDocumentsOverlay {
  display: none;
  background-color: transparent;
  z-index: 9998;
  position: fixed;
  inset: 0;
  pointer-events: none;
}
#myDocumentsOverlay.show {
  display: block;
}

#myDocumentsContainer {
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#myDocumentsContainer .my-documents-list {
  display: none;
  pointer-events: auto;
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  padding-bottom: 3.75rem;
}
#myDocumentsContainer .my-documents-list.show {
  display: flex;
}
#myDocumentsContainer .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 1.5rem 0.3125rem;
  width: 100%;
  flex-grow: 0;
}
#myDocumentsContainer .header h2 {
  flex-basis: 100%;
  font-weight: 700;
  font-size: 1.1875rem;
  color: #2b2b2b;
  line-height: 1;
  margin: 0.75rem 0 0;
}
#myDocumentsContainer .header button:focus {
  outline: none;
}
#myDocumentsContainer .selected-list {
  flex-grow: 1;
  overflow-y: scroll;
}
#myDocumentsContainer .selected-list__item {
  display: flex;
  align-items: center;
  padding: 1.375rem 1.5rem 1.375rem 1.125rem;
  border-bottom: 1px solid #b2b2b2;
  line-height: 1;
}
#myDocumentsContainer .selected-list__item > div:first-of-type {
  padding-right: 1.125rem;
  flex-grow: 0;
}
#myDocumentsContainer .selected-list__item > div:last-of-type {
  flex-grow: 1;
}
#myDocumentsContainer .selected-list__item button {
  border: none;
  background-color: transparent;
}
#myDocumentsContainer .selected-list__item button .zmdi {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #343434;
}
#myDocumentsContainer .selected-list__item button:focus {
  outline: none;
}
#myDocumentsContainer .selected-list__item a:link, #myDocumentsContainer .selected-list__item a:visited {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #008de6;
  display: inline-block;
  margin-bottom: 0.5625rem;
}
#myDocumentsContainer .selected-list__item a:hover, #myDocumentsContainer .selected-list__item a:focus {
  text-decoration: underline;
}
#myDocumentsContainer .selected-list__item .tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.75rem;
  display: flex;
  color: #878787;
}
#myDocumentsContainer .selected-list__item .tags li {
  padding: 0 0.5rem;
  border-right: 1px solid #878787;
}
#myDocumentsContainer .selected-list__item .tags li:first-of-type {
  padding-left: 0;
}
#myDocumentsContainer .selected-list__item .tags li:last-of-type {
  padding-right: 0;
  border-right: none;
}

#myDocumentsListHeader_Close {
  border: none;
  background-color: transparent;
  padding: 0.1875rem 0;
}
#myDocumentsListHeader_Close:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f2ff";
  color: #2d2d2d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

#myDocumentsListHeader_Clear {
  border: none;
  background-color: transparent;
  font-size: 0.9375rem;
  color: #6e6e6f;
  line-height: 1;
  padding: 0.1875rem 0;
}

#myDocumentsBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0.8125rem 1.25rem;
  background-color: #008de6;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.3125rem;
  pointer-events: auto;
  z-index: 201;
}
#myDocumentsBar > div:first-of-type {
  flex-grow: 1;
}
#myDocumentsBar button {
  border: none;
  background-color: transparent;
  border-radius: 0.3125rem;
  color: #fff;
  white-space: nowrap;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1;
  transition: background-color 0.25s ease-in-out;
  display: flex;
  align-items: center;
  height: 2.125rem;
}
#myDocumentsBar button:hover, #myDocumentsBar button:active, #myDocumentsBar button:focus {
  background-color: #017bc9;
  outline: none;
  cursor: pointer;
}
#myDocumentsBar button span {
  display: none;
  font-size: 0.875rem;
  line-height: 1;
}
#myDocumentsBar button .zmdi {
  font-size: 1.625rem;
}
#myDocumentsBar button img {
  width: 1.125rem;
  height: auto;
}
#myDocumentsBar #myDocumentsBtn {
  justify-self: flex-start;
}
#myDocumentsBar #myDocumentsBtn span {
  display: inline;
}

.my-docs-modal__backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 3.73rem 0;
  pointer-events: auto;
  z-index: 100;
}

.my-docs-modal {
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 3.75rem;
  border-radius: 0.75rem 0.75rem 0 0;
  box-shadow: 0 0 3.125rem 0.375rem rgba(0, 0, 0, 0.15);
  display: block;
}
.my-docs-modal.show {
  display: block;
  pointer-events: auto;
}

.my-docs-modal__header {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0.75rem 0;
}

.my-docs-modal__close {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1.125rem;
  border: none;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #80889e;
}

.my-docs-modal__close:hover:not(:disabled) {
  cursor: pointer;
  color: #000;
  background-color: #eeeeef;
}

.my-docs-modal__close:focus,
.my-docs-modal__close:focus-visible {
  outline: none;
}

.my-docs-modal__close:disabled {
  cursor: default;
}

.my-docs-modal__body {
  text-align: center;
  margin: -0.625rem 0 1.25rem;
  padding: 0 1.1875rem;
}

.my-docs-modal__icon .circle {
  background-color: #008de6;
  height: 3rem;
  width: 3rem;
  border-radius: 1.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
}
.my-docs-modal__icon svg {
  fill: #fff;
  height: 1.5rem;
  width: auto;
}
.my-docs-modal__icon .zmdi {
  font-size: 1.5rem;
  color: #fff;
}
.my-docs-modal__icon img {
  height: 1.125rem;
  width: auto;
}

.my-docs-modal.remove .my-docs-modal__icon .circle {
  background-color: #eb5757;
}

.my-docs-modal__title {
  font-size: 1.0625rem;
  color: #02113c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  letter-spacing: -0.0045625rem;
}

.my-docs-modal__message {
  font-size: 0.9375rem;
  color: #4e5876;
  line-height: 1.33;
  letter-spacing: 0.0014375rem;
  margin: 0.625rem 0;
}

.my-docs-modal__buttons {
  padding: 0 1.1875rem 1.1875rem;
}
.my-docs-modal__buttons .btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1.0625rem;
  font-weight: 700;
}
.my-docs-modal__buttons .btn-secondary {
  background-color: #0e2a60;
}
.my-docs-modal__buttons input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #bababa;
  border-radius: 0.3125rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.375rem;
  padding: 0.925rem 1.0625rem;
}
.my-docs-modal__buttons input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons input[type=text]::placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}
.my-docs-modal__buttons .custom-select {
  width: 100%;
  display: block;
  border: 1px solid #bababa;
  border-radius: 0.3125rem;
  line-height: 1;
  margin-bottom: 0.375rem;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-color: #fff;
  background-size: 0.5rem 0.625rem;
}
.my-docs-modal__buttons .custom-select select {
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.925rem 1.0625rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #9b9b9b;
}
.my-docs-modal__buttons .custom-select select:focus-visible {
  outline: none;
}
.my-docs-modal__buttons .custom-select select option:not(:checked) {
  color: #9b9b9b;
}
.my-docs-modal__buttons .share-url-box {
  border: none;
}
.my-docs-modal__buttons .share-url-box input[type=text] {
  border: 1px solid #bababa;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.my-docs-modal__buttons .share-url-box .btn {
  display: inline-block;
  width: auto;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.my-docs-modal--600 .my-docs-modal__buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.375rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
.my-docs-modal--600 .my-docs-modal__buttons .btn {
  flex-basis: 100%;
}
.my-docs-modal--600 .my-docs-modal__buttons .zmdi {
  margin-right: 0.5rem;
}

#checkboxRows {
  text-align: left;
}
#checkboxRows > div:first-of-type {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.3125rem 0 1.1875rem;
}
#checkboxRows > div:last-of-type {
  border-bottom: none;
  padding: 1.1875rem 0 1.3125rem;
}
#checkboxRows .checkbox-row-label {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #4e5876;
  width: 100%;
  line-height: 1;
  margin-bottom: 0.875rem;
}

.my-docs-modal__checkbox-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.my-docs-modal__checkbox-row > div {
  margin-right: 0.9375rem;
}
.my-docs-modal__checkbox-row .form-check-label {
  color: #008de6;
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.my-docs-modal__checkbox-row .form-check-label:before {
  padding-right: 0.25rem;
}

.my-docs-modal.download .my-docs-modal__buttons button:last-of-type {
  margin-top: 0.75rem;
}

.text-divider {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #4e5876;
}
.text-divider:before, .text-divider:after {
  content: "";
  height: 0.0625rem;
  flex-grow: 1;
  background-color: #d9d9d9;
}
.text-divider:before {
  margin-right: 1.5rem;
}
.text-divider:after {
  margin-left: 1.5rem;
}

.my-docs-modal.save .my-docs-modal__buttons {
  padding-left: 0;
  padding-right: 0;
}

.my-docs-modal.save .my-docs-modal__buttons .new-collection-form {
  padding: 0 1.1875rem 0;
}

.my-docs-modal.save .my-docs-modal__buttons .add-to-collection-form {
  padding: 0 1.1875rem;
}

@media only screen and (min-width: 993px) {
  .search2__upper {
    padding: 3.5625rem 1.25rem;
    justify-content: center;
  }
  .search2__upper .search-filter-btn {
    display: none;
  }

  .category-search {
    max-width: 43.75rem;
  }

  #category-search-back,
#category-search-back.show {
    display: none;
  }

  .category-search-left {
    display: flex;
  }

  .category-search-scope {
    height: 3.125rem;
    min-width: 4.375rem;
    padding: 0 1.375rem;
  }

  .category-search-label {
    font-size: 0.9375rem;
  }

  .category-search-dropdown {
    height: 3.125rem;
    font-size: 0.9375rem;
  }

  .category-search-middle {
    margin-right: 0.5625rem;
    height: 100%;
  }

  #category-search-input-wrap {
    border: none;
    border-radius: 0;
    display: block;
    align-items: unset;
    padding: 0;
    height: 100%;
  }
  #category-search-input-wrap .zmdi-search {
    display: none;
  }

  .category-search-input {
    padding: 0 1.375rem;
    font-size: 0.9375rem;
    border: 1px solid #949494;
    border-radius: 0 0.25rem 0.25rem 0;
    border-left: none;
    height: 100%;
  }

  .category-search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.9375rem;
    color: #c8c8c8;
  }

  .category-search-input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.9375rem;
    color: #c8c8c8;
  }

  .category-search-input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.9375rem;
    color: #c8c8c8;
  }

  .category-search-input::placeholder {
    font-size: 0.9375rem;
    color: #c8c8c8;
  }

  .category-search-right {
    display: block;
    height: 100%;
  }

  .search2__lower {
    display: flex;
    padding: 0 1.25rem;
  }

  .search2__tabs-column {
    order: 1;
    flex-grow: 1;
    width: calc(100% - 16.25rem);
  }

  .search2__tab-tools {
    padding: 0;
    overflow-x: scroll;
    display: flex;
    width: 100%;
  }
  .search2__tab-tools .nav-tabs {
    display: inline-flex;
    border-bottom: none;
  }
  .search2__tab-tools .nav-tabs .nav-item {
    padding: 0 1.5vw;
  }
  .search2__tab-tools .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .search2__tab-tools .nav-tabs .nav-link {
    font-size: 1.15vw;
    line-height: 2.3125;
  }
  .search2__tab-tools .nav-tabs .nav-link:after {
    height: 0.125rem;
    border-radius: 0.0625rem;
  }

  .search2__view-sort svg {
    height: 1.5vw;
  }

  #search2-view-mode {
    align-items: center;
  }

  #search-sort-by {
    display: flex;
    align-items: center;
    margin-left: 1.5vw;
  }
  #search-sort-by label {
    font-weight: 700;
    font-size: 1.1vw;
    white-space: nowrap;
    margin-bottom: 0;
  }
  #search-sort-by select {
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1vw;
    padding: 0.25vw;
    background-color: #fff;
  }
  #search-sort-by select:focus {
    outline: none;
  }

  .search2__filters-column,
.search2__filters-column.show {
    display: block;
    height: unset;
    overflow: auto;
    flex-direction: unset;
    flex-shrink: 0;
    flex-grow: 1;
    padding-right: 3vw;
    width: 23vw;
  }
  .search2__filters-column .header-mobile,
.search2__filters-column .footer-mobile,
.search2__filters-column.show .header-mobile,
.search2__filters-column.show .footer-mobile {
    display: none;
  }
  .search2__filters-column .header-desktop,
.search2__filters-column.show .header-desktop {
    display: flex;
    align-items: center;
    margin: 2.6875rem 0 1rem;
  }
  .search2__filters-column .header-desktop h2,
.search2__filters-column.show .header-desktop h2 {
    color: #9a9a9a;
    font-size: 0.9375rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-weight: 700;
  }

  .search2__filters {
    overflow-y: unset;
  }
  .search2__filters .group ul {
    margin-top: 1.15vw;
  }
  .search2__filters .group li {
    line-height: 1.2;
    padding-bottom: 1.75vw;
    align-items: center;
  }
  .search2__filters .group li .zmdi {
    font-weight: 500;
    margin-right: 0;
  }
  .search2__filters .group label {
    font-size: 1.25vw;
    line-height: 1.4vw;
  }
  .search2__filters .group label:before {
    font-size: 1.75vw;
    line-height: 1.4vw;
    margin-right: 1.2vw;
  }
  .search2__filters .group .menu {
    position: relative;
    height: auto;
    max-height: none;
    z-index: auto;
    transform: unset;
    display: none;
    padding: 0;
  }
  .search2__filters .group .menu.show {
    transform: unset;
  }
  .search2__filters .group .menu.show-d {
    display: block;
  }
  .search2__filters .group.searching .menu,
.search2__filters .group.searching .menu.show-d {
    display: block !important;
  }
  .search2__filters .group.searching .menu .inner-header,
.search2__filters .group.searching .menu li,
.search2__filters .group.searching .menu.show-d li,
.search2__filters .group.searching .menu li .menu-link {
    display: none;
  }
  .search2__filters .group.searching .menu.child ul {
    margin-top: 0;
  }
  .search2__filters .group-header {
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-weight: 700;
    color: #3c3c3c;
    font-size: 1.5vw;
    display: flex;
    line-height: 1;
    padding: 0.5625rem 0 0.25rem;
    margin-bottom: 0;
  }
  .search2__filters .group-header a {
    display: none;
  }
  .search2__filters .group-header button {
    border: none;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
  }
  .search2__filters .group-header button:focus {
    outline: none;
  }
  .search2__filters .group-header button .zmdi {
    font-weight: 500;
    margin-right: 0;
  }
  .search2__filters .group-header button.active .zmdi {
    color: #008de6;
  }
  .search2__filters #search-filters-root.menu {
    display: none;
  }
  .search2__filters .parent-header {
    display: none;
  }
  .search2__filters .top-level .inner-header {
    display: none;
  }
  .search2__filters .child .inner-header {
    display: flex;
    padding: 0;
    margin-top: 0.5rem;
  }
  .search2__filters .child .inner-header .menu-link .zmdi {
    font-weight: 500;
    font-size: 1.125rem;
  }
  .search2__filters .child .inner-header span {
    font-weight: 500;
    font-size: 1rem;
  }
  .search2__filters .child .inner-header .m {
    display: none;
  }
  .search2__filters .child .inner-header .d {
    display: inline;
  }

  .search2__filter-section-search {
    display: none;
    margin-top: 0.625rem;
    /*-- placeholder text for search field */
  }
  .search2__filter-section-search.show {
    display: block;
  }
  .search2__filter-section-search input[type=search] {
    padding: 0.4375rem 0.75rem;
    border: 1px solid #717171;
    display: block;
    width: 100%;
    border-radius: 0.3125rem;
    font-size: 1.25vw;
    line-height: 1;
  }
  .search2__filter-section-search input[type=search]:focus {
    outline: none;
  }
  .search2__filter-section-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.25vw;
    color: #4c4c4c;
  }
  .search2__filter-section-search input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.25vw;
    color: #4c4c4c;
  }
  .search2__filter-section-search input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.25vw;
    color: #4c4c4c;
  }
  .search2__filter-section-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1.25vw;
    color: #4c4c4c;
  }
  .search2__filter-section-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 1.25vw;
    color: #4c4c4c;
  }
  .search2__filter-section-search input::placeholder {
    font-size: 1.25vw;
    color: #4c4c4c;
  }

  #filters-clear-all,
.filters-clear-section button {
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 0.75rem;
    color: #5a5a5a;
    margin-left: 0.625rem;
    line-height: 1;
  }
  #filters-clear-all .close,
.filters-clear-section button .close {
    font-size: 1rem;
    padding: 0.125rem;
  }
  #filters-clear-all:focus,
.filters-clear-section button:focus {
    outline: none;
  }
  #filters-clear-all:hover,
.filters-clear-section button:hover {
    color: #000;
    cursor: pointer;
  }
  #filters-clear-all:hover .close,
.filters-clear-section button:hover .close {
    color: #000;
    background-color: #eeeeef;
  }

  .filters-clear-section {
    margin: 0 0 -0.625rem 0;
    padding: 0.6vw 0 1.2vw;
  }
  .filters-clear-section button {
    display: flex;
    margin-left: 0;
    padding: 0;
  }

  #filter-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.625rem;
    margin-bottom: 0.4375rem;
  }
  #filter-tag-cloud .tag {
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 0.625rem;
    line-height: 1;
    font-size: 1.2vw;
    padding: 0.125rem 0.125rem 0.125rem 0.6875rem;
  }
  #filter-tag-cloud .tag .close {
    color: #343434;
    background-color: transparent;
    opacity: 1;
    font-weight: 400;
    margin-left: 0.25rem;
    text-shadow: none;
  }
  #filter-tag-cloud .tag .close:hover {
    background-color: transparent;
  }

  .search2__results .result {
    padding: 1.25rem 0;
  }
  .search2__results .result .form-check {
    padding-right: 1.875rem;
  }
  .search2__results .result .form-check label:before {
    font-size: 1.5rem;
  }
  .search2__results .result .thumbnail {
    padding: 0 2rem 0 0;
  }
  .search2__results .result .text {
    width: 60%;
  }
  .search2__results .result .text .title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .search2__results .result .text .title button {
    display: block;
  }
  .search2__results .result .text .title .share-icon-btn {
    display: block;
  }
  .search2__results .result .text .title .share-icon-btn img {
    width: 0.8125rem;
  }
  .search2__results .result .text .desc {
    font-size: 0.9375rem;
    margin-bottom: 0.625rem;
  }
  .search2__results .result .text .tags li {
    font-size: 0.875rem;
  }
  .search2__results .result .download {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 5.125rem;
  }
  .search2__results .result .download .zmdi {
    font-size: 1.625rem;
    color: #008de6;
  }
  .search2__results .result.doc .thumbnail img,
.search2__results .result.det .thumbnail img {
    width: 4.25rem;
    height: 6.5625rem;
  }
  .search2__results .result.vid .thumbnail img {
    width: 7.25rem;
    height: auto;
  }
  .search2__results .result.web {
    padding-left: 3rem;
  }
  .search2__results #all-results .result.web {
    padding-left: 3rem;
  }
  .search2__results .no-results {
    padding-left: 3rem;
  }

  .search2__results-footer {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 3.75rem;
    margin: 3.125rem 0 0;
  }
  .search2__results-footer .pagination {
    width: auto;
    margin: 0;
  }

  #myDocumentsOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  #myDocumentsOverlay.dark {
    background-color: rgba(0, 0, 0, 0.13);
    pointer-events: auto;
  }

  #myDocumentsContainer {
    width: 66.66%;
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    overflow: hidden;
    border-radius: 0.3125rem;
    margin: 1.75rem;
    height: unset;
    min-height: 4.375rem;
  }
  #myDocumentsContainer .my-documents-list {
    max-height: calc(100vh - 3.5rem);
    flex-direction: column;
    display: none;
    height: auto;
    min-height: unset;
    padding-bottom: 4.375rem;
  }
  #myDocumentsContainer .my-documents-list.show {
    display: flex;
  }
  #myDocumentsContainer .header {
    flex-wrap: nowrap;
    padding: 0.625rem 0.9375rem;
  }
  #myDocumentsContainer .header h2 {
    display: none;
  }
  #myDocumentsContainer .selected-list {
    overflow-y: auto;
    flex-grow: 1;
  }
  #myDocumentsContainer .selected-list::-webkit-scrollbar {
    width: 0.3125rem;
  }
  #myDocumentsContainer .selected-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  #myDocumentsContainer .selected-list::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    outline: none;
  }
  #myDocumentsContainer .selected-list__item {
    padding: 1.375rem 2.1875rem;
  }
  #myDocumentsContainer .selected-list__item > div:first-of-type {
    padding-right: 2.125rem;
    flex-grow: 0;
  }
  #myDocumentsContainer .selected-list__item button .zmdi {
    font-size: 0.875rem;
  }
  #myDocumentsContainer .selected-list__item button:hover {
    cursor: pointer;
  }
  #myDocumentsContainer .selected-list__item a:link, #myDocumentsContainer .selected-list__item a:visited {
    font-size: 1.125rem;
    line-height: 1.15;
    margin-bottom: 0.4375rem;
  }
  #myDocumentsContainer .selected-list__item .tags {
    font-size: 0.875rem;
  }
  #myDocumentsContainer .selected-list__item .tags li {
    text-transform: uppercase;
  }

  #myDocumentsBar {
    width: 100%;
    padding: 0.6875rem 1.5625rem;
  }
  #myDocumentsBar button {
    font-size: 1.0625rem;
    padding: 1.5rem;
  }
  #myDocumentsBar button span {
    font-size: 1.0625rem;
    display: inline-block;
    margin-left: 0.5rem;
  }
  #myDocumentsBar button #myDocumentsBtn_Count {
    margin-left: 0;
  }
  #myDocumentsBar button .zmdi {
    font-size: 1.1875rem;
  }

  #myDocumentsListHeader_Close {
    order: 1;
    background-color: #f5f5f7;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #myDocumentsListHeader_Close:after {
    content: "\f136";
    color: #80889e;
    font-size: 0.8125rem;
  }
  #myDocumentsListHeader_Close:hover {
    background-color: #eeeeef;
    cursor: pointer;
  }
  #myDocumentsListHeader_Close:hover:after {
    color: #000;
  }

  #myDocumentsListHeader_Clear {
    order: 0;
    font-size: 0.75rem;
  }
  #myDocumentsListHeader_Clear:hover {
    cursor: pointer;
    color: #000;
  }

  .my-docs-modal__backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
  }

  .my-docs-modal {
    bottom: unset;
    width: 100%;
    max-width: 20.75rem;
    position: relative;
    box-shadow: 0 0 2.75rem 0 rgba(0, 0, 0, 0.21);
    border-radius: 0.75rem;
    z-index: 9999;
  }

  .my-docs-modal__header {
    padding: 0.8125rem 0.8125rem 0;
  }

  .my-docs-modal__close {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
  }

  .my-docs-modal__body {
    margin: 0 0 1.25rem;
    padding: 0 3.1875rem;
  }

  .my-docs-modal__icon .circle {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 1.00625rem;
    margin-bottom: 0.875rem;
  }
  .my-docs-modal__icon svg {
    height: 1.0625rem;
  }
  .my-docs-modal__icon .zmdi {
    font-size: 1.0625rem;
  }
  .my-docs-modal__icon img {
    height: 0.875rem;
  }

  .my-docs-modal__buttons {
    padding: 0 3.1875rem 2.1875rem;
  }
  .my-docs-modal__buttons:has(.share-url-box) {
    padding: 0 1.0625rem 2.1875rem;
  }

  .my-docs-modal.save .my-docs-modal__buttons .new-collection-form {
    padding: 0 3.1875rem 0;
  }

  .my-docs-modal.save .my-docs-modal__buttons .add-to-collection-form {
    padding: 0 3.1875rem;
  }

  .my-docs-modal--600 {
    max-width: 37.5rem;
  }
  .my-docs-modal--600 .my-docs-modal__body {
    margin-bottom: 0.375rem;
  }
  .my-docs-modal--600 .my-docs-modal__message {
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }
  .my-docs-modal--600 .my-docs-modal__buttons {
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 2.5rem;
    row-gap: 0;
    padding: 0.625rem 3.1875rem 3.125rem;
  }
  .my-docs-modal--600 .my-docs-modal__buttons .btn {
    flex-basis: auto;
  }

  .my-docs-modal.download .my-docs-modal__buttons button:last-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .search2__upper {
    padding: 3.5625rem 1.25rem 3.5625rem calc(5% + 24.6875rem);
    justify-content: flex-start;
  }

  .search2__lower {
    padding: 0 5%;
    gap: 0 5.4375rem;
  }

  .search2__tab-tools {
    justify-content: space-between;
    padding: 0 0 1.25rem;
  }
  .search2__tab-tools .nav-tabs {
    margin-left: 2.375rem;
  }
  .search2__tab-tools .nav-tabs .nav-item {
    padding: 0 1.25rem;
  }
  .search2__tab-tools .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .search2__tab-tools .nav-tabs .nav-link {
    font-size: 1.0625rem;
  }
  .search2__tab-tools .nav-tabs .nav-link:after {
    height: 0.25rem;
    border-radius: 0.125rem;
  }

  .search2__view-sort {
    margin-left: 0;
    display: inline-flex;
    gap: 5rem;
    padding: 0 1.25rem;
  }
  .search2__view-sort svg {
    height: 1.1875rem;
  }

  #search-sort-by {
    margin-left: 2rem;
  }
  #search-sort-by label {
    font-size: 1rem;
  }
  #search-sort-by select {
    font-size: 1rem;
  }

  .search2__filters-column {
    width: 16.25rem;
    max-width: 16.25rem;
    padding: 0;
  }

  .search2__filters .group-header {
    font-size: 1.125rem;
  }
  .search2__filters .group ul {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .search2__filters .group li {
    padding-bottom: 1.375rem;
  }
  .search2__filters .group label {
    font-size: 1.125rem;
    line-height: 1.68rem;
  }
  .search2__filters .group label:before {
    font-size: 1.125rem;
    line-height: 1.68rem;
    margin-right: 1.4375rem;
  }

  .search2__filter-section-search {
    /*-- placeholder text for search field */
  }
  .search2__filter-section-search input[type=search] {
    font-size: 1rem;
  }
  .search2__filter-section-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1rem;
  }
  .search2__filter-section-search input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1rem;
  }
  .search2__filter-section-search input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1rem;
  }
  .search2__filter-section-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1rem;
  }
  .search2__filter-section-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 1rem;
  }
  .search2__filter-section-search input::placeholder {
    font-size: 1rem;
  }

  .filters-clear-section {
    padding: 0.5rem 0;
  }

  #filter-tag-cloud .tag {
    font-size: 0.875rem;
  }
}
/* Search Modal Drawers */
#modalDrawerOverlay {
  background-color: rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  z-index: 9000;
  transition-property: visibility;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#modalDrawerOverlay.visible {
  visibility: visible;
}

.modal-drawer {
  width: 509px;
  max-width: 100%;
  height: 100%;
  z-index: 9050;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(509px);
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 0 26px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.modal-drawer.visible {
  transform: translate(0);
  transition: transform 0.2s ease-in-out;
}

.modal-drawer__header {
  background-color: #002b64;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 17px 30px;
  width: 100%;
}

.modal-drawer__header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
}

.modal-drawer__header .close:not(:disabled):not(.disabled):focus,
.modal-drawer__header .close:not(:disabled):not(.disabled):hover {
  color: #fff;
  opacity: 1;
}

.modal-drawer__body {
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: hidden;
}

#modalDrawerExportOptions {
  padding: 0 20px;
}

.modal-drawer__note {
  text-align: center;
  color: #4e5876;
  font-size: 14px;
  font-weight: 500;
}

.modal-drawer__documents {
  overflow: auto;
  padding: 0 20px;
  margin: 0 14px 0 0;
  scrollbar-width: thin;
  scrollbar-color: #707070 #fff;
  -ms-scrollbar-highlight-color: #fff;
  -ms-scrollbar-face-color: #707070;
  -ms-scrollbar-arrow-color: #fff;
  -ms-scrollbar-shadow-color: #fff;
}

.modal-drawer__documents::-webkit-scrollbar {
  width: 6px;
}

.modal-drawer__documents::-webkit-scrollbar-track {
  background-color: #fff;
}

.modal-drawer__documents::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.modal-drawer__document {
  display: flex;
  padding: 17px 0;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.modal-drawer__document-details {
  flex-grow: 1;
}

.modal-drawer__document-title {
  flex-basis: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #1390e7;
  line-height: 1.3;
  margin-bottom: 8px;
}

.modal-drawer__document-tag {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  color: #c8c8c8;
  line-height: 1;
  align-self: flex-end;
  margin-top: auto;
}

.modal-drawer__document-actions {
  align-self: center;
}

.modal-drawer__document-actions .remove-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
}

.modal-drawer__document-actions .remove-btn:hover {
  cursor: pointer;
}

.modal-drawer__document-actions .remove-btn img {
  width: 18px;
  height: 18px;
}

.modal-drawer__footer {
  padding: 30px 30px 23px 30px;
  text-align: center;
}

.modal-drawer__footer > div:first-of-type {
  margin-bottom: 7px;
}

.modal-drawer__footer a:link,
.modal-drawer__footer a:visited {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}

.modal-drawer__footer a.btn:link,
.modal-drawer__footer a.btn:visited {
  color: #fff;
}

/*-- Export sub-screens */
.modal-drawer__export {
  display: none;
  padding: 1.25rem 1.25rem 0;
}

.modal-drawer__note.export-options__back,
.modal-drawer__note.export-options__subscreen-back {
  text-align: left;
  padding-bottom: 1rem;
  padding-top: 0;
}

.modal-drawer__note.export-options__back a:link,
.modal-drawer__note.export-options__back a:visited,
.modal-drawer__note.export-options__subscreen-back a:link,
.modal-drawer__note.export-options__subscreen-back a:visited {
  color: #afafaf;
  font-size: 16px;
  font-weight: 500;
}

.modal-drawer__export-title {
  line-height: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #494949;
  margin-bottom: 1.3125rem;
}

.modal-drawer__export-subtitle {
  font-weight: 700;
  font-size: 1.5rem;
  color: #02113c;
  margin-bottom: 0.3125rem;
}

.modal-drawer__export-desc {
  font-size: 0.9375rem;
  color: #4e5876;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.modal-drawer__export .checkboxRows > div:first-of-type {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.3125rem 0 1.1875rem;
}
.modal-drawer__export .checkboxRows > div:last-of-type {
  border-bottom: none;
  padding: 1.1875rem 0 1.3125rem;
}
.modal-drawer__export .checkboxRows .checkbox-row-label {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #4e5876;
  width: 100%;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.modal-drawer__export .checkboxRows .checkbox-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal-drawer__export .checkboxRows .checkbox-row > div {
  margin-right: 0.9375rem;
}
.modal-drawer__export .checkboxRows .checkbox-row .form-check-label {
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  color: #008de6;
}
.modal-drawer__export .checkboxRows .checkbox-row .form-check-label:before {
  padding-right: 0.25rem;
}

.modal-drawer__export-buttons {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  margin-top: 1.3125rem;
}
.modal-drawer__export-buttons button {
  flex-grow: 1;
}
.modal-drawer__export-buttons .btn-secondary {
  background-color: #0e2a60;
}

.export-options {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.export-options > li {
  margin-bottom: 5px;
}

.export-option__link {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 22px 34px;
}

.export-option__link:hover {
  cursor: pointer;
  background-color: #fafafa;
  text-decoration: none;
}

.export-option__icon {
  width: 25px;
  margin-right: 34px;
}

.export-option__icon svg {
  fill: #4fa2e9;
  max-height: 30px;
}

.export-option__link-title {
  font-weight: 500;
  font-size: 18px;
  color: #494949;
  line-height: 1.2;
  margin-bottom: 5px;
}

.export-option__link-description {
  font-weight: 500;
  font-size: 14px;
  color: #9fa1a4;
  line-height: 1.2;
}

.export-confirmation__body {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #9fa1a4;
}

.export-confirmation__body > div {
  margin-bottom: 20px;
}

.export-confirmation__body > div:last-of-type {
  margin-bottom: 0;
}

.export-confirmation__icon {
  margin: 20px 0 30px 0;
}

.export-confirmation__icon svg {
  fill: #4fa2e9;
  width: 53px;
  max-height: 64px;
}

.export-confirmation__form {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

.export-confirmation__form:last-of-type {
  border-bottom: none;
}

.export-confirmation__form > div {
  margin-bottom: 10px;
}

.export-confirmation__form > div:last-of-type {
  margin-bottom: 0;
}

.export-confirmation__form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #7d7d7d;
}

.export-confirmation__form .share-url-label {
  text-align: center;
  border-color: #acacac;
}

.export-confirmation__form .floatLbl {
  border-radius: 0;
  border-color: #acacac;
}

.export-confirmation__form .form-control {
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.export-confirmation__form .custom-select {
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border-color: #acacac;
}

.export-options__footer-links {
  text-align: center;
  line-height: 1;
}

.export-options__footer-links > div {
  margin-bottom: 6px;
}

.export-options__footer-links a:link,
.export-options__footer-links a:visited {
  color: #4fa2e9;
  font-weight: 500;
  line-height: 1.2;
}

.modal-drawer-bottom {
  width: 100%;
  z-index: 9049;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: none;
  transition-property: display;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.modal-drawer-bottom.visible {
  display: block;
}

#mobile-sort-options {
  list-style-type: none;
  margin: 0;
  padding: 0 17px;
}

#mobile-sort-options li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

#mobile-sort-options li:last-of-type {
  border-bottom: none;
}

#mobile-sort-options li a {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #454545;
  padding: 12px;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#mobile-sort-options li a:hover {
  text-decoration: none;
}

#mobile-sort-options li a.active {
  color: #008ce6;
}

#mobileSortDrawer button {
  display: block;
  width: 100%;
  border: none;
  font-size: 20px;
  padding: 19px;
  line-height: 1;
}

@media only screen and (max-width: 509px) {
  .modal-drawer__export-buttons {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0.375rem;
  }
  .modal-drawer__export-buttons button {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .export-option__icon {
    max-width: 100%;
  }

  .export-option__icon--zip,
.export-option__icon--pdf,
.export-option__icon--share,
.export-option__icon--collection {
    background-size: 100% auto;
  }
}
/* Failed Download Modal */
.failed-modal {
  z-index: 9055;
}

.failed-modal .modal-content {
  border-radius: 0;
  box-shadow: 0 3px 15px rgba(121, 121, 121, 0.16);
}

.failed-modal .modal-body {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 28px;
}

.failed-modal .modal-body .zmdi {
  font-size: 73px;
  color: #e80606;
}

.failed-modal .modal-headline {
  font-size: 34px;
  color: #505050;
  line-height: 1.05;
  margin: 9px 0 15px;
}

.failed-modal p {
  line-height: 1.2;
}

.failed-modal ul {
  margin: 0 0 35px;
  padding: 0;
  text-align: left;
}

.failed-modal ul li {
  line-height: 1.2;
  font-size: 14px;
  color: #969696;
  margin-bottom: 7px;
}

.failed-modal .btn-primary {
  font-size: 14px;
  padding: 6px 40px;
}

.failed-modal .modal-body > div:last-of-type {
  margin-top: 8px;
}

.failed-modal a {
  font-size: 14px;
}

.export-loading .modal {
  z-index: 9999 !important;
}

.content-viewer {
  padding: 1.9375rem 1.1875rem 7.625rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 2.625rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.content-viewer__details {
  display: flex;
  flex-direction: column;
  gap: 1.65rem 0;
}
.content-viewer__details .hero__breadcrumbs-wrapper {
  margin-bottom: 0;
}
.content-viewer__details .hero__breadcrumbs a:link, .content-viewer__details .hero__breadcrumbs a:visited {
  font-size: 0.8125rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #a4a4a4;
  text-transform: uppercase;
}
.content-viewer__details h1 {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 0;
  color: #3a3a3a;
}
.content-viewer__details label, .content-viewer__details .label {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #343434;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5625rem;
}
.content-viewer__details select {
  display: block;
  width: 100%;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.625rem) center;
  background-size: 0.625rem 0.4375rem;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.0125rem;
  color: #252b42;
  padding: 1rem 1.625rem 1.125rem 1.4375rem;
  appearance: none;
  -webkit-appearance: none;
}
.content-viewer__details select:focus {
  outline: none;
}

.content-viewer__description {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #343434;
  line-height: 1.77;
  margin-bottom: 0;
}

.content-viewer__doc-links-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.content-viewer__doc-link {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 1rem 0 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.content-viewer__doc-link:hover {
  text-decoration: none;
}
.content-viewer__doc-link span {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.0125rem;
  color: #252b42;
}
.content-viewer__doc-link .zmdi {
  color: #252b42;
  font-size: 0.875rem;
}

.content-viewer__pdfjs {
  aspect-ratio: 2/3;
  background-color: #343434;
}

@media only screen and (min-width: 993px) {
  .content-viewer {
    grid-template-columns: 60% 40%;
    gap: 0;
    padding: 0 0 6.875rem;
  }

  .content-viewer__details {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 2.1875rem 3vw;
    gap: 1.75rem 0;
  }
  .content-viewer__details .hero__breadcrumbs-wrapper {
    margin-bottom: 1.125rem;
  }
  .content-viewer__details h1 {
    font-size: 1.6875rem;
    line-height: 1.33;
  }
  .content-viewer__details select {
    max-width: 20.25rem;
  }

  .content-viewer__description {
    font-size: 1rem;
    line-height: 1.8;
  }

  .content-viewer__doc-links-group {
    grid-template-columns: repeat(3, 1fr);
  }

  .content-viewer__pdfjs {
    aspect-ratio: 305/291;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.related-content-section {
  border-top: 1px solid #e8e8e8;
  padding: 3.5rem 0;
  background-color: #fff;
}
.related-content-section h2 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.65;
  margin-bottom: 1.375rem;
  letter-spacing: 0.0125rem;
}

.related-content-slider .swiper {
  padding-left: 10vw;
}
.related-content-slider .swiper-wrapper {
  padding-bottom: 3.3125rem;
}
.related-content-slider .swiper-slide {
  width: 14.75rem;
  padding-top: 1.25rem;
  margin-right: 4.25rem;
}
.related-content-slider .swiper-slide__thumb {
  aspect-ratio: 1/1.3;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.125rem;
}
.related-content-slider .swiper-slide__thumb img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.related-content-slider .swiper-slide__link {
  line-height: 1;
  font-size: 0.8125rem;
}
.related-content-slider .swiper-slide__link a:link, .related-content-slider .swiper-slide__link a:visited {
  color: #373737;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
}
.related-content-slider .swiper-slide__title {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #000;
  margin-bottom: 0.8125rem;
  font-family: "Open sans", sans-serif;
}

.related-content__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: auto;
  padding-right: 0.8125rem;
  column-gap: 0.25rem;
}
.related-content__nav .swiper-button-prev,
.related-content__nav .swiper-button-next {
  position: relative;
  inset: unset;
  margin: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  transition: background-color 0.15s ease-in-out;
}
.related-content__nav .swiper-button-prev:after,
.related-content__nav .swiper-button-next:after {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #414141;
}
.related-content__nav .swiper-button-prev:hover,
.related-content__nav .swiper-button-next:hover {
  background-color: #e6e6e6;
}
.related-content__nav .swiper-button-prev.swiper-button-disabled,
.related-content__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  .related-content-slider .swiper {
    padding-left: 18vw;
  }

  .related-content__nav {
    padding-right: 2.75rem;
  }
}
/* Profile */
.container.profile-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  flex-grow: 1;
}

/* nav column */
.profile-nav-column {
  background-image: url(../images/profile-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #0a3873;
  width: 260px;
  height: inherit;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.56px;
  padding: 40px 28px;
}

.profile-bubble {
  text-align: center;
  margin-bottom: 35px;
}

#addProfileLogoForm {
  line-height: 1;
}

#addProfileLogoFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#addProfileLogoFile + label {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 0;
}

.profile-bubble__pic {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.profile-bubble__name {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 46px;
  color: #fbfbfb;
}

.profile-nav .nav-tabs {
  border-bottom: none;
}

.profile-nav .nav-tabs li {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

.profile-nav .nav-tabs li a {
  display: flex;
  width: 100%;
  border: none;
  padding: 0;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
  align-items: center;
}

.profile-nav .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #008ce6;
}

.profile-nav .nav-tabs li a > div {
  width: 20px;
  text-align: center;
  margin-right: 12px;
}

.profile-nav .nav-tabs li a svg {
  height: 18px;
  fill: #fff;
}

.profile-nav .nav-tabs li a.active svg {
  fill: #008ce6;
}

#logOutLi {
  display: none;
}

@media (max-width: 768px) {
  .container.profile-container {
    display: block;
  }

  .profile-nav-column {
    width: 100%;
    font-size: 12px;
    padding: 32px 20px;
    background-image: url(../images/profile-bg-mobile.jpg);
    background-position: top center;
    background-size: cover;
  }

  .profile-nav .nav-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .profile-nav .nav-tabs li {
    width: auto;
    margin: 0;
    flex-basis: 50%;
  }

  .profile-nav .nav-tabs li a {
    margin-bottom: 10px;
    padding: 6px 0;
    justify-content: center;
    line-height: 1.1;
  }

  .profile-nav .nav-tabs li a > div {
    margin-right: 4px;
  }

  .profile-nav .nav-tabs li a svg {
    height: 15px;
  }
}
/* content column */
.profile-content-column {
  background-image: linear-gradient(to right, #eff5fb, #fafcff 5.1875rem);
  flex-basis: 100%;
}

#profileTabsContent .tab-pane {
  padding: 24px 72px;
}

.profile-tab-content__row {
  padding: 20px 0 15px 0;
}

.profile-tab-content__row h1 {
  font-weight: 300;
  font-size: 20px;
  color: #043434;
  line-height: 1.2;
  margin-bottom: 0;
  display: inline-block;
}

.profile-tab-content__row h2 {
  font-weight: 700;
  font-size: 13px;
  color: #00509e;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.profile-tab-content--wide {
  width: 1009px;
  margin: 0 auto;
}

.profile-tab-content--xwide {
  width: 1094px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .profile-tab-content--wide,
.profile-tab-content--xwide {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #profileTabsContent .tab-pane {
    padding: 24px 36px;
  }
}
@media (max-width: 768px) {
  #profileTabsContent .tab-pane {
    padding: 0 5px;
  }

  .profile-tab-content__row {
    padding: 18px 0;
  }

  .profile-tab-content__row:first-of-type {
    padding: 18px 0 5px 0;
  }

  .profile-tab-content__row h1 {
    font-weight: 300;
    font-size: 20px;
    color: #043434;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* --Dashboard */
.link-boxes {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.link-box {
  margin-right: 11px;
  background-color: #fff;
  width: 100%;
}

.link-box:last-of-type {
  margin-right: 0;
}

.link-box a:link,
.link-box a:visited {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 67px 65px 79px 65px;
  color: #002b64;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3333333333;
}

.link-box a:hover {
  text-decoration: none;
}

.link-box a > div {
  display: block;
  text-align: center;
  margin-bottom: 9px;
}

.link-box a > div:last-of-type {
  margin-bottom: 0;
}

.link-box a img {
  height: 26px;
}

.dashboard-link-columns {
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding: 0 48px;
}

.dashboard-link-columns > div {
  width: 100%;
  margin-right: 40px;
}

.dashboard-link-columns > div:last-of-type {
  margin-right: 0;
}

.dashboard-link-column__header {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #00509e;
  margin-bottom: 15px;
}

.dashboard-link-column__header i {
  color: #008ce6;
  margin-left: 8px;
}

.dashboard-link-column__header i:hover {
  cursor: pointer;
}

.dashboard-link-columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

.dashboard-link-columns li {
  margin-bottom: 15px;
}

.dashboard-link-columns li a:link,
.dashboard-link-columns li a:visited {
  font-size: 16px;
  line-height: 1.3;
}

.profile-dashboard-modal .modal-dialog {
  width: auto;
  max-width: 400px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.profile-dashboard-modal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 42px 1px rgba(0, 0, 0, 0.15);
}

.profile-dashboard-modal .modal-header {
  padding: 15px 0 0 0;
  position: relative;
}

.profile-dashboard-modal .modal-title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #00509e;
  line-height: 1;
  padding-top: 15px;
}

.profile-dashboard-modal .modal-header .close {
  font-size: 20.09px;
  color: #212121;
  padding: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 17px;
}

.profile-dashboard-modal .modal-header .close:hover {
  opacity: 1;
}

.profile-dashboard-modal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #212121;
  opacity: 1;
  outline: none;
}

.profile-dashboard-modal .modal-body {
  padding: 27px 26px 27px 46px;
}

.profile-dashboard-modal .modal-body-interior {
  max-height: 236px;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #d7d7d7 #fff;
  -ms-scrollbar-highlight-color: #fff;
  -ms-scrollbar-face-color: #d7d7d7;
  -ms-scrollbar-arrow-color: #fff;
  -ms-scrollbar-shadow-color: #fff;
}

.profile-dashboard-modal .modal-body-interior::-webkit-scrollbar {
  width: 16px;
}

.profile-dashboard-modal .modal-body-interior::-webkit-scrollbar-track {
  background-color: #fff;
}

.profile-dashboard-modal .modal-body-interior::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
}

.profile-dashboard-modal .modal-body label {
  color: #404040;
  padding-left: 9px;
  line-height: 21px;
}

.profile-tab-content__row .profile-dashboard-modal .form-check {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}

.profile-tab-content__row .profile-dashboard-modal .form-check label::before {
  font-size: 24px;
  color: #404040;
  line-height: 21px;
}

.profile-tab-content__row .profile-dashboard-modal .form-check .form-check-input:checked + label:before {
  font-size: 24px;
  color: #008ce6;
}

.profile-tab-content__row .profile-dashboard-modal .form-check .form-check-input:disabled + label,
.profile-tab-content__row .profile-dashboard-modal .form-check .form-check-input:disabled + label:before {
  cursor: pointer;
  color: #ccc;
}

form-check .profile-dashboard-modal .modal-footer {
  background-color: #00509f;
  z-index: 1002;
  justify-content: space-around;
}

.profile-dashboard-modal .modal-footer .btn-link {
  color: #008ce6;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
}

@media (max-width: 992px) {
  .dashboard-link-columns {
    padding: 0 24px;
  }

  .dashboard-link-column__header {
    font-size: 12px;
  }

  .dashboard-link-columns li a:link,
.dashboard-link-columns li a:visited {
    font-size: 13px;
  }

  .link-box a:link,
.link-box a:visited {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .link-box {
    margin-right: 5px;
  }

  .link-box a > div {
    margin-bottom: 6px;
  }

  .link-box a:link,
.link-box a:visited {
    font-size: 12px;
  }

  .link-box a img {
    height: 20px;
  }

  .dashboard-link-columns {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .dashboard-link-columns > div {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dashboard-link-column__header {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .dashboard-link-columns li {
    margin-bottom: 10px;
  }
}
/* --Account Settings */
#account-settings-content {
  color: #6e6e6e;
  font-size: 16px;
}

#account-settings-content .profile-tab-content__row {
  border-bottom: 1px solid #d7d7d7;
}

#account-settings-content .profile-tab-content__row:first-of-type,
#account-settings-content .profile-tab-content__row:last-of-type {
  border-bottom: none;
}

#personal-info-edit,
.backlink-div-container {
  display: none;
}

#account-settings-content .profile-tab-content__row > div {
  margin-bottom: 7px;
}

#m-section-links {
  display: none;
}

.profile-tab-content__row .form-check label {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 26px;
}

.profile-tab-content__row .form-check.form-check-bold label {
  font-weight: 700;
  color: #474747;
}

.profile-tab-content__row .form-check label:before {
  font-family: Material-Design-Iconic-Font;
  content: "\f279";
  color: #474747;
  font-size: 20px;
  font-weight: 400;
}

.profile-tab-content__row .form-check .form-check-input {
  display: none;
}

.profile-tab-content__row .form-check .form-check-input:checked ~ label:before {
  content: "\f26a";
  color: #474747;
}

.profile-tab-content__row .form-check .form-check-input:disabled ~ label:before,
.profile-tab-content__row .form-check .form-check-input:checked:disabled ~ label:before,
.profile-tab-content__row .form-check .form-check-input:disabled ~ label {
  color: #ccc;
  cursor: default;
}

#personal-info-section .form-container {
  max-width: 558px;
  margin-left: 0;
  margin-right: 0;
}

.profile-tab-content__row a[data-toggle=popover] {
  margin-left: 4px;
  color: #0078cf;
}

.profile-tab-content__row a[data-toggle=popover]:hover {
  text-decoration: none;
  cursor: pointer;
  color: #0078cf;
}

.popover-blue.bs-popover-top .arrow::after {
  border-top-color: #0078cf;
}

.popover-blue .popover-body {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #0078cf;
  padding: 17px 21px 14px 21px;
}

#personal-info-edit {
  margin-top: 27px;
}

#preferred-notification-lang .form-control {
  line-height: 1.5;
}

#change-password-section {
  text-align: center;
}

#change-password-section a {
  font-weight: 700;
}

.modal-account h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: 300;
  color: #043434;
  margin-bottom: 30px;
}

.modal-account .modal-body button {
  margin-top: 20px;
  font-size: 14px;
}

.modal-account .modal-header {
  padding-bottom: 0;
}

.modal-account .modal-body {
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  #account-settings-content.tab-pane {
    padding: 5px 18px;
    font-size: 14px;
  }

  #m-section-links {
    display: block;
  }

  a.m-section-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #00509e;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .m-section-link img {
    width: 18px;
    height: 18px;
  }

  #personal-info-section,
#privacy-settings-section,
#email-notifications-section {
    display: none;
  }

  .backlink-div-container {
    line-height: 1;
    padding-bottom: 20px;
    display: block;
  }

  .account-settings-backlink {
    font-size: 12px;
    line-height: 1;
  }

  #personal-info-edit .form-control,
#preferred-notification-lang .form-control {
    font-size: 14px;
  }

  #personal-info-edit .custom-select {
    margin-bottom: 0;
  }
}
/* Profile Loading Overlay */
#loadingOverlay {
  background-color: rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  z-index: 9000;
  transition-property: visibility;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
}

#loadingOverlay.visible {
  visibility: visible;
}

#loadingOverlay.visible i.zmdi-refresh {
  animation: rotation 1s infinite linear;
  color: #008ce6;
  font-size: 50px;
  align-self: center;
}

/* Dashboard loading faux content */
#profile-dashboard-link-boxes .fr1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
#profile-dashboard-link-boxes .fr1 .fc1, #profile-dashboard-link-boxes .fr1 .fc2 {
  width: 5px;
  height: 120px;
  background-color: #f4f4f4;
}

.profile-dashboard-link-col .fr2 {
  display: flex;
  flex-wrap: wrap;
}
.profile-dashboard-link-col .fr2 > div {
  width: 100%;
}
.profile-dashboard-link-col .fr2 > div > div {
  background-color: #f4f4f4;
  float: right;
  clear: both;
}
.profile-dashboard-link-col .fr2 .fc1 {
  width: 100%;
  height: 36px;
}
.profile-dashboard-link-col .fr2 .fc2, .profile-dashboard-link-col .fr2 .fc6 {
  width: 30%;
  height: 6px;
}
.profile-dashboard-link-col .fr2 .fc3, .profile-dashboard-link-col .fr2 .fc5, .profile-dashboard-link-col .fr2 .fc7 {
  width: 100%;
  height: 13px;
}
.profile-dashboard-link-col .fr2 .fc4 {
  width: 20%;
  height: 6px;
}
.profile-dashboard-link-col .fr2 .fc8 {
  width: 70%;
  height: 6px;
}
.profile-dashboard-link-col .fr2 .fc9 {
  width: 100%;
  height: 20px;
}

@media only screen and (min-width: 769px) {
  #profile-dashboard-link-boxes .fr1 .fc1, #profile-dashboard-link-boxes .fr1 .fc2 {
    width: 11px;
    height: 155px;
  }

  .profile-dashboard-link-col .fr2 {
    flex-wrap: nowrap;
  }
  .profile-dashboard-link-col .fr2 .fc1 {
    height: 24px;
  }
}
@media only screen and (min-width: 993px) {
  #profile-dashboard-link-boxes .fr1 .fc1, #profile-dashboard-link-boxes .fr1 .fc2 {
    height: 241px;
  }

  .profile-dashboard-link-col .fr2 .fc1 {
    height: 19px;
  }
}
.grid--sidebar.profile {
  display: block;
}
.grid--sidebar.profile .grid--sidebarcontent {
  background-color: #fafcff;
  padding: 4.75vw 0;
}

.sidebar--popout {
  background-color: #fff;
  padding: 3.5vw;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  width: 100vw;
  overflow-x: scroll;
  scrollbar-width: none;
}
.sidebar--popout .sidebar-nav {
  font-family: Helvetica, Arial, sans-serif;
  flex-grow: 1;
  line-height: 1;
  display: flex;
  margin-top: auto;
}
.sidebar--popout .sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-end;
  line-height: inherit;
}
.sidebar--popout .sidebar-nav li {
  margin: 0 1.3vw;
  line-height: inherit;
  display: block;
}
.sidebar--popout .sidebar-nav a {
  font-weight: 700;
  font-size: 2.6vw;
  color: #797979;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 1.3vw;
  line-height: inherit;
}
.sidebar--popout .sidebar-nav svg {
  height: 3.9vw;
  margin-bottom: 2.1vw;
  fill: #000;
}
.sidebar--popout .sidebar-nav span {
  line-height: 1;
  white-space: nowrap;
}
.sidebar--popout .sidebar-nav a.active svg {
  fill: #3D8ADF;
}
.sidebar--popout .sidebar-favorites {
  display: none;
}

.userProfileInfo {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.userProfileInfo form {
  margin-top: auto;
}
.userProfileInfo .profile-name {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.userProfileInfo .profile-name span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  color: #797979;
  line-height: 1;
  display: block;
}
.userProfileInfo .profile-name span.name {
  font-size: 3.15vw;
  color: #000;
  font-family: "OpenSansBold", sans-serif;
  line-height: 1;
  margin-bottom: 2vw;
}

#profileLogoFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#profileLogoFile + label {
  display: none;
}

#sidebarPopoutToggle {
  display: none;
}

@media only screen and (min-width: 993px) {
  .grid--sidebar.profile {
    border-top: 1px solid #f4f4f4;
    display: grid;
  }
  .grid--sidebar.profile .grid--sidebarcontent {
    background-image: linear-gradient(to right, #eff5fb, #fafcff 5.1875rem);
    padding: 3.125rem 0;
    overflow: hidden;
  }

  .sidebar--popout {
    max-width: 17.5625rem;
    transition: max-width ease 250ms;
    position: relative;
    display: block;
    padding: 5.625rem 0 0 0;
    background-color: transparent;
    width: unset;
    overflow-x: unset;
  }
  .sidebar--popout .sidebar-nav {
    display: block;
  }
  .sidebar--popout .sidebar-nav ul {
    display: block;
  }
  .sidebar--popout .sidebar-nav li {
    margin: 0 0 2.875rem;
  }
  .sidebar--popout .sidebar-nav a {
    padding: 0.9375rem 2.5625rem;
    font-size: 1.125rem;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
  .sidebar--popout .sidebar-nav a:hover:not(.active), .sidebar--popout .sidebar-nav a:active:not(.active) {
    background-color: #fafcff;
    text-decoration: none;
  }
  .sidebar--popout .sidebar-nav svg {
    width: 1.3125rem;
    height: auto;
    margin-bottom: 0;
    margin-right: 1.75rem;
    display: block;
    flex-shrink: 0;
  }
  .sidebar--popout .sidebar-nav span {
    line-height: 1;
    margin-top: auto;
    transform: scaleX(1);
    transition: transform ease 150ms;
    transform-origin: 0% 0%;
  }
  .sidebar--popout .sidebar-nav a.active {
    border-color: #008de6;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 700;
    color: #3d8adf;
    position: relative;
  }
  .sidebar--popout .sidebar-nav a.active:after {
    content: "";
    display: block;
    background-color: #008de6;
    width: 0.25rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: -0.25rem;
  }
  .sidebar--popout .sidebar-favorites {
    display: block;
    border-top: 1px solid #d9d9d9;
    padding: 1.3125rem 5.25rem 0.9375rem 2.5625rem;
  }
  .sidebar--popout .sidebar-favorites a:hover, .sidebar--popout .sidebar-favorites a:active {
    text-decoration: none;
  }
  .sidebar--popout .sidebar-favorites i, .sidebar--popout .sidebar-favorites svg, .sidebar--popout .sidebar-favorites img {
    width: 1.3125rem;
    height: auto;
    display: none;
  }
  .sidebar--popout .sidebar-favorites i {
    color: #000;
    font-size: 1.3125rem !important;
  }
  .sidebar--popout .sidebar-favorites svg {
    fill: #000;
  }
  .sidebar--popout .sidebar-favorites__list-wrapper {
    font-family: "Open sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .sidebar--popout .sidebar-favorites__list-wrapper a:link, .sidebar--popout .sidebar-favorites__list-wrapper a:visited {
    display: block;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.4375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sidebar--popout .sidebar-favorites__list-wrapper a:hover, .sidebar--popout .sidebar-favorites__list-wrapper a:active {
    text-decoration: underline;
  }
  .sidebar--popout .sidebar-favorites__header {
    color: #656565;
    font-weight: 700;
    margin-bottom: 0.875rem;
  }

  .userProfileInfo {
    display: flex;
    flex-flow: row nowrap;
    padding: 0 1.375rem 4.125rem;
  }
  .userProfileInfo form {
    flex-grow: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    margin-right: 0.875rem;
  }
  .userProfileInfo .profile-name {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    transform: scaleX(1);
    transition: transform ease 150ms;
    transform-origin: 0% 0%;
  }
  .userProfileInfo .profile-name span {
    flex-basis: 100%;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 400;
    color: #c7c7c7;
  }
  .userProfileInfo .profile-name span.name {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    white-space: nowrap;
  }

  #profileLogoFile + label {
    cursor: pointer;
    display: inline-block;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 1.6875rem;
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #profileLogoFile + label img {
    width: inherit;
  }

  #sidebarPopoutToggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #f2f2f2;
    font-size: 1.125rem;
    position: absolute;
    top: 1.1875rem;
    right: -0.71875rem;
    color: #00408e;
    line-height: 1;
  }
  #sidebarPopoutToggle:hover {
    text-decoration: none;
  }
  #sidebarPopoutToggle i {
    transition: transform ease-in-out 150ms 250ms;
  }

  .sidebar--popout.collapsed {
    max-width: 6.4375rem;
  }
  .sidebar--popout.collapsed .userProfileInfo .profile-name,
.sidebar--popout.collapsed .sidebar-nav ul li a span {
    transform: scaleX(0);
  }
  .sidebar--popout.collapsed .sidebar-favorites__list-wrapper {
    display: none;
  }
  .sidebar--popout.collapsed #sidebarPopoutToggle i {
    transform: rotate(180deg);
  }
  .sidebar--popout.collapsed .sidebar-favorites {
    padding-right: 2.5625rem;
  }
  .sidebar--popout.collapsed .sidebar-favorites i, .sidebar--popout.collapsed .sidebar-favorites svg, .sidebar--popout.collapsed .sidebar-favorites img {
    display: block;
  }
}
.grid--sidebarcontent .fav-btn {
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
}

.profile-dashboard-search {
  padding: 1.25rem 4.15vw 2.5rem;
}
.profile-dashboard-search .container {
  padding: 0 4.15vw;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.profile-dashboard-search h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 4vw;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  color: #2f406f;
  line-height: 1.25;
  width: 100%;
}

.dom-search {
  position: relative;
  overflow-y: visible;
  min-height: 2.375rem;
}

.dom-search-input-wrap {
  position: absolute;
  z-index: 9000;
  width: 100%;
  border: 1px solid #6f6f6f;
  border-radius: 0.3125rem;
  background-color: #fff;
}

.dom-search-input {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.dom-search-input input {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  padding: 0.5625rem 0 0.5rem;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #262626;
}
.dom-search-input input:focus {
  outline: none;
}
.dom-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.dom-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.dom-search-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.dom-search-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.dom-search-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.dom-search-input input::placeholder {
  color: #666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.dom-search-icon {
  text-align: center;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.dom-search-icon .zmdi-search {
  font-size: 1.09375rem;
  padding: 0.203125rem 0.3515625rem;
  color: #444;
}

.dom-search-suggestions ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dom-search-suggestions li {
  padding: 0.625rem 0.5rem;
  display: flex;
  align-items: center;
}
.dom-search-suggestions li span {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #262626;
  flex-grow: 1;
}
.dom-search-suggestions li.result:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}

.dom-search-suggestions-icon {
  text-align: center;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.dom-search-suggestions-icon .zmdi-search {
  font-size: 0.8125rem;
  padding: 0.203125rem 0.3515625rem;
  color: #444;
}

[data-dom-search].hidden {
  display: none !important;
}

.dom-search-section:not(:has([data-dom-search]:not(.hidden))) {
  display: none;
}

@media only screen and (min-width: 993px) {
  .profile-dashboard-search {
    padding-left: 4.15vw;
    padding-right: 4.15vw;
  }
  .profile-dashboard-search .container {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .profile-dashboard-search h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profile-dashboard-search {
    padding: 1.375rem 5.625rem 3.625rem;
  }
  .profile-dashboard-search h1 {
    font-size: 2.25rem;
  }

  .dom-search {
    min-height: 2.5rem;
  }

  .dom-search-input-wrap {
    max-width: 37.9375rem;
  }

  .dom-search-input input {
    padding: 0.625rem 0 0.5625rem;
  }
}
.profile-lg-cta-box-grid.light .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw 2.2vw;
  padding: 0 4.15vw 4.75vw;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.profile-lg-cta-box-grid.light .container a {
  background-color: #fff;
  border: 1px solid #e7f0f6;
  height: 100%;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 4vw 5vw;
  box-shadow: 0px 0px 0.625rem 0.125rem rgba(231, 229, 214, 0.1);
  box-sizing: border-box;
}
.profile-lg-cta-box-grid.light .container a div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.profile-lg-cta-box-grid.light .container a img {
  width: auto;
  max-width: 100%;
}
.profile-lg-cta-box-grid.light .container a span {
  line-height: 1.1;
  display: block;
  max-width: 75%;
  margin: 0 auto;
  font-family: "OpenSansBold", sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  color: #13348c;
}
.profile-lg-cta-box-grid.light .container a i {
  margin-top: 1.3375vw;
  color: #13348c;
  font-size: 5.35vw;
  line-height: 1;
}
.profile-lg-cta-box-grid.light .container a:hover, .profile-lg-cta-box-grid.light .container a:active {
  box-shadow: 0px 0px 0.625rem 0.125rem rgba(37, 124, 188, 0.2);
  text-decoration: none;
}

@media only screen and (min-width: 993px) {
  .profile-lg-cta-box-grid.light .container {
    padding-bottom: 1.5rem;
  }
  .profile-lg-cta-box-grid.light .container a span {
    font-size: 1.5rem;
  }
  .profile-lg-cta-box-grid.light .container a i {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profile-lg-cta-box-grid.light .container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 1rem;
    padding: 1.5rem 5.625rem;
    margin-bottom: 0;
  }
  .profile-lg-cta-box-grid.light .container > div {
    width: 20%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .profile-lg-cta-box-grid.light .container > div.lg {
    width: 34%;
  }
  .profile-lg-cta-box-grid.light .container a {
    padding: 3.5rem 0 3rem;
    flex-grow: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0.5rem;
  }
  .profile-lg-cta-box-grid.light .container a span {
    font-size: clamp(0.875rem, 1.66vw, 1.5rem);
    max-width: 80%;
    line-height: 1.3;
    display: inline;
  }
  .profile-lg-cta-box-grid.light .container a i {
    margin-top: 0.6875rem;
  }
}
.profile-lg-cta-box-grid.dark .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw 2.1vw;
  padding: 0 4.15vw 4.75vw;
  margin: 0 0 5vw;
  width: 100%;
  max-width: 100%;
}
.profile-lg-cta-box-grid.dark .container a {
  background-color: #1c3387;
  border-radius: 0.25rem;
  height: 100%;
  display: block;
}
.profile-lg-cta-box-grid.dark .container a div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6vw 5vw;
  height: 100%;
}
.profile-lg-cta-box-grid.dark .container a img {
  width: auto;
  max-width: 9.4vw;
  align-self: flex-start;
  margin-bottom: auto;
}
.profile-lg-cta-box-grid.dark .container a span {
  font-family: "OpenSansBold", sans-serif;
  color: #fff;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8.85vw;
}
.profile-lg-cta-box-grid.dark .container a i {
  margin-top: 2vw;
  color: #fff;
  font-size: 5.35vw;
  line-height: 1;
}
.profile-lg-cta-box-grid.dark .container a:hover, .profile-lg-cta-box-grid.dark .container a:active {
  text-decoration: none;
}
.profile-lg-cta-box-grid.dark .container a:hover span, .profile-lg-cta-box-grid.dark .container a:active span {
  text-decoration: underline;
}
.profile-lg-cta-box-grid.dark .container div:nth-of-type(3n+1) a {
  background-color: #1c3387;
}
.profile-lg-cta-box-grid.dark .container div:nth-of-type(3n+2) a {
  background-color: #2555aa;
}
.profile-lg-cta-box-grid.dark .container div:nth-of-type(3n+3) a {
  background-color: #0e2a60;
}
.profile-lg-cta-box-grid.dark .container.header {
  display: block;
  padding: 2.35vw 4.15vw 0;
  margin: 0;
}
.profile-lg-cta-box-grid.dark .container.header h2 {
  font-family: "OpenSansBold", sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  color: #141414;
  line-height: 1.25;
  margin: 0 0 2vw 0;
}

@media only screen and (min-width: 993px) {
  .profile-lg-cta-box-grid.dark .container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem 1.0625rem;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .profile-lg-cta-box-grid.dark .container a {
    border-radius: 8px;
  }
  .profile-lg-cta-box-grid.dark .container a div {
    padding: 1.7rem 1.4rem;
  }
  .profile-lg-cta-box-grid.dark .container a span {
    font-size: 1.125rem;
    margin-top: 2.9rem;
  }
  .profile-lg-cta-box-grid.dark .container a i {
    font-size: 1.75rem;
    margin-top: 0.5rem;
  }
  .profile-lg-cta-box-grid.dark .container.header {
    padding-bottom: 0;
    padding-top: 0;
  }
  .profile-lg-cta-box-grid.dark .container.header h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profile-lg-cta-box-grid.dark .container {
    width: auto;
    max-width: 66.75rem;
    padding: 0.75rem 5.625rem;
  }
  .profile-lg-cta-box-grid.dark .container > div {
    aspect-ratio: 1/1.03;
    max-width: 15.75rem;
  }
  .profile-lg-cta-box-grid.dark .container a img {
    max-width: auto;
    max-height: 2.5rem;
  }
  .profile-lg-cta-box-grid.dark .container a span {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .profile-lg-cta-box-grid.dark .container.header {
    padding: 0 5.625rem;
    margin-top: 1rem;
  }
  .profile-lg-cta-box-grid.dark .container.header h2 {
    margin-bottom: 0.5rem;
  }
}
.profile-lg-cta-box-grid [data-dom-search] {
  position: relative;
}
.profile-lg-cta-box-grid [data-dom-search]:hover .fav-btn {
  opacity: 1;
}

.profile-block-grids .container {
  padding: 0 4.15vw 4.75vw;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4.75vw 2.2vw;
}

.profile-block-grid {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e7f0f6;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0px 0px 0.625rem 0.125rem rgba(231, 229, 214, 0.1);
}
.profile-block-grid > * {
  display: flex;
  flex-direction: column;
}
.profile-block-grid [data-dom-search] {
  background-color: #fff;
  border-color: #e7f0f6;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  position: relative;
}
.profile-block-grid a:link, .profile-block-grid a:visited {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5vw 4vw;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.profile-block-grid a:link img, .profile-block-grid a:visited img {
  height: 5vw;
  margin-bottom: 3vw;
}
.profile-block-grid a:link span, .profile-block-grid a:visited span {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 3vw;
  line-height: 1.2;
}
.profile-block-grid a:link:has(img), .profile-block-grid a:visited:has(img) {
  justify-content: flex-start;
}
.profile-block-grid a:hover, .profile-block-grid a:active {
  text-decoration: underline;
  background-color: rgba(235, 244, 249, 0.55);
  color: #262626;
}
.profile-block-grid div:nth-of-type(3n) {
  border-right-width: 0;
}
.profile-block-grid div:nth-of-type(3n+1):nth-last-child(-n+3),
.profile-block-grid div:nth-of-type(3n+1):nth-last-child(-n+3) ~ * {
  border-bottom-width: 0;
}
.profile-block-grid .profile-block-grid__header {
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 3.2vw 4vw 2.25vw;
  margin: 0;
  background-color: #fff;
  flex-direction: row;
  border-bottom: 1px solid #e7f0f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-block-grid .profile-block-grid__header span {
  font-family: "OpenSansBold", sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  color: #141414;
  line-height: 1;
  margin: 0;
}
.profile-block-grid .profile-block-grid__header a:link, .profile-block-grid .profile-block-grid__header a:visited {
  background-color: transparent;
  border: none;
  display: none;
  padding: 0;
  color: #d5e0ed;
  cursor: default;
  flex-grow: 0;
  width: auto;
  height: auto;
}
.profile-block-grid .profile-block-grid__header .zmdi-more-vert {
  font-size: 0.875rem;
}

@media only screen and (min-width: 993px) {
  .profile-block-grids .container {
    padding-bottom: 0;
    gap: 0;
  }

  .profile-block-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 1.5rem;
  }
  .profile-block-grid a:link, .profile-block-grid a:visited {
    padding: 3.5rem 2.1875rem;
  }
  .profile-block-grid a:link img, .profile-block-grid a:visited img {
    height: 1.5rem;
    margin-bottom: 0.9375rem;
  }
  .profile-block-grid a:link span, .profile-block-grid a:visited span {
    font-size: 0.875rem;
  }
  .profile-block-grid a:link:has(img), .profile-block-grid a:visited:has(img) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .profile-block-grid div:nth-of-type(3n+3) {
    border-right-width: 1px;
  }
  .profile-block-grid div:nth-of-type(4n+4) {
    border-right-width: 0;
  }
  .profile-block-grid div:nth-of-type(3n+1):nth-last-child(-n+3),
.profile-block-grid div:nth-of-type(3n+1):nth-last-child(-n+3) ~ * {
    border-bottom-width: 1px;
  }
  .profile-block-grid div:nth-of-type(4n+1):nth-last-child(-n+4),
.profile-block-grid div:nth-of-type(4n+1):nth-last-child(-n+4) ~ * {
    border-bottom-width: 0;
  }
  .profile-block-grid .profile-block-grid__header {
    grid-column-end: 5;
    padding: 1.5625rem 2.1875rem 1.25rem;
  }
  .profile-block-grid .profile-block-grid__header span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .profile-block-grids .container {
    padding: 0 5.6275rem;
    gap: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .profile-block-grid {
    border-radius: 0.5rem;
    margin-bottom: 0;
  }
  .profile-block-grid a:link, .profile-block-grid a:visited {
    padding: 2rem 1.25rem;
    aspect-ratio: 1/0.85;
  }
  .profile-block-grid a:link:has(img), .profile-block-grid a:visited:has(img) {
    padding: 2rem 1.25rem;
  }
}
.profile-block-grid [data-dom-search] {
  position: relative;
}
.profile-block-grid [data-dom-search]:hover .fav-btn {
  opacity: 1;
}

/* --Collections */
#collections-header {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
  align-items: center;
}

#collections-header a {
  font-weight: 500;
}

#collections-header a i {
  margin-right: 8px;
}

#collections-data {
  background-color: #fff;
  padding: 0 40px 10px 40px;
  font-size: 16px;
  line-height: 1;
}

#collections-data .rtable,
#collections-data .rtable tbody {
  width: 100%;
}

#collections-data .rtable tr {
  border-bottom: 1px solid #ebebeb;
}

#collections-data .rtable tr:last-of-type {
  border-bottom: none;
}

#collections-data .rtable th {
  padding: 24px 0 14px 0;
  vertical-align: middle;
}

#collections-data .rtable th > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#collections-data .rtable th span,
#collections-data .rtable th a {
  font-weight: 700;
  font-size: 13px;
  color: #00509f;
  text-transform: uppercase;
}

#collections-data .rtable th a:hover {
  text-decoration: none;
}

#collections-data .rtable th i {
  font-size: 24px;
  padding-left: 6px;
  color: #79797a;
  display: inline;
}

#collections-data .rtable th .active-sort + i {
  color: #008ce6;
}

#collections-data .rtable td {
  padding: 18px 14px 17px 14px;
}

#collections-data .rtable .name {
  padding-left: 0;
}

#collections-data .rtable .name a {
  line-height: 1.3;
}

#collections-data .rtable th.date,
#collections-data .rtable td.date {
  padding-left: 0;
  width: 80px;
}

#collections-data .rtable td.date {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

#collections-data .rtable .edit {
  display: none;
}

#collections-data .rtable button {
  background-color: transparent;
  border: none;
}

#collections-data .rtable button:hover {
  cursor: pointer;
}

#collections-data .rtable th.copy > div,
#collections-data .rtable th.delete > div,
#collections-data .rtable th.edit > div {
  justify-content: center;
}

#collections-data td.copy,
#collections-data td.delete {
  text-align: center;
}

#collections-data .delete {
  padding-right: 0;
}

#collections-data td.copy i {
  color: #008ce6;
}

#collections-data .delete i {
  color: #626262;
}

#noCollections {
  text-align: center;
  line-height: 1.45;
  padding: 24px;
  display: none;
}

#noCollections a {
  text-decoration: underline;
}

#collections-edit-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

/*-New Collection modals */
#collections-content .modal-header {
  padding: 8px 14px 16px 14px;
}

#collections-content .modal-body {
  text-align: center;
  padding: 0 9px 5px 9px;
}

#collections-content .modal-body p {
  text-align: center;
}

#collections-content .modal-body-form .btn {
  margin: 0 auto;
}

#collections-content .modalBackLink {
  font-weight: 500;
  font-size: 14px;
  color: #2c2c2c;
  padding: 16px;
  margin: -6px 0 -16px -16px;
}

#createNewCollectionModal .modal-content {
  position: relative;
  overflow: hidden;
}

#createNewCollectionModal .modal-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

#createNewCollectionModal .modal-body {
  padding: 0;
}

#newCollectionStart h3 {
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 500;
  color: #414141;
}

#newCollectionStart p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: #7a7a7a;
}

#newCollectionStart > a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 48px 62px 30px 62px;
}

#newCollectionStart > a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}

#newCollectionStart > a:last-of-type {
  border-bottom: none;
  padding: 30px 62px;
}

#newCollectionStart > a:hover h3 {
  text-decoration: underline;
}

.modal-body-form {
  text-align: left;
  padding: 0 43px 39px 43px;
}

#contactUsModal .modal-body {
  padding: 0 9px 5px 9px;
}

#confirmationModal .modal-body-form {
  padding: 0;
}

.modal-body-form h3 {
  font-weight: 300;
  font-size: 21px;
  color: #626262;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.modal-body-form.contact-us h3,
#confirmationModal .modal-body-form h3 {
  font-size: 24px;
}

.modal-body-form.contact-us p {
  font-weight: 500;
  line-height: 1.6;
}

#confirmationModal .modal-body-form p {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.modal-body-form > div {
  margin-bottom: 10px;
}

.modal-body-form label {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: #343434;
  display: inline;
  width: 100%;
}

.modal-body-form input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-weight: 500;
}

.modal-body-form textarea {
  height: 120px;
  padding: 6px 12px;
}

.modal-body-form .custom-select {
  padding: 0;
}

.modal-body-form select {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  display: block;
}

.modal-body-form .form-check {
  display: flex;
  align-items: center;
  padding: 0;
}

.modal-body-form .form-check .form-check-input {
  display: none;
}

.modal-body-form .form-check label {
  font-size: 14px;
  color: #444343;
  line-height: 1.2;
  font-weight: 700;
  background-image: url(../images/checkbox-empty-474747.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  background-color: #fff;
  background-size: 18px 18px;
  padding: 12px 10px 12px 40px;
  cursor: pointer;
}

.modal-body-form .form-check .form-check-input:checked ~ label {
  background-image: url(../images/checkbox-checked-008ce6.svg);
  background-color: #fff;
}

.modal-body-form #chooseDocumentsList .form-check .form-check-input:checked ~ label {
  background-color: #f4f4f4;
}

.modal-body-form .form-check label span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #c8c8c8;
  margin-top: 6px;
  font-weight: 400;
}

.modal-body-form #chooseDocumentsList .form-check label {
  color: #1390e7;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
}

.modal-body-form .btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.modal-body-form .btn-row .btn {
  width: 50%;
  margin-right: 4px;
}

.modal-body-form .btn-row .btn-primary,
.modal-body-form .btn-row .btn-secondary {
  padding-left: 0;
  padding-right: 0;
}

.modal-body-form .btn-row .btn:last-child {
  margin-right: 0px;
}

.modal-body-form .btn-row .btn-secondary {
  background-color: #959595;
  border-color: #959595;
}

.modal-body-form .btn-row .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

#chooseDocumentsModal .modal-body-form {
  padding-bottom: 20px;
  padding-right: 1px;
  padding-left: 1px;
}

#chooseDocumentsModal .modal-body-form .form-check {
  margin-left: 33px;
  margin-right: 33px;
}

#chooseDocumentsModal .modal-body-form .btn-row {
  max-width: 500px;
  margin: 20px auto 0 auto;
  padding: 0 42px;
}

#chooseDocumentsList {
  max-height: 300px;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #ccc #f6f6f6;
  -ms-scrollbar-highlight-color: #f6f6f6;
  -ms-scrollbar-face-color: #ccc;
  -ms-scrollbar-arrow-color: #f6f6f6;
  -ms-scrollbar-shadow-color: #f6f6f6;
}

#chooseDocumentsList::-webkit-scrollbar {
  width: 16px;
}

#chooseDocumentsList::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

#chooseDocumentsList::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/*--Delete Collection modal */
#deleteCollectionModal p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
  color: #343434;
  text-align: center;
}

@media (max-width: 768px) {
  #profileTabsContent #collections-content.tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  #collections-content .profile-tab-content__row {
    padding-top: 0;
  }

  #collections-header.profile-tab-content__row {
    padding: 20px 18px 5px 18px;
  }

  #collections-header a {
    font-size: 14px;
  }

  #collections-data {
    padding: 0 18px;
  }

  #collections-data .rtable th {
    padding: 14px 0 8px 0;
  }

  #collections-data .rtable .copy,
#collections-data .rtable .delete {
    display: none;
  }

  #collections-data .rtable .edit {
    display: table-cell;
  }

  .collections-edit-btn,
.collections-edit-btn:focus {
    outline: none;
  }

  .collections-edit-btn.active i {
    color: #008ce6;
  }

  #collections-data th.edit,
#collections-data td.edit {
    text-align: center;
  }

  #collections-edit-modal {
    background-color: #fff;
    padding: 0 18px 10px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  }

  #collections-edit-modal > div {
    padding: 15px 0;
    text-align: center;
  }

  #collections-edit-modal > div:first-of-type {
    text-align: left;
    padding-top: 20px;
  }

  #collections-edit-modal > div:last-of-type {
    border-top: 1px solid #ebebeb;
  }

  #collections-edit-modal button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #008ce6;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    outline: none;
  }

  #collections-edit-modal #collections-edit-modal__delete-btn {
    color: #7d7d7d;
  }

  #collections-edit-modal button:focus,
#collections-edit-modal #collections-edit-modal__delete-btn {
    color: #00509e;
  }

  .modal-body-form .btn-row {
    flex-wrap: wrap;
  }

  .modal-body-form .btn-row .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }

  #chooseDocumentsModal .modal-body-form .form-check {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Collection Details */
#collection-details {
  padding: 24px 72px 39px 72px;
  width: 1094px;
  margin: 0 auto;
}

.collection-details__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.collection-details__back-link {
  font-size: 14px;
  font-weight: 500;
  color: #008ce6;
}

.collection-details__info-icon {
  display: none;
}

.collection-details__info-icon i {
  color: #303030;
}

#collection-details__name-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

#collection-details__name-col {
  display: flex;
  align-content: center;
  width: 100%;
  overflow-x: hidden;
}

#collection-details__input-group {
  display: flex;
  max-width: 75%;
  overflow-x: hidden;
}

#collection-details__name-span,
#collection-details__name-input {
  font-size: 28px;
  font-weight: 500;
  color: #414141;
  line-height: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  align-self: center;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
}

#collection-details__name-input {
  display: none;
  border-bottom: 1px solid #959595;
}

#collection-details__name-edit {
  font-size: 19px;
  color: #008ce6;
  border: none;
  background-color: transparent;
  margin-left: 7px;
}

#collection-details__name-edit:hover {
  cursor: pointer;
}

#collection-details__name-edit:focus {
  outline: none;
}

#collection-section {
  background-color: #fff;
}

.collection-tools {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}

.collection-tools__right {
  align-items: center;
  display: flex;
}

.collection-tools__right .form-check {
  display: flex;
  align-content: center;
  margin-right: 30px;
  margin-bottom: 0;
}

.collection-tools__right .form-check-input {
  display: none;
}

.collection-tools__right .form-check-label {
  font-size: 14px;
  color: #727272;
  padding-left: 2px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.collection-tools__right .form-check-label:before {
  color: #474747;
  font-weight: 400;
  line-height: 20px;
  font-size: 20px;
}

.collection-tools__right .form-check-input:checked + label:before {
  content: "\f26a";
  color: #008ce6;
}

.collection-tools__right .form-check-input:disabled + label,
.collection-tools__right .form-check-input:disabled + label:before {
  color: #ccc;
  cursor: default;
}

.collection-tools .add-docs-btn {
  font-weight: 500;
  color: #fff;
  background-color: #00509f;
  padding: 24px 40px;
  display: block;
  line-height: 1;
}

.collection-tools .add-docs-btn:hover {
  text-decoration: none;
  background-color: #00458c;
}

.collection-tools .add-docs-btn i {
  margin-right: 10px;
}

.collection-tools .view-mode {
  height: inherit;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.collection-tools .view-mode > div {
  padding: 0 0 0 10px;
}

.collection-tools .view-mode svg {
  width: 20px;
  height: 20px;
  fill: #9fa1a4;
}

.collection-tools .view-mode a.active svg {
  fill: #008ce6;
}

.collection-body {
  padding: 20px 40px 40px 40px;
}

.collection-body .letter-form {
  padding: 0 4px 16px 4px;
  border-bottom: 1px solid #e1e1e1;
}

.letter-form__title {
  font-size: 16px;
  font-weight: 700;
  color: #00509e;
  line-height: 1.1;
  margin-bottom: 4px;
}

.letter-form p {
  font-weight: 500;
  font-size: 14px;
  color: #727272;
  line-height: 1.5;
  margin-bottom: 7px;
}

.collection-body .custom-select {
  max-width: 447px;
  border: 1px solid #959595;
  border-radius: 0;
  color: #727272;
}

#aaLetter {
  font-size: 14px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  line-height: 1.5;
}

.letter-form__fields {
  display: flex;
  gap: 0 0.375rem;
}

.aal-search-wrap {
  flex-grow: 1;
  position: relative;
}

.aal-search-fields {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0 0.375rem;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 0 0 0.9375rem;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 350;
  position: relative;
}

.aal-search-fields input[type=search] {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  padding: 0 0.9375rem;
  font-size: 0.9375rem;
}
.aal-search-fields input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.9375rem;
}
.aal-search-fields input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.9375rem;
}
.aal-search-fields input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9375rem;
}
.aal-search-fields input[type=search]::placeholder {
  font-size: 0.9375rem;
}

.aal-search-fields button {
  border: none;
  background-color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
}
.aal-search-fields button:focus, .aal-search-fields button focus-within {
  outline: none;
}

.aal-search-suggestions {
  position: absolute;
  top: calc(100% - 0.0625rem);
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 1.625rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.3125rem 0.3125rem;
  z-index: 346;
  padding: 1.4375rem 1.3125rem 0.9375rem;
  display: none;
}
.aal-search-suggestions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aal-search-suggestions li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.aal-search-suggestions li span {
  font-weight: 400;
}

#removeLetterBtn {
  display: none;
}

.collection-item {
  padding: 17px 15px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-content: center;
  background-color: #fff;
}

.collection-item:hover,
.collection-item.checked {
  cursor: pointer;
  box-shadow: 0 0 8px 1px #e1e1e1;
}

.collection-item.grab:hover {
  cursor: grab;
}

.collection-item.hidden,
.collection-item .form-check-input {
  display: none;
}

.collection-item .form-check {
  padding-left: 0;
  padding-right: 15px;
  align-self: center;
}

.collection-item .form-check label {
  cursor: pointer;
}

.collection-item .form-check-label:before {
  font-family: Material-Design-Iconic-Font;
  content: "\f279";
  color: #474747;
  font-weight: 400;
  font-size: 20px;
}

.collection-item .form-check-input:checked + .form-check-label:before {
  content: "\f26a";
  color: #008ce6;
}

.collection-item .form-check-input:disabled + .form-check-label,
.collection-item .form-check-input:disabled + .form-check-label:before {
  color: #ccc;
  cursor: default;
}

.collection-item__thumbnail {
  flex-grow: 0;
  flex-basis: auto;
  margin: 0 24px 0 0;
}

.collection-item__thumbnail-img {
  position: relative;
  width: 126px;
  min-height: 79px;
  background-color: #f4f4f4;
  display: inline-block;
}

.collection-item__thumbnail-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}

.collection-item__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.collection-item__thumbnail-overlay.document {
  background-image: url(../images/search-eye-icon.png);
}

.collection-item__thumbnail-overlay.link {
  background-image: url(../images/search-link-icon.png);
}

.collection-item__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.collection-item__title {
  flex-basis: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #1390e7;
  line-height: 1.3;
  margin-bottom: 8px;
}

.collection-item__description {
  flex-basis: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12.28px;
  color: #929394;
  line-height: 1.3;
  padding-bottom: 28px;
}

.collection-item__tag {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  color: #c8c8c8;
  line-height: 1;
  align-self: flex-end;
  margin-top: auto;
}

.collection-item__actions {
  align-self: center;
}

.collection-item__actions .remove-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
}

.collection-item__actions .remove-btn:hover {
  cursor: pointer;
}

.collection-item__actions .remove-btn img {
  width: 20px;
  height: 20px;
}

.compact-view .collection-item__thumbnail,
.compact-view .collection-item__description {
  display: none;
  padding-bottom: 0;
}

#noDocumentsInCollection {
  display: none;
  text-align: center;
  padding: 35px;
  line-height: 1.3;
}

#noDocumentsInCollection a:link,
#noDocumentsInCollection a:visited {
  font-weight: 700;
  text-decoration: underline;
}

#deleteItemsModal .modal-body {
  padding: 0 43px 39px 43px;
  text-align: center;
}

#deleteItemsModal .modal-body h3 {
  font-weight: 300;
  font-size: 21px;
  color: #626262;
  line-height: 1;
  margin-bottom: 20px;
}

#deleteItemsModal .btn-row {
  display: flex;
}

#deleteItemsModal .btn-row .btn {
  flex-grow: 1;
  flex-basis: 50%;
}

#deleteItemsModal .btn-row .btn:first-of-type {
  margin-right: 2px;
}

#deleteItemsModal .btn-row .btn:last-of-type {
  margin-left: 2px;
}

@media (max-width: 1270px) {
  #collection-details {
    width: 100%;
    padding: 24px 36px 39px 36px;
  }
}
@media (max-width: 1000px) {
  .collection-body .custom-select {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  #collection-details {
    padding: 24px 0 0 0;
  }

  .collection-details__row {
    padding-left: 18px;
    padding-right: 18px;
    flex-wrap: wrap;
  }

  #collection-details__name-row {
    display: block;
  }

  #collection-details__name-col {
    margin-bottom: 10px;
  }

  #collection-details__input-group {
    max-width: 100%;
  }

  .collection-tools .add-docs-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-tools .view-mode {
    display: none;
  }

  .collection-tools__right .form-check {
    margin-right: 15px;
  }

  .collection-body {
    padding: 20px 0 0 0;
  }

  .collection-body .letter-form {
    padding: 0 15px 16px 15px;
  }

  .collection-item {
    padding: 17px 15px;
  }

  .collection-item__thumbnail,
.collection-item__description {
    display: none;
  }

  .letter-form__fields {
    flex-wrap: wrap;
    gap: 0.375rem 0;
  }

  .aal-search-wrap {
    flex-basis: 100%;
  }

  .aal-search-fields input[type=search] {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .letter-form__fields .btn-primary {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1;
  }
}
/* Collection Details > Add Documents modal */
#addDocumentsModal .modal-header {
  padding: 8px 14px 16px 14px;
}

#addDocumentsModal .modal-body {
  text-align: center;
  padding: 0 9px 5px 9px;
}

#addDocumentsStart a:hover {
  text-decoration: none;
}

#addDocumentsStart i {
  font-size: 27px;
  color: #008ce6;
}

#addDocumentsStart h3 {
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 5px;
  font-weight: 500;
  color: #414141;
}

#addDocumentsStart p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: #7a7a7a;
}

#addDocumentsStart > a {
  border-bottom: 1px solid #ebebeb;
  padding: 0 62px 30px 62px;
  display: block;
}

#addDocumentsStart > a:last-of-type {
  border-bottom: none;
  padding: 30px 62px;
}

/* Collection Detials > Upload Documents modal */
#addDocUploadModal .modal-header {
  padding: 8px 14px 16px 14px;
}

#addDocUploadModal .modal-body {
  padding: 0 9px 5px 9px;
}

#addDocUploadModal .modal-body-form label {
  width: auto;
  display: inline-block;
}

.modal-body-form .custom-input-file + label {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 25px;
  margin-bottom: 0;
}

.modal-body-form .custom-input-file:focus + label,
.modal-body-form .custom-input-file + label:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

.modal-body-form .custom-input-file + label i {
  color: #008ce6;
  font-size: 25px;
  margin-right: 10px;
}

.modal-body-form .upload-document__info {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}

.modal-body-form .upload-document__info i {
  font-size: 14px;
  color: #008ce6;
}

.popover-body.popover-body-udi {
  font-size: 12px;
  padding: 36px;
  line-height: 1.5;
}

#addDocUploadModal .btn-row .btn {
  width: 100%;
}

/* Submittal Package */
#submittal-package-header h1 {
  font-weight: 300;
  font-size: 20px;
  color: #043434;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 24px;
  display: inline-block;
}

.submittal-package-step {
  background-color: #ebebeb;
  padding: 0 50px 12px 24px;
  margin-bottom: 2px;
}

.submittal-package-step.active-step,
.submittal-package-step.completed-step {
  background-color: #fff;
}

.submittal-package-step__title-row {
  display: flex;
  padding: 16px 0 4px 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.submittal-package-step .zmdi-check-circle {
  color: #fff;
  font-size: 24px;
}

.submittal-package-step.active-step .zmdi-check-circle {
  color: #ebebeb;
}

.submittal-package-step.completed-step .zmdi-check-circle {
  color: #219b3e;
}

.submittal-package-step__title:link,
.submittal-package-step__title:visited {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding-right: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #79797a;
}

.submittal-package-step__title:hover {
  text-decoration: none;
}

.submittal-package-step.active-step .submittal-package-step__title,
.submittal-package-step.completed-step .submittal-package-step__title {
  color: #00509f;
}

.submittal-package-step__title .steptext1 {
  white-space: nowrap;
  line-height: 1.3;
}

.submittal-package-step__title .steptext2 {
  line-height: 1.3;
}

.submittal-package-step__title i {
  align-self: center;
  padding-left: 6px;
  font-size: 19.2px;
  line-height: 1;
}

.submittal-package-step__icon-btn {
  align-self: flex-start;
}

#submittal-package-step-2 .btn-primary {
  font-family: Arial, sans-serif;
  line-height: 1;
  padding: 7px 14px;
  display: none;
}

#submittal-package-step-2.active-step .btn-primary {
  display: inline-block;
}

#submittal-package-step-2.active-step .zmdi-check-circle {
  display: none;
}

.submittal-package-step .custom-select,
.submittal-package-step input[type=text] {
  display: block;
  height: auto;
  width: 100%;
  max-width: 550px;
  border: 1px solid #a2a6a8;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}

.submittal-package-step .custom-select select,
.submittal-package-step input[type=text] {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  padding: 16px 30px 16px 12px;
}

.submittal-package-step .custom-select select {
  padding: 12px 30px 12px 12px;
}

.submittal-package-step .custom-select option {
  padding: 0;
}

.submittal-package-step__content {
  padding: 8px 0;
  color: #404040;
}

.submittal-package-step__content.collapsing {
  transition: height 0.6s ease;
}

.submittal-package-step.active-step .submittal-package-step__content {
  display: block;
}

.submittal-package-step__content--indent {
  margin-left: 30px;
}

#submittal-document-dropdowns {
  border-top: 1px solid #f4f4f4;
}

.submittal-docs-group {
  border-bottom: 1px solid #f4f4f4;
  padding-top: 8px;
  padding-bottom: 8px;
}

.submittal-docs-subgroup {
  border-bottom: 1px solid #f4f4f4;
  padding-top: 0;
  padding-bottom: 8px;
}

.submittal-docs-group .collapseContent > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.submittal-package-step__content .form-check-input {
  display: none;
}

.submittal-package-step__content .form-check label:before {
  font-family: Material-Design-Iconic-Font;
  content: "\f279";
  color: #474747;
  font-size: 18px;
  font-weight: 400;
}

.submittal-package-step__content .form-check-input:checked + label:before {
  content: "\f26a";
  color: #008ce6;
}

.submittal-package-step__content .form-check label {
  margin-left: 2px;
  font-weight: 300;
  cursor: pointer;
}

.submittal-package-step__content .form-check-input:disabled + label,
.submittal-package-step__content .form-check-input:disabled + label:before {
  color: #ccc;
  cursor: default;
}

.submittal-package-step__content .form-check-bold {
  padding-bottom: 4px;
}

.submittal-package-step__content .form-check-bold label {
  font-weight: 700;
  font-size: 14px;
}

#submittal-document-dropdowns .collapseContent {
  padding-left: 22px;
  line-height: 1.2;
}

#submittal-document-dropdowns .collapseContent .form-check {
  padding-top: 5px;
  padding-bottom: 5px;
}

#submittal-docs-footer {
  padding-top: 14px;
}

#submittal-package-step-3 .btn-primary {
  margin-top: 13px;
}

#submittal-package-step-3 .btn-primary:disabled {
  color: #7c7c7c;
  background-color: #b6b8b9;
  border-color: #b6b8b9;
}

@media (max-width: 992px) {
  .submittal-package-step {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  #submittal-package-step-2.active-step .submittal-package-step__title-row {
    display: block;
  }

  #submittal-package-step-2.active-step .submittal-package-step__title {
    margin-bottom: 15px;
  }
}
/* Sign Up */
.signup-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  border-top: 1px solid #e1e1e1;
}

.signup-column {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.signup-content.choose {
  width: 683px;
}

.signup-content.signup-extended {
  width: 760px;
  display: flex;
}

#login-form h1,
.signup-column h1 {
  font-size: 38px;
  font-weight: 700;
  color: #00509e;
  margin-bottom: 7px;
}

.signup-content p {
  font-weight: 300;
  letter-spacing: 0.64px;
  color: #404041;
  margin-bottom: 15px;
}

.signup-content.signup-extended > div:first-of-type {
  width: 33.33%;
  padding-right: 40px;
}

.signup-content.signup-extended > div:first-of-type h1 {
  margin-bottom: 17px;
}

.signup-content.signup-extended > div:first-of-type p {
  color: #404041;
  line-height: 23px;
  letter-spacing: 0.64px;
}

.signup-content.signup-extended > div:first-of-type p em {
  font-weight: 700;
  font-style: oblique;
  color: #1e61a6;
}

.signup-content.signup-extended > div:last-of-type {
  width: 66.66%;
}

.signup-content.signup-extended .form-validation-alert,
.signup-content.signup-extended .btn-row {
  width: 100%;
}

.form-container .signup-content.signup-extended .one-col,
.form-container .signup-content.signup-extended .two-col .two-col {
  margin-bottom: 10px;
}

.signup-content.signup-extended fieldset:last-of-type {
  margin-bottom: 0;
}

.signup-content.signup-extended fieldset .two-col > div > div:last-of-type {
  margin-bottom: 0;
}

.signup__account-types {
  display: flex;
}

.signup__account-type-link {
  flex-basis: 100%;
  border: 1px solid #ccc;
  margin: 0 9px 9px 0;
  padding: 30px 25px 25px 25px;
  background-image: url("../images/chevron-right-3e3e3e.svg");
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: calc(100% - 25px) center;
}

.signup__account-type-link:hover {
  text-decoration: none;
}

.signup__account-type-link:last-of-type {
  margin-right: 0;
}

.signup__account-type-link > div:first-of-type {
  color: #00509e;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

.signup__account-type-link > div:last-of-type {
  color: #404041;
  font-weight: 300;
  letter-spacing: 0.56px;
  font-size: 14px;
  line-height: 1;
}

#login-form,
#reset-pswd-form {
  margin-top: 20px;
}

.signup__lower-links {
  margin-top: 15px;
  line-height: 1;
}

.signup-column p {
  font-size: 18px;
  line-height: 1.4;
  color: #404041;
  margin-bottom: 20px;
}

.signup-column .note {
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.34;
}

@media (max-width: 1140px) {
  .signup-column {
    margin: 0 auto;
  }

  .signup-content.signup-extended {
    width: 500px;
    flex-wrap: wrap;
  }

  .signup-content.signup-extended > div {
    width: 100%;
  }

  .signup-content.signup-extended > div:first-of-type {
    width: 100%;
    padding-right: 0;
  }

  .signup-content.signup-extended > div:last-of-type {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .signup-container {
    border-top: none;
  }

  .signup-content.choose,
.signup-content.signup-extended {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

  .signup-content.signup-extended {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .signup-content.signup-extended > div {
    width: 100%;
    padding-right: 0;
  }

  .signup-content h1 {
    font-size: 26px;
    margin-bottom: 3px;
    line-height: 1;
  }

  .signup-content p {
    font-size: 14px;
  }

  .signup__account-types {
    display: block;
  }

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

  .signup-content.signup-extended .two-col {
    display: block;
  }

  .signup-content.signup-extended .two-col > div {
    width: 100%;
    margin-bottom: 10px;
  }

  .signup__account-type-link {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 9px 0;
    padding: 15px;
    background-size: 7px 11.351px;
  }

  .signup__account-type-link > div:first-of-type {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .signup__account-type-link > div:last-of-type {
    font-size: 14px;
  }

  .signup__lower-links {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .signup-content {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

  .signup-content .form-group {
    margin-bottom: 8px;
    text-align: left;
  }

  .signup-content.signup-extended {
    width: 100%;
  }

  .signup-content.signup-extended .two-col .two-col,
.signup-content.signup-extended .two-col .two-col .form-group {
    margin-bottom: 10px;
  }

  .signup-content.signup-extended .two-col > div:last-of-type {
    margin-bottom: 0;
  }

  .signup-content.signup-extended .btn-row .form-group {
    padding: 0 7.5px;
  }

  #login-form {
    margin-top: 15px;
  }

  .signup__lower-links {
    margin-top: 14px;
  }
}
.assistance-column {
  background-image: url("../images/assistance-bg.jpg");
  background-color: #0e2a60;
  background-repeat: no-repeat;
  background-position: top right;
  width: 400px;
  padding: 202px 30px 0 30px;
  text-align: center;
}

.assistance-cta {
  margin-bottom: 160px;
}

.assistance-cta__title {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
}

.assistance-division {
  padding: 0 66px;
  font-size: 12.5px;
  line-height: 18.5px;
  color: #fff;
}

.assistance-division ul {
  margin: 22px 0 47px 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.assistance-division ul li {
  width: 50%;
  text-align: center;
}

.assistance-division ul li a:link,
.assistance-division ul li a:visited {
  border-bottom: 1px solid #008ce6;
  font-size: 14px;
  display: inline-block;
}

.assistance-division ul li a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .assistance-column {
    display: none;
  }
}
/* Finder */
.finder-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  border-top: 1px solid #e1e1e1;
}

/* RapidLock In-Page form */
#in-page-rapid-lock-form {
  text-align: center;
}
#in-page-rapid-lock-form h1 {
  color: #2555aa;
  margin-bottom: 15px;
  font-weight: 700;
}
#in-page-rapid-lock-form p {
  line-height: 1.4;
  margin-bottom: 18px;
  font-weight: 500;
}

/* Map section */
#finder-map {
  order: 2;
  flex-grow: 1;
  z-index: 5;
  min-height: 600px;
  position: relative;
}

#finder-gmap {
  height: 100%;
  position: relative;
}

#finder-back-btn {
  display: none;
}

/* Popups on map */
#finder-gmap .gm-style-iw-t {
  position: absolute;
  text-align: center;
}

#finder-gmap .gm-style-iw-t.visible {
  display: block;
}

#finder-gmap .gm-style-iw-t::after {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-color: #fff;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#finder-gmap .gm-style-iw-c {
  background-color: #fff;
  padding: 34px 37px 25px 37px !important;
  width: 270px;
  max-width: 100% !important;
  max-height: initial !important;
  box-shadow: 0 0 13px 0 rgba(10, 10, 10, 0.06);
  border-radius: 0 !important;
}

#finder-gmap .gm-style-iw-c > button {
  display: none !important;
}

#finder-map .gm-style-iw-chr {
  display: none !important;
}

#finder-gmap .gm-style-iw-d,
div[class*=multimap-detail-] {
  overflow: hidden !important;
  font-family: Helvetica, Arial, sans-serif;
}

#finder-gmap .gm-style-iw-d .finder-detail__name,
div[class*=multimap-detail-] .multimap-detail__name {
  font-size: 16px;
  font-weight: 700;
  color: #00509e;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: left;
}

#finder-gmap .gm-style-iw-d .finder-detail__address,
#finder-gmap .gm-style-iw-d .finder-detail__phone,
#finder-gmap .gm-style-iw-d .finder-detail__email,
div[class*=multimap-detail-] .multimap-detail__address,
div[class*=multimap-detail-] .multimap-detail__phone,
div[class*=multimap-detail-] .multimap-detail__name {
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 13px;
  text-align: left;
  margin-bottom: 14px;
}

#finder-gmap .gm-style-iw-d .finder-detail__address,
div[class*=multimap-detail-] .multimap-detail__address {
  line-height: 21.47px;
}

#finder-gmap .gm-style-iw-d .finder-detail__email {
  margin-bottom: 18px;
}

#finder-gmap .gm-style-iw-d .finder-detail__address i,
#finder-gmap .gm-style-iw-d .finder-detail__phone i,
#finder-gmap .gm-style-iw-d .finder-detail__email i,
div[class*=multimap-detail-] .multimap-detail__address i,
div[class*=multimap-detail-] .multimap-detail__phone i,
div[class*=multimap-detail-] .multimap-detail__email i {
  font-size: 16px;
  color: #00509f;
  width: 16px;
  margin-right: 10px;
}

#finder-gmap .gm-style-iw-d .finder-detail__phone a:link,
#finder-gmap .gm-style-iw-d .finder-detail__phone a:visited,
#finder-gmap .gm-style-iw-d .finder-detail__email a:link,
#finder-gmap .gm-style-iw-d .finder-detail__email a:visited,
div[class*=multimap-detail-] .multimap-detail__phone a:link,
div[class*=multimap-detail-] .multimap-detail__phone a:visited,
div[class*=multimap-detail-] .multimap-detail__email a:link,
div[class*=multimap-detail-] .multimap-detail__email a:visited {
  color: #008ce6;
  display: inline;
  font-weight: 500;
}

#finder-gmap .gm-style-iw-d .finder-detail__btn-row {
  text-align: left;
}

#finder-gmap .gm-style-iw-d .finder-detail__btn-row .btn-primary {
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  display: block;
  width: 100%;
}

/* Results list */
#finder-results,
#rapid-lock-results {
  height: 100%;
  order: 1;
  min-width: 330px;
  max-width: 375px;
  padding: 0;
  box-shadow: 16px 0 18px -16px #c8c8c8;
  z-index: 10;
}

#rapid-lock-results {
  display: none;
}

#rapid-lock-results.visible {
  display: block;
  transform: translate(0);
  transition: transform 0.2s ease-in-out;
}

#finder-results.expanded {
  overflow: auto;
}

#finder-map__expand {
  display: none;
}

.finder-results,
.finder-results.hidden,
.rapid-lock-results {
  height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #fbfbfb;
  -ms-scrollbar-highlight-color: #fbfbfb;
  -ms-scrollbar-face-color: #e1e1e1;
  -ms-scrollbar-arrow-color: #fbfbfb;
  -ms-scrollbar-shadow-color: #fbfbfb;
  max-height: 800px;
  display: block;
}

.finder-results::-webkit-scrollbar,
.rapid-lock-results::-webkit-scrollbar {
  width: 6px;
}

.finder-results::-webkit-scrollbar-track,
.rapid-lock-results::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}

.finder-results::-webkit-scrollbar-thumb,
.rapid-lock-results::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
}

.finder-result,
.rapid-lock-result {
  padding: 0 18px;
  display: block;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
}

.rapid-lock-result {
  border-bottom: 1px solid #e1e1e1;
}

.finder-result:hover {
  text-decoration: none;
}

.finder-result.selected {
  background-image: linear-gradient(whitesmoke, #ececec);
}

.rapid-lock-result:hover,
.rapid-lock-result.selected {
  background-color: #fafafa;
  text-decoration: none;
}

.finder-result > div {
  border-bottom: 1px solid #e1e1e1;
  padding: 21px 14px 16px 14px;
}

.rapid-lock-result > div {
  padding: 20px 14px 17px 14px;
}

.finder-result.selected > div,
.rapid-lock-result > div {
  border-bottom: none;
}

.finder-result__name {
  font-size: 16px;
  font-weight: 500;
  color: #008ce6;
  line-height: 1.2;
}

.finder-result__distance,
.rapid-result__distance {
  font-size: 13px;
  font-weight: 300;
  color: #404041;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 13px 0 16px 0;
}

.finder-result__distance svg,
.rapid-result__distance svg {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
}

.finder-result__distance svg .pin,
.rapid-result__distance svg .pin {
  fill: #00509F;
}

.finder-result__badges {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}

.finder-result__badges li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.finder-result__badges img {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.finder-result__badges img[data-toggle=popover] {
  color: #0078cf;
}

.finder-result__badges img[data-toggle=popover]:hover {
  text-decoration: none;
  cursor: pointer;
  color: #0078cf;
}

.rapid-result__name {
  font-size: 16px;
  font-weight: 500;
  color: #008ce6;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.rapid-result__distance {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  margin: 0;
}

#rapid-detail__container {
  position: absolute;
  top: 9px;
  left: 9px;
  background-color: #fff;
  padding: 10px 20px 30px;
  display: none;
  max-width: 430px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#rapid-detail__container #rapid-detail__header {
  display: flex;
  justify-content: flex-end;
  color: #adadad;
}

#rapid-detail__container.show {
  display: block;
}

#rapid-detail__container .rapid-detail__field-container {
  margin-top: 10px;
  padding: 0 30px;
}

#rapid-detail__container .rapid-detail__field-container:first-of-type {
  margin-top: 0px;
}

#rapid-detail__container .rapid-detail__name {
  font-size: 20px;
  color: #008ce6;
  font-weight: bold;
  line-height: 1.4;
}

#rapid-detail__container .rapid-detail__field-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
  color: #073e8e;
}

#rapid-detail__container .rapid-detail__field-info {
  font-size: 14px;
  line-height: 1.21;
  color: #303030;
}

#rapid-detail__container .rapid-detail__field-link {
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 2;
  color: #008ce6;
}

/* No results message */
.finder-no-results {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #fbfbfb;
  -ms-scrollbar-highlight-color: #fbfbfb;
  -ms-scrollbar-face-color: #e1e1e1;
  -ms-scrollbar-arrow-color: #fbfbfb;
  -ms-scrollbar-shadow-color: #fbfbfb;
  display: none;
  padding: 36px 56px 36px 39px;
  width: 100%;
}

.finder-no-results p {
  color: #1c1c1c;
  line-height: 1.45;
  margin-bottom: 3px;
}

.finder-no-results .right-arrow::after {
  font-size: 12px;
  color: #008ce6;
}

.finder-detail {
  display: none;
}

@media (max-width: 992px) {
  #finder-results,
#rapid-lock-results {
    min-width: 330px;
    max-width: 330px;
  }
}
@media (max-width: 768px) {
  .finder-container {
    flex-direction: column;
  }

  #finder-map {
    height: 400px;
    min-height: 400px;
    order: 1;
    flex-grow: 1;
    margin-bottom: auto;
    position: relative;
    transition: height ease-in-out 0.3s;
  }

  #finder-map.expanded {
    height: 650px;
  }

  #finder-back-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    color: #00509e;
    font-size: 22px;
    line-height: 1;
  }

  #finder-back-btn:focus {
    outline: none;
  }

  #finder-results,
#rapid-lock-results {
    box-shadow: 0 -16px 18px -16px #c8c8c8;
    order: 2;
    margin-top: auto;
    flex-grow: 0;
    flex-basis: auto;
    border-top: 1px solid #ebebeb;
    max-height: none;
    max-width: 100%;
    height: unset;
  }

  .finder-results,
.rapid-lock-results {
    max-height: none;
    height: unset;
    display: block;
  }

  .finder-results.hidden {
    display: none;
  }

  .finder-no-results {
    padding-top: 21px;
  }

  #finder-map__expand {
    display: flex;
    justify-content: center;
    padding: 10px 15px 20px 15px;
  }

  #finder-map__expand-btn {
    height: 8px;
    width: 93px;
    border-radius: 4px;
    background-color: #ebebeb;
    display: inline-block;
    line-height: 1;
    border: none;
  }

  #finder-map__expand-btn:hover {
    cursor: pointer;
  }

  #finder-map__expand-btn:focus {
    outline: none;
  }

  .finder-result.selected {
    background-image: none;
  }

  .finder-detail {
    padding: 0 40px 40px 40px;
    font-family: Helvetica, Arial, sans-serif;
    display: none;
  }

  .finder-detail.visible {
    display: block;
  }

  .finder-detail__name {
    font-size: 23px;
    font-weight: 700;
    color: #00509e;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .finder-detail__address,
.finder-detail__phone,
.finder-detail__email {
    line-height: 1;
    display: flex;
  }

  .finder-detail__address i,
.finder-detail__phone i,
.finder-detail__email i {
    font-size: 20px;
    color: #00509f;
    width: 29px;
  }

  .finder-detail__address {
    font-weight: 300;
    color: #404041;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .finder-detail__phone {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .finder-detail__email {
    line-height: 1;
    font-size: 18px;
  }

  #finder-gmap .gm-style-iw-t,
#finder-gmap .gm-style-iw-t.visible {
    display: none;
  }

  #rapid-detail__container {
    right: 9px;
    max-width: 100%;
  }
}
/* System Selector Banner Start */
.system-selector-banner {
  background-color: #343434;
  padding: 30px 0;
}

.system-selector-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 0 40px;
}

.system-selector-banner__text {
  line-height: 1;
  width: 337px;
  margin-right: 20px;
  flex-shrink: 0;
}

.system-selector-banner__intro {
  font-weight: 700;
  font-size: 13px;
  color: #f4f4f4;
  line-height: 1.3;
  margin-bottom: 10px;
}

.system-selector-banner__body {
  font-weight: 300;
  font-size: 28.54px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}

.system-selector-banner__text .secondaryCTA {
  font-weight: 700;
}

.system-selector-banner__text .right-arrow::after {
  font-size: 14px;
  color: #008ce6;
}

.system-selector-banner__image {
  align-self: flex-end;
  flex-grow: 1;
}

.system-selector-banner__image img {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .system-selector-banner {
    padding: 0;
  }

  .system-selector-banner .container {
    flex-wrap: wrap;
  }

  .system-selector-banner__text {
    width: 100%;
    padding: 44px 0 15px 0;
    margin-right: 0;
  }

  .system-selector-banner__body {
    margin-bottom: 13px;
  }

  .system-selector-banner__image {
    width: 100%;
    padding: 15px 0 44px 0;
  }
}
/* System Selector Banner End */
/* System Selector Start */
.container.system-selector {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.system-selector__row {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 719px;
}

.system-selector__row.bg {
  background-image: url(../images/system-selector-bg.png);
  background-repeat: no-repeat;
}

.system-selector__row > div {
  padding-right: 100px;
}

.system-selector__row > div:first-of-type {
  width: auto;
}

.system-selector__row > div:last-of-type {
  width: auto;
  max-width: 650px;
}

.system-selector .btn-primary,
.selector-results .btn-primary {
  color: #fff;
}

.system-selector__options {
  padding: 85px 0 0 40px;
  align-self: flex-start;
}

.selector-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #c8c8c8;
  line-height: 1;
  margin-bottom: 20px;
  padding-right: 210px;
}

.selector-option:first-of-type {
  padding-right: 90px;
}

.selector-option:last-of-type {
  padding-right: 330px;
}

.selector-option > div {
  margin-right: 35px;
  width: 185px;
  line-height: 26px;
}

.selector-option__title {
  font-weight: 700;
  color: #f4f4f4;
}

.selector-option p {
  font-size: 14px;
  margin: 0;
  line-height: 26px;
}

.selector-option > img {
  width: 148px;
  height: 148px;
  border-radius: 74px;
  box-shadow: 0 0 5px 1px rgba(10, 10, 10, 0.09);
  flex-grow: 0;
  flex-shrink: 0;
}

.system-selector__row input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row input[type=text]::placeholder {
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .form-control::placeholder {
  color: #7e7e7e;
  opacity: 1;
}

.system-selector__row .btn {
  font-family: Arial, sans-serif;
}

.system-selector__progress {
  font-size: 13px;
  font-weight: 700;
  color: #00509e;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

.system-selector__question {
  font-size: 60px;
  font-weight: 700;
  color: #00509f;
  line-height: 1.3;
  margin-bottom: 28px;
}

.system-selector__form {
  width: 395px;
  max-width: 100%;
  line-height: 1;
}

.system-selector__form #secondary_select .custom-select {
  display: none;
  margin-top: 15px;
}

.system-selector input {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding: 8px 12px;
}

.system-selector input[type=submit] {
  width: auto;
  border: none;
  font-weight: 600;
  line-height: 1;
  padding: 0;
}

.system-selector input[type=submit]:hover {
  text-decoration-skip: objects;
}

.system-selector .custom-select {
  background-image: url(../images/chevron-down-blue.svg);
  border: 1px solid #707070;
  border-radius: 2px;
}

.system-selector .custom-select select {
  font-size: 16px;
  padding: 8px 30px 8px 12px;
  color: #7e7e7e;
  line-height: 22px;
}

.system-selector .custom-select select.selected {
  color: #000;
}

.system-selector__controls {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.system-selector__controls > a {
  display: flex;
  align-items: center;
}

.system-selector__controls > a i {
  order: 0;
  margin-right: 6px;
  font-size: 13px;
  color: #008de6;
}

.system-selector__controls > a:last-of-type i {
  order: 1;
  margin-left: 6px;
  margin-right: 0;
}

.system-selector__controls a,
.system-selector__controls span {
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
}

.system-selector__controls span {
  color: #d1d1d1;
}

.system-selector__controls > a:hover {
  text-decoration-skip: objects;
}

.system-selector__controls a i::before {
  display: inline-block;
}

.system-selector__controls input[type=submit]:disabled,
.system-selector__controls input[type=submit]:disabled:hover,
.system-selector__controls input[type=submit]:disabled + i {
  color: #d1d1d1;
  text-decoration: none;
  cursor: default;
}

.selector-results__row {
  display: flex;
}

.selector-results__row > div {
  flex-basis: 50%;
  padding: 15px 80px;
}

.selector-results__row > div:last-of-type {
  background-color: #fbfbfb;
}

.selector-results__text p {
  font-weight: 500;
  line-height: 1.5;
}

.selector-results__text .return {
  font-weight: 500;
}

.selector-results__text .return i {
  margin-right: 6px;
}

.selector-results__text h1 {
  font-size: 60px;
  line-height: 1.005;
  color: #00509f;
  font-family: Helvetica, Arial, sans-serif;
  margin: 45px 0 40px 0;
  font-weight: 700;
}

.selector-results__text ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  line-height: 1.5;
  list-style-position: outside;
}

.selector-results__text h2 {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 28px;
  color: #404041;
}

.selector-results__text .btn {
  margin-bottom: 12px;
}

.selector-results__retake {
  padding-top: 5px;
}

.result-options {
  background-image: linear-gradient(to bottom right, #fafafa, #fff);
}

.result-option {
  text-align: center;
  padding: 20px 0 45px 0;
}

.result-option__rating {
  text-transform: uppercase;
  font-weight: 700;
  color: #00509e;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 12px;
}

.result-option__name {
  font-weight: 300;
  font-size: 28px;
  color: #404041;
  line-height: 1;
  margin-bottom: 18px;
}

.result-option__diagram {
  position: relative;
  width: 100%;
}

.result-option__diagram a {
  position: absolute;
  background-color: #00509f;
  background-image: linear-gradient(to bottom right, #008ae4, #0b75c4);
  width: 22px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}

.result-option__diagram a:not([href]):not([class]) {
  color: #fff;
}

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

.result-option__diagram a:hover {
  text-decoration: none;
  cursor: pointer;
  background-image: none;
}

.popover-selector-results.bs-popover-top .arrow::after {
  border-top-color: #00509f;
}

.popover-selector-results.bs-popover-right .arrow::after {
  border-right-color: #00509f;
}

.popover-selector-results.bs-popover-bottom .arrow::after {
  border-bottom-color: #00509f;
}

.popover-selector-results.bs-popover-left .arrow::after {
  border-left-color: #00509f;
}

.popover-selector-results .popover-body {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #00509f;
  padding: 33px;
  line-height: 29px;
}

@media (max-width: 1199px) {
  .system-selector__row {
    min-height: initial;
    padding: 50px 0;
  }

  .system-selector__row > div {
    padding-right: 50px;
    width: 647px;
  }

  .system-selector__row > div:last-of-type {
    padding-right: 40px;
    padding-top: 30px;
  }

  .system-selector__row > div > img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .system-selector__options {
    padding: 85px 0 0 60px;
  }

  .selector-option {
    padding-right: 90px;
  }

  .selector-option:first-of-type {
    padding-right: 0;
  }

  .selector-option:last-of-type {
    padding-right: 180px;
  }

  .selector-option > div {
    margin-right: 25px;
    width: 200px;
  }

  .selector-option > img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }

  .system-selector__question {
    font-size: 40px;
  }

  .system-selector__form {
    width: 100%;
  }

  .result-option__diagram {
    width: 100%;
    margin: 0 auto;
  }

  .result-option__diagram a {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    line-height: 16px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .container.selector-results {
    padding: 0;
    max-width: 100%;
  }

  .system-selector__row > div {
    width: 100%;
    padding-right: 0;
  }

  .system-selector__row > div:last-of-type {
    width: 100%;
    padding: 50px 20px 0 20px;
  }

  .system-selector__question {
    font-size: 25px;
  }

  .result-options {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .system-selector__row {
    flex-wrap: wrap;
  }

  .system-selector__row > div {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
  }

  .system-selector__row > div:last-of-type {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }

  .system-selector__row.bg {
    background-image: none;
  }

  .system-selector__options {
    display: none;
  }

  .system-selector__question {
    font-size: 35px;
  }

  .selector-results__row {
    flex-wrap: wrap;
  }

  .selector-results__row > div {
    flex-basis: 100%;
    padding: 25px 25px 0 25px;
  }

  .selector-results__text h1 {
    font-size: 40px;
    margin: 25px 0;
  }

  .result-option__diagram {
    width: 100%;
  }

  .result-option__diagram a {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    font-size: 14px;
  }
}
/* System Selector End */
/* Tabbed Content Component Start */
.tabbed-content .nav-tabs {
  border-bottom: none;
  align-items: stretch;
  width: 100%;
  flex-wrap: nowrap;
}

.tabbed-content .nav-tabs .nav-item {
  flex: 0 1 33.3%;
  height: inherit;
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.tabbed-content .nav-tabs .nav-item:last-of-type {
  border-right: 1px solid #e2e2e2;
}

.tabbed-content .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.tabbed-content .nav-tabs .nav-link svg {
  height: 60px;
  margin-bottom: 10px;
  fill: #636363;
}

.tabbed-content .nav-tabs .nav-link span {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #636363;
}

.tabbed-content .nav-tabs .nav-link.active {
  background-color: #fbfbfb;
}

.tabbed-content .nav-tabs .nav-link.active span,
.tabbed-content .nav-tabs .nav-link.active svg {
  color: #008ce6;
  fill: #008ce6;
}

.tabbed-content .tab-pane > div {
  display: flex;
  padding: 45px 0;
  width: 100%;
  justify-content: space-between;
}

.tabbed-content .tab-content-icon {
  flex: 0 1 33.3%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.tabbed-content .tab-content-icon_img {
  display: flex;
  width: 132px;
  height: 132px;
  border-radius: 66px;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tabbed-content .tab-content-icon_img img {
  max-width: 80%;
  max-height: 80%;
}

.tabbed-content .tab-content-text {
  flex: 0 1 66.6%;
  color: #3f3f3f;
}

.tabbed-content .tab-content-text > * {
  margin-right: 200px;
}

.tabbed-content .tab-content-text p {
  line-height: 1.825;
  margin-bottom: 15px;
}

.tabbed-content .tab-content-text .secondaryCTA .right-arrow::after {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .tabbed-content .tab-content-text > * {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .tabbed-content .nav-tabs {
    flex-wrap: wrap;
  }

  .tabbed-content .nav-tabs .nav-item {
    flex: 0 1 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e2e2e2;
  }

  .tabbed-content .nav-tabs .nav-item:last-of-type {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }

  .tabbed-content .tab-content-text {
    padding-left: 10px;
  }
}
/* Tabbed Content Component End */
.small-icon-column-grid {
  padding-top: 42px;
  padding-bottom: 59px;
}
.small-icon-column-grid .container {
  padding-left: 47px;
  padding-right: 47px;
  width: 100%;
}
.small-icon-column-grid .row {
  margin-left: -47px;
  margin-right: -47px;
}
.small-icon-column-grid .col {
  padding: 0 47px;
  flex-basis: 100%;
  width: 100%;
}

.small-icon-column-grid__header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 40px;
}
.small-icon-column-grid__header img {
  height: 30px;
  margin-right: 5px;
  line-height: 36px;
}
.small-icon-column-grid__header span {
  font-size: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #313131;
}

.small-icon-column__group {
  margin-bottom: 28px;
}

.small-icon-column__circle {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: #008de6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
}
.small-icon-column__circle img {
  width: 24px;
}

.small-icon-column__cta {
  margin-bottom: 2px;
}
.small-icon-column__cta a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1c3387;
  line-height: 1;
}
.small-icon-column__cta a:hover {
  text-decoration: none;
}

.small-icon-column__copy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  line-height: 1.64;
}

@media (min-width: 576px) {
  .small-icon-column-grid .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .small-icon-column-grid {
    padding-top: 79px;
    padding-bottom: 75px;
  }
  .small-icon-column-grid .row {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .small-icon-column-grid.small-icon-column-grid--3 .container {
    max-width: 1116px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .small-icon-column-grid.small-icon-column-grid--3 .row {
    margin-left: -48px;
    margin-right: -48px;
  }
  .small-icon-column-grid.small-icon-column-grid--3 .col {
    padding: 0 48px;
    flex-basis: 33%;
    width: 33%;
  }
  .small-icon-column-grid.small-icon-column-grid--4 .container {
    max-width: 1274px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .small-icon-column-grid.small-icon-column-grid--4 .row {
    margin-left: -23px;
    margin-right: -23px;
  }
  .small-icon-column-grid.small-icon-column-grid--4 .col {
    padding: 0 23px;
    flex-basis: 25%;
    width: 25%;
  }

  .small-icon-column-grid__header {
    margin-bottom: 79px;
  }

  .small-icon-column__cta {
    margin-bottom: 14px;
  }
  .small-icon-column__cta a {
    font-size: 25px;
  }

  .small-icon-column__copy {
    font-size: 18px;
    line-height: 1.5;
  }
}
/* Accordion */
.accordion-wrapper {
  background-color: #f4f4f4;
}

.accordion-container {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.accordion-container .card {
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}

.accordion-container .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
}

.accordion-container .card-header button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 46px;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #00458c;
  border: none;
  white-space: normal;
}

.accordion-container .card-header button span {
  line-height: 20px;
  font-size: 16px;
  text-align: left;
}

.accordion-container .card-header button i {
  font-size: 24px;
  color: #0c91e7;
  padding-left: 20px;
  line-height: 1;
}

.accordion-container .card-body {
  line-height: 1.82;
  color: #3f3f3f;
  padding: 5px 100px 31px 46px;
}

@media (max-width: 768px) {
  .accordion-container .card-header button {
    padding: 20px 30px;
  }

  .accordion-container .card-body {
    padding: 5px 30px 20px 30px;
  }
}
.accordion-group__wrapper {
  padding: 62px 0 86px;
}

.accordion-group__container {
  padding-left: 29px;
  padding-right: 29px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-group__row {
  margin-left: -29px;
  margin-right: -29px;
}

.accordion-group__col {
  padding-left: 29px;
  padding-right: 29px;
}

/* Sidebar content */
.accordion-group-sidebar__logo {
  margin-bottom: 33px;
}
.accordion-group-sidebar__logo img {
  max-width: 272px;
}

.accordion-group-sidebar__headline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.accordion-group-sidebar__headline img {
  width: 30px;
  height: auto;
  margin-right: 15px;
  padding-top: 3px;
  line-height: 36px;
}
.accordion-group-sidebar__headline span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #141414;
  line-height: 1;
}

.accordion-group-sidebar p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #818181;
  line-height: 1.44;
  margin-bottom: 20px;
}

.accordion-group-sidebar__cta {
  margin-bottom: 33px;
}

/* Accordions */
.accordions {
  width: 100%;
}
.accordions > div {
  margin-bottom: 8px;
}
.accordions > div:last-of-type {
  margin-bottom: 0;
}
.accordions .card {
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.accordions .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
}
.accordions .card-header button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1c3387;
  border: none;
  white-space: normal;
}
.accordions .card-header button[aria-expanded=false] {
  padding: 31px 46px;
}
.accordions .card-header button[aria-expanded=true] {
  padding: 25px 46px 21px;
}
.accordions .card-header button span {
  font-size: 21px;
  text-align: left;
  line-height: 20px;
}
.accordions .card-header button i {
  font-size: 24px;
  color: #0c91e7;
  padding-left: 20px;
  line-height: 20px;
}
.accordions .card-body {
  padding: 0 46px 26px;
}
.accordions .card-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.125;
  color: #919191;
  margin-bottom: 10px;
}
.accordions .card-body p.secondaryCTA {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .accordion-group__wrapper {
    padding: 84px 0 97px;
  }

  .accordion-group__row {
    display: flex;
  }

  .accordion-group__col {
    width: 50%;
    height: inherit;
    flex-grow: 0;
    display: flex;
    align-items: center;
  }

  .accordion-group-sidebar__headline {
    margin-bottom: 14px;
  }

  .accordion-group-sidebar {
    padding-right: 20px;
  }
  .accordion-group-sidebar p {
    font-size: 18px;
    line-height: 1.5;
  }

  .accordion-group-sidebar__cta {
    margin-bottom: 0;
  }

  /* Accordions */
  .accordions .card-header button[aria-expanded=true] {
    padding: 25px 46px 17px;
  }
}
@media (min-width: 1150px) {
  .accordion-group__container {
    width: 1091px;
  }

  .accordion-group__col {
    width: unset;
  }

  .accordions {
    width: 593px;
  }
  .accordions .card-body p {
    margin-bottom: 13px;
  }
}
/* Emergency Banner */
.emergency-banner {
  background-color: #002b64;
  padding: 18px 0;
}

.emergency-banner .container {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.46;
}

.emergency-banner .container > a {
  white-space: nowrap;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .emergency-banner .container,
.emergency-banner .container > * {
    display: block;
  }

  .emergency-banner .container > a {
    padding-left: 0;
    margin-top: 10px;
  }
}
/* ASCE 7 Calculator */
.asce7-calc .header-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.asce7-calc .header-row .btn {
  margin: 0 0 0 20px;
}

.form-container .asce7-calc > fieldset > div:nth-last-child(2) {
  margin-bottom: 0;
}

.asce7-calc h1 {
  margin-bottom: 26px;
  line-height: 1.05;
}

.asce7-calc h2 {
  margin: 0 0 20px;
}

.asce7-calc section {
  margin-bottom: 40px;
}

.asce7-calc p {
  line-height: 19.2px;
  font-weight: 300;
  margin-bottom: 18px;
}

.asce7-calc label {
  line-height: 1.37;
}

.asce7-calc .floatLbl label {
  line-height: 1;
}

.asce7-calc label a {
  color: #00509e;
  font-weight: 700;
  font-style: normal;
}

.asce7-calc dl {
  line-height: 1.2;
}

.asce7-calc dt {
  margin-bottom: 2px;
}

.asce7-calc dd {
  margin-bottom: 15px;
}

.asce7-calc .report-area {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  width: 100%;
  overflow: auto;
}

.ft5 {
  font-size: 18px;
  padding-bottom: 4px;
  font-weight: 700;
}

.ft13,
.ft14 {
  font-size: 16px;
  border-top: 4px solid #0d4999;
  border-bottom: 1px solid #0d4999;
  padding: 3px 10px 3px 7px;
  background-color: #d8d9da;
}

.ft13 {
  border-top-width: 1px;
}

.ft15 {
  font-size: 16px;
  border-bottom: 1px solid #0d4999;
  padding: 3px 10px 3px 7px;
}

.ft14 span,
.ft15 span {
  font-weight: 700;
  padding-bottom: 4px;
}

.ft17 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-top: 4px solid #0d4999;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
}

.ft8 {
  border: none;
  background-color: #fff;
}

.ft18 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
}

.ft19 {
  font-size: 16px;
  text-align: center;
  border-top: 4px solid #0d4999;
  border-bottom: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
  font-weight: 700;
}

.ft21 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  padding: 3px 0;
  font-weight: 700;
}

.ft23 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  padding: 3px 0;
  font-weight: 700;
}

.ft25 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
}

.ft26 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #cfd1e7;
  padding: 3px 1px;
  font-weight: 700;
}

.ft27 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  background-color: #cfd1e7;
  padding: 3px 1px;
  font-weight: 700;
}

.ft28 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #a8b0d6;
  padding: 3px 1px;
  font-weight: 700;
}

.ft29 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  background-color: #a8b0d6;
  padding: 3px 1px;
  font-weight: 700;
}

.ft30 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #7684be;
  padding: 3px 1px;
  font-weight: 700;
}

.ft31 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0d4999;
  background-color: #7684be;
  padding: 3px 1px;
  font-weight: 700;
}

.ft32 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #0d4999;
  border-bottom: 1px solid #0d4999;
  border-right: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
}

.ft33 {
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #0d4999;
  border-bottom: 1px solid #0d4999;
  background-color: #d8d9da;
  padding: 3px 1px;
  font-weight: 700;
}

.ft11 {
  padding: 3px 10px 3px 7px;
  font-weight: 700;
  font-size: 16px;
}

.ft34, .ft35, .ft36 {
  border: 1px solid #0d4999;
  padding: 3px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.ft34 {
  background-color: #7684be;
}

.ft35 {
  background-color: #a8b0d6;
}

.ft36 {
  background-color: #cfd1e7;
}

@media (max-width: 991px) {
  .asce7-calc .header-row {
    flex-wrap: wrap;
  }

  .asce7-calc .header-row .btn {
    margin: 0 0 20px 0;
  }
}
/* Styled Tables */
.tabular {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.675;
  color: #343434;
  display: table;
  border-collapse: collapse;
}

.tabular-tr {
  display: table-row;
}

.tabular-th,
.tabular-td {
  display: table-cell;
  padding: 10px 25px;
  vertical-align: top;
}

.tabular-th {
  background-color: #f8f8f8;
  color: #00509e;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nanum Gothic", sans-serif;
}

.tabular-td {
  border-bottom: 2px solid #efefef;
}

.tabular-td:first-of-type {
  font-weight: 700;
}

.tabular > .scLooseFrameZone > .tabular-tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tabular > .scLooseFrameZone > .tabular-tr > .tabular-th,
.tabular > .scLooseFrameZone > .tabular-tr > .tabular-td {
  display: table-cell;
}

.tabular > .scEnabledChrome > .scChromeData {
  font-size: 11px;
  width: 100%;
  display: block;
  column-span: all;
}

.tabular-th > .scChromeData,
.tabular-td > .scChromeData {
  font-size: 11px;
  display: block;
}

@media (max-width: 768px) {
  .tabular,
.tabular-tr,
.tabular-th,
.tabular-td {
    display: block;
    font-size: 14px;
  }

  .tabular-tr:first-of-type {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tabular-tr {
    border-bottom: 2px solid #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabular-td {
    border-bottom: 0;
    position: relative;
    padding: 8px 10px 8px 50%;
    width: 100%;
  }

  .tabular-td:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 25px;
    white-space: nowrap;
  }

  .tabular-td:first-of-type {
    font-weight: 400;
  }
}
/* Drift Widget */
.drift-frame-controller {
  top: 80px !important;
}

.drift-conductor-item.drift-frame-chat {
  top: 144px !important;
}

/* Code Database */
.code-db {
  padding: 35px 25px;
  margin: 0 auto;
  width: auto;
}

.col3 .code-db__links {
  max-width: 564px;
  margin-bottom: 40px;
}

.code-db.col4 {
  max-width: 806px;
}

.code-db__links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto;
  width: auto;
}

.code-db__link {
  justify-content: center;
  padding: 0 12px 25px;
  box-sizing: content-box;
  text-align: center;
  flex-basis: 164px;
  line-height: 1;
}

.code-db__link a {
  width: 164px;
}

.code-db__link a div {
  border: 1px solid #d1d1d1;
  padding: 16px 6px;
  display: flex;
  height: 94px;
  align-items: center;
  justify-content: center;
}

.code-db__link img,
.code-db__map svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.code-db__link a span {
  font-weight: 700;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.2;
}

.code-db__link a > span {
  margin-top: 12px;
  display: block;
}

.code-db__link a:hover span {
  color: #008ce6;
  text-decoration: underline;
}

.code-db__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.code-db__map svg {
  position: absolute;
  top: 0;
  left: 0;
}

.code-db__map svg .cls-1 {
  fill: #fff;
}

.code-db__map svg .cls-2 {
  fill: #878787;
}

.code-db__map a:hover .cls-2,
.code-db__map a.hov .cls-2 {
  cursor: pointer;
  fill: #00509e;
}

@media (max-width: 991px) {
  .code-db__links {
    max-width: 564px;
  }
}
@media (max-width: 767px) {
  .code-db__links,
.col3 .code-db__links {
    max-width: 376px;
  }
}
@media (max-width: 455px) {
  .code-db__links,
.col3 .code-db__links {
    max-width: 188px;
  }
}
.codes-database {
  padding: 60px 0 20px;
}
.codes-database .container > div:first-of-type {
  margin-bottom: 30px;
}
.codes-database .container > div:last-of-type .col {
  margin-bottom: 40px;
}
.codes-database .col {
  flex-basis: 100%;
}
.codes-database h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
  color: #404041;
  margin: 0 0 30px;
}
.codes-database h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3b3b3b;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.codes-database ul {
  list-style-type: none;
  padding-left: 0;
}
.codes-database ul li {
  margin-bottom: 10px;
  line-height: 1.25;
}
.codes-database ul li:last-of-type {
  margin-bottom: 0;
}
.codes-database ul li a {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #32509e;
}

.codes-database__logo {
  max-width: 162px;
}

@media (min-width: 768px) {
  .codes-database .container {
    max-width: 100%;
  }
}
@media (min-width: 993px) {
  .codes-database .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .codes-database .container > div:first-of-type {
    flex-wrap: nowrap;
  }
  .codes-database .container > div:first-of-type > div:first-of-type {
    flex-grow: 1;
  }
  .codes-database .container > div:first-of-type > div:last-of-type {
    flex: 0;
  }
  .codes-database .container > div:first-of-type .col {
    display: flex;
    align-items: center;
    flex-basis: auto;
  }
  .codes-database .col {
    padding-left: 25px;
    padding-right: 25px;
    flex-basis: 33.33%;
    flex-grow: 0;
  }
  .codes-database .col:only-child {
    flex-basis: 100%;
  }
  .codes-database h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .codes-database .container {
    max-width: 1140px;
  }
}
/* Membrane Material Warranty File Upload */
.mmw.custom-input-file + label {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 25px;
  margin-bottom: 0;
}

.mmw.custom-input-file:focus + label,
.mmw.custom-input-file + label:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

.mmw.custom-input-file + label i {
  color: #008ce6;
  font-size: 25px;
  margin-right: 10px;
}

.mmw.upload-document__info {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}

.mmw.upload-document__info i {
  font-size: 14px;
  color: #008ce6;
}

/* Pagination controls */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a {
  color: #033434;
  display: inline-block;
  margin: 0 3px;
  display: inline-block;
  line-height: 1;
  padding: 6px 9px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.pagination.alt a {
  background-color: #f4f4f4;
}

.pagination a.chevron {
  background-color: transparent;
  box-shadow: none;
  font-size: 23px;
}

.pagination a.current {
  background-color: #008ce6;
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination span {
  display: inline-block;
  margin: 0 3px;
}

.tall-image-grid {
  padding: 39px 0 41px;
}
.tall-image-grid .container {
  padding: 0 46px;
  max-width: 100%;
}
.tall-image-grid .row {
  margin: 0 -46px;
  display: flex;
  flex-wrap: wrap;
}
.tall-image-grid .col {
  padding: 0 46px;
  flex-basis: 100%;
}
.tall-image-grid h2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #00509f;
}
.tall-image-grid h2 img {
  height: 36px;
  margin-right: 10px;
}
.tall-image-grid h2 span {
  line-height: 1;
}
.tall-image-grid p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #818181;
  margin-bottom: 12px;
}
.tall-image-grid .secondaryCTA {
  line-height: 1;
  margin-bottom: 20px;
}
.tall-image-grid .secondaryCTA a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.366;
}
.tall-image-grid .right-arrow:after {
  color: #008de6;
  font-size: 14px;
}

.tall-image-grid__card {
  margin-bottom: 10px;
  height: 426px;
}
.tall-image-grid__card .img-overlay {
  padding: 50px 110px 50px 25px;
  display: flex;
  flex-direction: column;
}

.tall-image-grid__cta {
  margin-top: auto;
}
.tall-image-grid__cta a {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .tall-image-grid .container {
    padding: 0 15px;
  }
  .tall-image-grid .container > div:first-of-type > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .tall-image-grid .row {
    margin: 0 -6.5px;
  }
  .tall-image-grid .col {
    padding: 0 6.5px;
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .tall-image-grid h2 {
    margin-bottom: 24px;
  }
  .tall-image-grid p {
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .tall-image-grid .secondaryCTA {
    margin-bottom: 38px;
  }

  .tall-image-grid__card .img-overlay {
    padding: 20px 25px;
  }

  .tall-image-grid__cta span, .tall-image-grid__cta i {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .tall-image-grid {
    padding: 98px 0 138px;
  }
  .tall-image-grid .container {
    max-width: 1108px;
    padding: 0 13px;
  }
  .tall-image-grid .col {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .tall-image-grid p {
    width: 50%;
  }

  .tall-image-grid__card {
    margin-bottom: 0;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.user-tabbed {
  padding: 4rem 0 3.5rem;
}
.user-tabbed .container {
  padding: 0 0.9375rem;
  width: 100%;
  max-width: none;
}
.user-tabbed a {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  color: #0f0f0f;
  line-height: 2.125rem;
  height: 100%;
}
.user-tabbed a:hover {
  text-decoration: none;
}
.user-tabbed .user-tabbed__content {
  transition: none;
  padding: 1.875rem 1.375rem 10rem;
}
.user-tabbed .user-tabbed__category {
  font-size: 0.8125rem;
  margin-bottom: 0.4375rem;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  line-height: 1.62;
}
.user-tabbed .swiper-wrapper {
  height: 100%;
}
.user-tabbed .swiper-slide {
  height: unset;
}
.user-tabbed .swiper-wrapper > div:first-of-type .user-tabbed__category {
  color: #0e2a60;
}
.user-tabbed .swiper-wrapper > div:first-of-type .user-tabbed__cta span {
  background-color: #0e2a60;
}
.user-tabbed .swiper-wrapper > div:nth-of-type(2) .user-tabbed__category {
  color: #2555aa;
}
.user-tabbed .swiper-wrapper > div:nth-of-type(2) .user-tabbed__cta span {
  background-color: #2555aa;
}
.user-tabbed .swiper-wrapper > div:last-of-type .user-tabbed__category {
  color: #008de6;
}
.user-tabbed .swiper-wrapper > div:last-of-type .user-tabbed__cta span {
  background-color: #008de6;
}
.user-tabbed .user-tabbed__title {
  line-height: 1.2;
  font-size: 1.3125rem;
  margin-bottom: 0.5625rem;
  font-weight: 700;
}
.user-tabbed .user-tabbed__desc {
  line-height: 1.4;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.85);
}
.user-tabbed .user-tabbed__cta {
  height: 2.9375rem;
  position: relative;
  overflow: hidden;
  align-content: flex-end;
  margin-top: auto;
}
.user-tabbed .user-tabbed__cta span {
  transition: none;
  position: relative;
  bottom: auto;
  color: #fff;
  font-size: 0.75rem;
  padding: 1rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  line-height: 1;
  white-space: nowrap;
}

.user-tabbed__nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.user-tabbed__nav > div {
  background-color: #008de6;
  border: none;
  color: #fff;
  font-size: 1.875rem;
  padding: 0.0625rem 0.75rem;
}
.user-tabbed__nav > div:last-of-type {
  margin-left: 0.25rem;
}
.user-tabbed__nav > div:hover {
  cursor: pointer;
}
.user-tabbed__nav > div:focus {
  outline: none;
}
.user-tabbed__nav > div.swiper-button-disabled {
  opacity: 50%;
  cursor: auto;
}

@media only screen and (min-width: 768px) {
  .user-tabbed .container {
    max-width: 57.5rem;
  }
  .user-tabbed .user-tabbed__content {
    padding: 3.75rem 1.5rem;
    transition: all 0.45s ease;
  }
  .user-tabbed .user-tabbed__category {
    font-size: 0.6875rem;
    margin-bottom: 0.5625rem;
  }
  .user-tabbed .user-tabbed__cta {
    overflow: hidden;
  }
  .user-tabbed .user-tabbed__cta span {
    font-size: 0.6875rem;
    transition: all 0.45s ease;
    position: absolute;
    left: 0;
    bottom: 101%;
  }
  .user-tabbed a:hover {
    text-decoration: none;
  }
  .user-tabbed a:hover .user-tabbed__content {
    padding-top: 1.25rem;
    padding-bottom: 6.25rem;
  }
  .user-tabbed a:hover .user-tabbed__cta span {
    display: block;
    bottom: 0;
  }

  .user-tabbed__nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .user-tabbed .user-tabbed__cta span {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .user-tabbed .container {
    max-width: 68.75rem;
  }
  .user-tabbed .user-tabbed__content {
    padding: 4.375rem 2.1875rem 5rem;
  }
  .user-tabbed .user-tabbed___category {
    font-size: 0.8125rem;
  }
  .user-tabbed .user-tabbed__title {
    font-size: 1.5625rem;
  }
  .user-tabbed .user-tabbed__desc {
    font-size: 0.875rem;
  }
  .user-tabbed .user-tabbed__cta span {
    font-size: 0.8125rem;
  }
  .user-tabbed a:hover .user-tabbed__content {
    padding-top: 1.875rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1299px) {
  .user-tabbed .container {
    max-width: 75rem;
  }
  .user-tabbed .user-tabbed__content {
    padding: 4.375rem 2.1875rem 5.9375rem;
  }
  .user-tabbed .user-tabbed__category {
    font-size: 0.875rem;
  }
  .user-tabbed .user-tabbed__title {
    line-height: 1.3;
  }
  .user-tabbed .user-tabbed__desc {
    font-size: 0.9375rem;
  }
  .user-tabbed .user-tabbed__cta span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1399px) {
  .user-tabbed .container {
    max-width: 87.5rem;
  }
  .user-tabbed .user-tabbed__content {
    padding: 5.625rem 2.5rem 8.75rem;
  }
  .user-tabbed .user-tabbed__category {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
  .user-tabbed .user-tabbed__title {
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }
  .user-tabbed .user-tabbed__desc {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  .user-tabbed .user-tabbed__cta {
    height: 4.875rem;
  }
  .user-tabbed .user-tabbed__cta span {
    font-size: 1.0625rem;
    padding: 1.25rem;
  }
}
@media only screen and (min-width: 1599px) {
  .user-tabbed .container {
    max-width: 100rem;
  }
  .user-tabbed .user-tabbed__content {
    padding: 6.25rem 2.5rem 9.375rem;
  }
  .user-tabbed .user-tabbed__category {
    font-size: 1.1875rem;
    margin-bottom: 0.6875rem;
  }
  .user-tabbed .user-tabbed__title {
    font-size: 2.1875rem;
    margin-bottom: 1.25rem;
  }
  .user-tabbed .user-tabbed__desc {
    font-size: 1.1875rem;
  }
  .user-tabbed .user-tabbed__cta {
    font-size: 1.375rem;
    padding: 1.375rem;
  }
}
.staff-grid {
  border-top: 1px solid #e8e8e8;
  padding: 43px 0 56px;
}
.staff-grid .container {
  max-width: 1470px;
}
.staff-grid .breadcrumbs-wrapper {
  margin-bottom: 53px;
}
.staff-grid .breadcrumbs {
  line-height: 1;
}
.staff-grid .breadcrumbs li a {
  font-size: 16px;
  line-height: 1;
  color: #888;
  font-weight: 400;
  text-transform: none;
}

.staff-grid__headline {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #2555aa;
  margin-bottom: 28px;
}

.staff-grid__items-container {
  padding: 0;
}

.staff-grid__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  width: 100%;
}

.staff-grid__item {
  padding: 0 6px;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 12px;
}

.staff-grid__item-link {
  background-color: blue;
  display: block;
  position: relative;
}
.staff-grid__item-link img {
  width: 100%;
  height: auto;
}

.staff-grid__text {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 22px;
}

.staff-grid__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.staff-grid__first-name,
.staff-grid__last-name {
  display: block;
}

.staff-grid__last-name i {
  display: none;
  padding-left: 10px;
}

.staff-grid__titles {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.staff-grid__item-link:hover .staff-grid__text {
  background-image: linear-gradient(rgba(0, 80, 158, 0.73), rgba(0, 59, 116, 0.73));
}
.staff-grid__item-link:hover .staff-grid__last-name i {
  display: inline-block;
}

.staff-grid__item .modal-dialog-centered {
  text-align: left;
}
.staff-grid__item .modal-dialog-centered .modal-body > div:last-of-type {
  margin-top: 0;
}
.staff-grid__item .modal-dialog-centered .modal-body p {
  line-height: 1.62;
  font-size: 16px;
}
.staff-grid__item .modal-content {
  border-radius: 4px;
  box-shadow: 0 3px 16px 0 rgba(14, 56, 136, 0.16);
}
.staff-grid__item .modal-body {
  padding: 20px;
}

.staff-grid-modal__name {
  font-weight: 700;
  font-size: 32px;
  color: #2555aa;
  line-height: 1;
  margin-bottom: 15px;
}

.staff-grid-modal__email,
.staff-grid-modal__phone {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.staff-grid-modal__email i,
.staff-grid-modal__phone i {
  font-size: 12px;
  color: #2555aa;
  width: 23px;
}
.staff-grid-modal__email a,
.staff-grid-modal__phone a {
  font-size: 14px;
  color: #008de6;
}

.staff-grid-modal__bio {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5d5d5d;
}

@media only screen and (min-width: 576px) {
  .staff-grid__item {
    width: 50%;
    flex-basis: 50%;
  }
  .staff-grid__item .modal-dialog-centered .modal-body p {
    font-size: 21px;
  }
  .staff-grid__item .modal-body {
    padding: 20px 40px;
  }

  .staff-grid-modal__name {
    font-size: 36px;
  }

  .staff-grid-modal__email i,
.staff-grid-modal__phone i {
    font-size: 14px;
  }
  .staff-grid-modal__email a,
.staff-grid-modal__phone a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .staff-grid__item {
    width: 33.33%;
    flex-basis: 33.33%;
  }

  .staff-grid__name {
    font-size: 30px;
  }

  .staff-grid__titles {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .staff-grid__item {
    width: 25%;
    flex-basis: 25%;
  }
  .staff-grid__item .modal-body {
    padding: 41px 124px 55px;
  }

  .staff-grid__titles {
    font-size: 16px;
  }

  .staff-grid-modal__name {
    font-size: 65px;
  }

  .staff-grid-modal__email a,
.staff-grid-modal__phone a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1300px) {
  .staff-grid__item {
    width: 20%;
    flex-basis: 20%;
  }
}
.tabbed-data--v .container {
  padding: 0 1px;
  max-width: 1470px;
}
.tabbed-data--v .tabbed-data__row {
  margin: 0 -15px 50px;
  display: flex;
  flex-wrap: wrap;
}
.tabbed-data--v .tabbed-data__tabs {
  padding: 0 15px;
  width: 100%;
}
.tabbed-data--v .nav {
  display: flex;
  flex-wrap: nowrap;
}
.tabbed-data--v .nav .nav-link {
  display: block;
  font-size: 11px;
  color: #2f2f2f;
  line-height: 1;
  padding: 12px;
  border-radius: 3px;
  width: 33.33%;
  text-align: center;
}
.tabbed-data--v .nav .nav-link.active {
  background-color: #008de6;
  color: #fff;
}
.tabbed-data--v .tabbed-data__content {
  padding: 0 15px;
  width: 100%;
}
.tabbed-data--v .tabbed-data__content table {
  font-size: 12px;
  table-layout: fixed;
  width: 100%;
  color: #5d5d5d;
  line-height: 1.25;
}
.tabbed-data--v .tabbed-data__content tr {
  border-bottom: 2px solid #f8f9fa;
}
.tabbed-data--v .tabbed-data__content th {
  vertical-align: top;
  background-color: #f8f9fa;
  padding: 16px 10px 14px;
  text-transform: uppercase;
}
.tabbed-data--v .tabbed-data__content th a:link, .tabbed-data--v .tabbed-data__content th a:visited {
  font-weight: 700;
  color: #9d9d9d;
  word-break: break-word;
}
.tabbed-data--v .tabbed-data__content th a:hover, .tabbed-data--v .tabbed-data__content th a:active {
  text-decoration: none;
}
.tabbed-data--v .tabbed-data__content td {
  padding: 12px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabbed-data--v .tabbed-data__content td a:link, .tabbed-data--v .tabbed-data__content td a:visited {
  color: #3d8adf;
  text-decoration: none;
}
.tabbed-data--v .tabbed-data__content td a:hover, .tabbed-data--v .tabbed-data__content td a:active {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .tabbed-data--v .container {
    margin: 0 auto;
    padding: 0 15px;
  }
  .tabbed-data--v .tabbed-data__row {
    flex-wrap: nowrap;
  }
  .tabbed-data--v .tabbed-data__tabs {
    width: 244px;
    padding: 0 8.5px;
  }
  .tabbed-data--v .nav {
    display: block;
  }
  .tabbed-data--v .nav .nav-link {
    font-size: 17px;
    padding: 16px 21px 15px;
    width: 100%;
    text-align: left;
  }
  .tabbed-data--v .tabbed-data__content {
    padding: 0 8.5px;
  }
  .tabbed-data--v .tabbed-data__content table {
    font-size: 21px;
    line-height: 1;
  }
  .tabbed-data--v .tabbed-data__content th {
    font-size: 18px;
    padding: 33px 5px 29px 47px;
  }
  .tabbed-data--v .tabbed-data__content td {
    padding: 19px 5px 19px 47px;
  }
}
.custom-training-checklist {
  padding: 30px 15px;
  max-width: 1190px;
}
.custom-training-checklist h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2555aa;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}
.custom-training-checklist .subhead {
  font-size: 1rem;
  color: #212121;
  line-height: 1.2;
  font-weight: 700;
  margin: 8px 0 5px;
}
.custom-training-checklist .form-container fieldset {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.custom-training-checklist .form-container fieldset legend {
  font-size: 1.3rem;
  color: #2555aa;
  font-weight: 700;
  line-height: 1.12;
}
.custom-training-checklist .form-container .two-col {
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
}
.custom-training-checklist .form-container .two-col > div {
  padding: 0;
  width: 100%;
}
.custom-training-checklist .form-container .two-col .form-group {
  padding: 0;
}
.custom-training-checklist .form-container .two-col .form-group.form-check-group {
  margin-bottom: 25px;
}
.custom-training-checklist .form-check-group__header {
  margin: 15px 0 5px;
}
.custom-training-checklist .floatLbl {
  overflow: hidden;
  white-space: nowrap;
}
.custom-training-checklist .form-check-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-training-checklist .form-check-group .form-check-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
}
.custom-training-checklist .form-check-group .form-check-label::before {
  padding-right: 0;
  padding-bottom: 6px;
}
.custom-training-checklist .form-check {
  margin-bottom: 0;
}
.custom-training-checklist #attendee_interests {
  display: none;
  padding-top: 3px;
}

.custom-training-checklist__instructions {
  font-size: 1.2rem;
  line-height: 1.35;
  color: #3c3c3c;
  margin-bottom: 2.05rem;
}

#custom-training-checklist__confirmation-group {
  display: none;
}

.custom-training-checklist__confirmation {
  font-weight: 300;
  font-size: 1.32rem;
  margin-bottom: 1rem;
  color: #404041;
}

@media (min-width: 769px) {
  .custom-training-checklist .form-container .two-col {
    margin: 0 -10px;
    flex-wrap: nowrap;
  }
  .custom-training-checklist .form-container .two-col > div {
    padding: 0 10px;
    width: 50%;
  }
  .custom-training-checklist .form-container .two-col .form-group {
    padding: 0;
    margin-bottom: 10px;
  }
  .custom-training-checklist .form-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .custom-training-checklist h1 {
    font-size: 3.375rem;
    margin-bottom: 1rem;
  }

  .custom-training-checklist__instructions {
    font-size: 1.375rem;
  }

  .custom-training-checklist__confirmation {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .custom-training-checklist {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 190px;
  }
  .custom-training-checklist .form-container .two-col {
    margin: 0 -25px;
  }
  .custom-training-checklist .form-container .two-col > div {
    padding: 0 25px;
  }
  .custom-training-checklist .form-container .two-col .form-group {
    padding: 0;
  }
  .custom-training-checklist .form-container fieldset {
    padding-bottom: 2.175rem;
  }
  .custom-training-checklist .form-container fieldset legend {
    font-size: 1.75rem;
  }
}
.leed {
  border-top: 1px solid #e8e8e8;
  padding-top: 33px;
  padding-bottom: 66px;
}
.leed > div {
  margin-bottom: 29px;
}
.leed .backlink {
  line-height: 1;
  font-size: 1.125rem;
}
.leed .backlink .backbtn {
  display: inline;
  background: none;
  border: none;
  color: #008de6;
  cursor: pointer;
}
.leed .backlink .backbtn:hover {
  text-decoration: underline;
}
.leed h1 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.25;
  color: #2555aa;
  margin-bottom: 20px;
}
.leed p {
  font-size: 1.0625rem;
}
.leed fieldset legend {
  color: #404041;
  margin-bottom: 10px;
}
.leed .btn-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.leed .one-col.btn-row > div {
  width: auto;
}
.leed .confirmation-info table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.leed .confirmation-info caption {
  caption-side: top;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f65a9;
  line-height: 1;
}
.leed .confirmation-info td:first-of-type {
  font-weight: 700;
}
.leed .map iframe {
  width: 100%;
  aspect-ratio: 1/0.59;
  background: #f4f4f4 url("../images/loading.gif") no-repeat center;
}
.leed .expansion-buttons {
  display: flex;
  margin-bottom: 14px;
}
.leed .expansion-buttons a {
  background-color: #f8f8f8;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leed .expansion-buttons a svg path {
  fill: #d1d1d1;
}
.leed .expansion-buttons a:first-of-type {
  margin-right: 9px;
}
.leed .expansion-buttons a.active {
  background-color: #008de6;
}
.leed .expansion-buttons a.active svg path {
  fill: #ffffff;
}
.leed .expansion-buttons a:focus {
  outline: none;
}
.leed .expansion-buttons a:hover {
  cursor: pointer;
}
.leed .leed-accordion {
  margin-bottom: 10px;
}
.leed .leed-accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 4px;
}
.leed .leed-accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.leed .leed-accordion .btn {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #0e2a60;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 19px 26px;
}
.leed .leed-accordion .btn i {
  margin-left: 8px;
}
.leed .leed-accordion .btn-link,
.leed .leed-accordion .btn-link:hover {
  text-decoration: none !important;
}
.leed .leed-accordion .card-body {
  padding: 0;
}
.leed .leed-accordion .card-body .form-group.form-check-group {
  margin-bottom: 0;
}
.leed .leed-accordion .card-body .form-group.form-check-group .form-check .form-check-label {
  font-weight: 400;
}
.leed .leed-accordion .card-body > div {
  padding: 4px 26px;
}
.leed .leed-accordion .card-body > div:nth-child(even) {
  background-color: #f8f8f8;
}
.leed .letter-generation {
  text-align: center;
  color: #4d4d4d;
}
.leed .letter-generation .content {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.leed .letter-generation p {
  font-size: 1.325rem;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.3;
}
.leed .letter-generation ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 17px;
}
.leed .letter-generation ul li {
  text-align: center;
  color: #2555aa;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
}
.leed .floatLbl input,
.leed .floatLbl.custom-select {
  border: 1px solid #454545;
}

.leed-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
}
.leed-overlay .loading {
  width: 50px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #f4f4f4;
  border-right-color: #2555aa;
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
@media only screen and (min-width: 993px) {
  .leed h1 {
    font-size: 2.125rem;
  }
  .leed .confirmation-info {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
  }
  .leed .confirmation-info > div {
    width: 50%;
    padding: 0 10px;
  }
  .leed .letter-generation p {
    font-size: 1.625rem;
  }
  .leed .letter-generation ul li {
    font-size: 1.3125rem;
  }
}
.loading-shimmer {
  background-color: #f6f6f6;
  background-image: linear-gradient(to right, #e9e9e9 0%, #d4d4d4 20%, #bfbfbf 40%, #e9e9e9 100%);
  background-size: 800px 104px;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
}

.zoom-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.zoom-hero .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.29;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zoom-hero .container {
  padding: 8vw 5vw 16vw;
  margin: 0;
  max-width: none;
  z-index: 1;
  position: relative;
}

.zoom-hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoom-hero__bg img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.zoom-hero__text-content {
  margin-bottom: 1.25rem;
}
.zoom-hero__text-content h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  opacity: 0;
}
.zoom-hero__text-content p {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  opacity: 0;
}
.zoom-hero__text-content sup {
  font-size: 50%;
  top: -0.75em;
}
.zoom-hero__text-content .learn-more {
  opacity: 0;
  line-height: 1;
}
.zoom-hero__text-content .learn-more a, .zoom-hero__text-content .learn-more a:link, .zoom-hero__text-content .learn-more a:visited {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  padding: 1.25rem 0;
}
.zoom-hero__text-content .learn-more a:hover, .zoom-hero__text-content .learn-more a:active {
  color: #008de6;
  text-decoration: none;
}
.zoom-hero__text-content .learn-more i {
  font-size: 2.0625rem;
  font-weight: 400;
  margin-left: 1rem;
}

.zoom-hero__image-content .upper {
  margin-bottom: 1.25rem;
  opacity: 0;
}
.zoom-hero__image-content .lower {
  opacity: 0;
}

@media only screen and (min-width: 993px) {
  .zoom-hero .container {
    display: flex;
    padding: 8vw 5vw;
  }

  .zoom-hero__text-content {
    margin-bottom: 2.5rem;
    padding-right: 10vw;
    flex-grow: 1;
  }
  .zoom-hero__text-content h1 {
    font-size: 3rem;
  }
  .zoom-hero__text-content p {
    font-size: 1.125rem;
  }
  .zoom-hero__text-content .learn-more a, .zoom-hero__text-content .learn-more a:link, .zoom-hero__text-content .learn-more a:visited {
    font-size: 1.375rem;
  }
  .zoom-hero__text-content .learn-more i {
    font-size: 2.9375rem;
  }

  .zoom-hero__image-content {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .zoom-hero .container {
    padding: 7.5rem 6.5vw;
  }

  .zoom-hero__text-content {
    margin-bottom: 0;
    padding-right: 15vw;
  }
  .zoom-hero__text-content h1 {
    font-size: 3.125rem;
    line-height: 1.3;
    margin-bottom: 0.625rem;
  }
  .zoom-hero__text-content p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1300px) {
  .zoom-hero__text-content {
    padding-right: 20vw;
  }
  .zoom-hero__text-content h1 {
    font-size: 4.0625rem;
  }
}
.animated-lr-grid {
  padding: 8vw 5vw 16vw;
}

.animated-lr-grid > div:last-of-type {
  margin-bottom: 0;
}

.animated-lr-grid__header {
  text-align: center;
}
.animated-lr-grid__header h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 7vw;
  line-height: 1.3;
  margin-bottom: 8vw;
}

.animated-lr-grid__img-container {
  overflow: hidden;
  width: 90%;
  position: relative;
}
.animated-lr-grid__img-container .wipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animated-lr-grid__img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  padding: 3px;
}
.animated-lr-grid__img img {
  width: 100%;
  height: auto;
}

.animated-lr-grid__txt-container {
  background-color: #fff;
  padding: 8vw 8.5vw;
  width: 90%;
  transform: translateY(-10vw);
  box-shadow: 0 0.8vw 1.5vw 0 rgba(0, 0, 0, 0.34);
  text-align: center;
}
.animated-lr-grid__txt-container span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2555aa;
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.5;
  display: block;
}
.animated-lr-grid__txt-container span.percent {
  font-weight: 400;
  font-size: 10vw;
  line-height: 1;
  padding: 3vw 0;
}
.animated-lr-grid__txt-container em {
  font-style: normal;
  font-weight: 500;
}
.animated-lr-grid__txt-container .secondaryCTA {
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 1;
  margin: 3vw 0 0;
}
.animated-lr-grid__txt-container .secondaryCTA .right-arrow::after {
  font-size: 3vw;
  color: #008de6;
}

.syntec-bg-white .animated-lr-grid__img-container .wipe {
  background-color: #fff;
}

.syntec-bg-light-gray .animated-lr-grid__img-container .wipe {
  background-color: #f4f4f4;
}

.syntec-bg-dark-primary .animated-lr-grid__img-container .wipe {
  background-color: #2555aa;
}

.animated-lr-grid__row.right-text .animated-lr-grid__img-container {
  margin-right: 10%;
}
.animated-lr-grid__row.right-text .animated-lr-grid__txt-container {
  margin-left: 10%;
}

.animated-lr-grid__row.left-text .animated-lr-grid__img-container {
  margin-left: 10%;
}
.animated-lr-grid__row.left-text .animated-lr-grid__txt-container {
  margin-right: 10%;
}

@media only screen and (min-width: 768px) {
  .animated-lr-grid {
    padding: 5vw 5vw 14vw;
  }

  .animated-lr-grid__header h2 {
    font-size: 3vw;
    margin-bottom: 5vw;
  }

  .animated-lr-grid__row {
    margin-bottom: 5vw;
    display: grid;
    grid-template-columns: 35% 12% 6% 12% 35%;
  }

  .animated-lr-grid__img-container {
    width: unset;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .animated-lr-grid__img {
    display: block;
  }
  .animated-lr-grid__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .animated-lr-grid__txt-container {
    transform: translate(0, 0);
    grid-row-start: 1;
    grid-row-end: 2;
    width: unset;
    margin: 5vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw 6vw;
    box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.34);
  }
  .animated-lr-grid__txt-container span {
    font-size: 2vw;
  }
  .animated-lr-grid__txt-container span.percent {
    font-size: 6vw;
    padding: 2vw 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA {
    font-size: 1.5vw;
    margin: 1.5vw 0 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA .right-arrow::after {
    font-size: 1.5vw;
  }

  .animated-lr-grid__row.right-text .animated-lr-grid__img-container {
    margin-right: 0;
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .animated-lr-grid__row.right-text .animated-lr-grid__txt-container {
    margin-left: 0;
    grid-column-start: 4;
    grid-column-end: 6;
  }

  .animated-lr-grid__row.left-text .animated-lr-grid__img-container {
    margin-left: 0;
    grid-column-start: 2;
    grid-column-end: 6;
  }
  .animated-lr-grid__row.left-text .animated-lr-grid__txt-container {
    margin-right: 0;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 992px) {
  .animated-lr-grid {
    padding: 5vw 3vw 8vw;
  }

  .animated-lr-grid__header h2 {
    font-size: 2.7vw;
    margin-bottom: 5vw;
  }

  .animated-lr-grid__row {
    margin-bottom: 4.6vw;
  }

  .animated-lr-grid__txt-container {
    margin: 3.63vw 0;
    padding: 4vw 5vw;
    box-shadow: 0 0.27vw 0.54vw 0 rgba(0, 0, 0, 0.34);
  }
  .animated-lr-grid__txt-container span {
    font-size: 2vw;
  }
  .animated-lr-grid__txt-container span.percent {
    font-size: 6.66vw;
    padding: 1.5vw 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA {
    font-size: 1.4vw;
    margin: 1.4vw 0 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA .right-arrow::after {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 1200px) {
  .animated-lr-grid {
    padding: 4vw 10vw 8vw;
  }

  .animated-lr-grid__header h2 {
    font-size: 2vw;
    margin-bottom: 3.8vw;
  }

  .animated-lr-grid__row {
    margin-bottom: 5.2vw;
  }

  .animated-lr-grid__txt-container {
    margin: 4vw 0;
    padding: 3.4vw 4.2vw;
    box-shadow: 0 0.27vw 0.54vw 0 rgba(0, 0, 0, 0.34);
  }
  .animated-lr-grid__txt-container span {
    font-size: 1.6vw;
  }
  .animated-lr-grid__txt-container span.percent {
    font-size: 5.6vw;
    padding: 1vw 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA {
    font-size: 1.2vw;
    margin: 1.2vw 0 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA .right-arrow::after {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 1600px) {
  .animated-lr-grid {
    padding: 3.1vw 10vw 7.5vw;
  }

  .animated-lr-grid__header h2 {
    font-size: 1.6vw;
    margin-bottom: 3.1vw;
  }

  .animated-lr-grid__row {
    margin-bottom: 3.5vw;
  }

  .animated-lr-grid__txt-container {
    margin: 2.7vw 0;
    padding: 3vw 4vw;
    box-shadow: 0 0.1vw 0.2vw 0 rgba(0, 0, 0, 0.34);
  }
  .animated-lr-grid__txt-container span {
    font-size: 1.1vw;
  }
  .animated-lr-grid__txt-container span.percent {
    font-size: 3.3vw;
    padding: 0.5vw 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA {
    font-size: 1.1vw;
    margin: 1.2vw 0 0;
  }
  .animated-lr-grid__txt-container .secondaryCTA .right-arrow::after {
    font-size: 1.1vw;
  }
}
.animated-icon-card-grid {
  padding: 8vw 5vw 16vw;
  background-color: #fff;
}

.animated-icon-card-grid__header {
  text-align: center;
}
.animated-icon-card-grid__header h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #1c1c1c;
  font-size: 7vw;
  line-height: 1.3;
  margin-bottom: 8vw;
}

.animated-icon-cards {
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 5vw;
}

.animated-icon-cards__row {
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 5vw;
}

.animated-icon-card {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10vw;
}
.animated-icon-card img {
  max-width: 40%;
  margin-bottom: 6vw;
}
.animated-icon-card .lg {
  font-weight: 100;
  font-size: 10.5vw;
  line-height: 1;
  margin-bottom: 4vw;
}
.animated-icon-card .md {
  font-weight: 100;
  font-size: 8.5vw;
}
.animated-icon-card .sm {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.3;
}
.animated-icon-card hr {
  border-top: 1px solid #fff;
  margin: 3.5vw 0;
}

.animated-icon-cards.light-gray .animated-icon-card {
  background-color: #f4f4f4;
  color: #343434;
}

.animated-icon-cards.carlisle-blue .animated-icon-card {
  background-color: #2555aa;
  color: #fff;
}

.animated-icon-cards.dark-blue .animated-icon-card {
  background-color: #0e2a60;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .animated-icon-card-grid {
    padding: 5vw 5vw 8vw;
  }

  .animated-icon-card-grid__header h2 {
    font-size: 2.7vw;
    margin-bottom: 5vw;
  }

  .animated-icon-cards {
    grid-auto-rows: unset;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    row-gap: 2vw;
  }

  .animated-icon-cards__row {
    grid-auto-rows: unset;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2vw;
  }

  .animated-icon-card {
    padding: 4vw 2.2vw;
  }
  .animated-icon-card img {
    margin-bottom: 3vw;
  }
  .animated-icon-card .lg {
    font-size: 3.5vw;
    margin-bottom: 1.6vw;
  }
  .animated-icon-card .md {
    font-size: 2.7vw;
  }
  .animated-icon-card .sm {
    font-size: 1.6vw;
  }
  .animated-icon-card hr {
    margin: 1.1vw 0;
  }
}
@media only screen and (min-width: 1200px) {
  .animated-icon-card-grid {
    padding: 4vw 2.9vw 8vw;
  }

  .animated-icon-card-grid__header h2 {
    font-size: 2vw;
    margin-bottom: 3.8vw;
  }

  .animated-icon-cards {
    row-gap: 2.9vw;
  }

  .animated-icon-cards__row {
    column-gap: 2.9vw;
  }

  .animated-icon-card img {
    margin-bottom: 1.5vw;
  }
  .animated-icon-card .lg {
    margin-bottom: 1.4vw;
  }
  .animated-icon-card hr {
    margin: 0.9vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .animated-icon-card-grid {
    padding: 3.1vw 0.96vw 7.5vw;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .animated-icon-card-grid__header h2 {
    font-size: 1.6vw;
    margin-bottom: 3.1vw;
  }

  .animated-icon-cards {
    row-gap: 2.1vw;
  }

  .animated-icon-cards__row {
    column-gap: 2.1vw;
  }

  .animated-icon-card {
    padding: 4vw 1.5vw;
  }
  .animated-icon-card img {
    max-width: 35%;
    margin-bottom: 2vw;
  }
  .animated-icon-card .lg {
    font-size: 3vw;
    margin-bottom: 0.85vw;
  }
  .animated-icon-card .sm {
    font-size: 1.2vw;
  }
  .animated-icon-card hr {
    margin: 1.2vw 0;
  }
}
.animated-cta-image {
  padding: 12vw 5vw;
  background-position: 0 0, center;
  background-size: auto, cover;
  position: relative;
}
.animated-cta-image h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4vw;
  opacity: 0;
}
.animated-cta-image ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  opacity: 0;
}
.animated-cta-image li {
  margin-right: 4vw;
  margin-bottom: 4vw;
}
.animated-cta-image a:link, .animated-cta-image a:visited {
  padding: 2.2vw 9vw;
}
.animated-cta-image a:link span, .animated-cta-image a:visited span {
  color: #fff;
  font-size: 3.9vw;
}
.animated-cta-image a:link span:after, .animated-cta-image a:visited span:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f2fb";
  margin-left: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .animated-cta-image {
    padding: 10vw 5vw;
  }
  .animated-cta-image h2 {
    font-size: 6.5vw;
  }
  .animated-cta-image a:link, .animated-cta-image a:visited {
    padding: 1.5vw 4.5vw;
  }
  .animated-cta-image a:link span, .animated-cta-image a:visited span {
    font-size: 1.95vw;
  }
  .animated-cta-image a:link span:after, .animated-cta-image a:visited span:after {
    margin-left: 1.75vw;
  }
}
@media only screen and (min-width: 992px) {
  .animated-cta-image h2 {
    font-size: 5vw;
    margin-bottom: 2vw;
    line-height: 1.3;
    max-width: 75%;
  }
  .animated-cta-image a:link, .animated-cta-image a:visited {
    padding: 0.92vw 4.25vw;
  }
  .animated-cta-image a:link span, .animated-cta-image a:visited span {
    font-size: 1.8vw;
  }
  .animated-cta-image a:link span:after, .animated-cta-image a:visited span:after {
    margin-left: 1.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .animated-cta-image h2 {
    line-height: 1.25;
  }
  .animated-cta-image li {
    margin-right: 3.5vw;
  }
  .animated-cta-image a:link, .animated-cta-image a:visited {
    padding: 0.725vw 3.2vw;
  }
  .animated-cta-image a:link span, .animated-cta-image a:visited span {
    font-size: 1.7vw;
  }
  .animated-cta-image a:link span:after, .animated-cta-image a:visited span:after {
    margin-left: 1.3vw;
  }
}
@media only screen and (min-width: 1400px) {
  .animated-cta-image {
    padding: 11vw 5vw;
  }
  .animated-cta-image h2 {
    font-size: 4.25vw;
    max-width: 66.66%;
  }
  .animated-cta-image li {
    margin-right: 3.25vw;
  }
  .animated-cta-image a:link, .animated-cta-image a:visited {
    padding: 0.65vw 3vw;
  }
  .animated-cta-image a:link span, .animated-cta-image a:visited span {
    font-size: 1.4vw;
  }
  .animated-cta-image a:link span:after, .animated-cta-image a:visited span:after {
    margin-left: 1vw;
  }
}
.quotation-msg {
  margin: 5vw;
  position: relative;
}
.quotation-msg .wipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.quotation-msg-container {
  display: flex;
  flex-wrap: wrap;
}
.quotation-msg-container > div {
  flex-basis: 100%;
}
.quotation-msg-container .quotation-side {
  padding: 8vw 5vw;
}
.quotation-msg-container .quotation-side h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 7.5vw;
  line-height: 1.15;
  margin-bottom: 5vw;
}
.quotation-msg-container .quotation-side blockquote {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 4vw;
  margin-bottom: 6vw;
  line-height: 1.56;
}
.quotation-msg-container .quotation-side blockquote:before {
  content: "“";
}
.quotation-msg-container .quotation-side blockquote:after {
  content: "”";
}
.quotation-msg-container .quotation-side a:link span, .quotation-msg-container .quotation-side a:visited span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3.9vw;
}
.quotation-msg-container .quotation-side a:link span:after, .quotation-msg-container .quotation-side a:visited span:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f2fb";
  margin-left: 3.5vw;
}
.quotation-msg-container .photo-side {
  position: relative;
}
.quotation-msg-container .photo-side img {
  width: 100%;
}
.quotation-msg-container .photo-side .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8vw 5vw;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4vw;
  line-height: 1.4;
  color: #fff;
}
.quotation-msg-container .photo-side .text-wrap .name {
  font-weight: 700;
}
.quotation-msg-container .photo-side .text-wrap .role {
  font-style: italic;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .quotation-msg {
    margin: 2vw 5vw;
  }

  .quotation-msg-container {
    flex-wrap: nowrap;
  }
  .quotation-msg-container > div {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .quotation-msg-container .quotation-side {
    padding: 4vw 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .quotation-msg-container .quotation-side h2 {
    font-size: 3.2vw;
    margin-bottom: 2.1vw;
  }
  .quotation-msg-container .quotation-side blockquote {
    font-size: 1.7vw;
    margin-bottom: 2.7vw;
  }
  .quotation-msg-container .quotation-side a:link, .quotation-msg-container .quotation-side a:visited {
    margin-right: auto;
  }
  .quotation-msg-container .quotation-side a:link span, .quotation-msg-container .quotation-side a:visited span {
    font-size: 1.5vw;
  }
  .quotation-msg-container .quotation-side a:link span:after, .quotation-msg-container .quotation-side a:visited span:after {
    margin-left: 1.75vw;
  }
  .quotation-msg-container .photo-side .image-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .quotation-msg-container .photo-side .image-wrap img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  .quotation-msg-container .photo-side .text-wrap {
    font-size: 1.5vw;
    padding: 3vw;
  }

  .reverse .quotation-msg-container {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .quotation-msg {
    margin: 2vw 2.9vw 6vw;
  }

  .quotation-msg-container .quotation-side {
    padding: 6vw 4.25vw;
  }
  .quotation-msg-container .quotation-side blockquote {
    font-size: 1.8vw;
  }
}
@media only screen and (min-width: 1400px) {
  .quotation-msg {
    margin: 1vw auto 4vw auto;
    max-width: 78.08%;
  }

  .quotation-msg-container .quotation-side {
    padding: 5vw 3.25vw;
  }
  .quotation-msg-container .quotation-side h2 {
    font-size: 2.75vw;
  }
  .quotation-msg-container .quotation-side blockquote {
    font-size: 1.6vw;
  }
  .quotation-msg-container .quotation-side a:link span, .quotation-msg-container .quotation-side a:visited span {
    font-size: 1.2vw;
  }
  .quotation-msg-container .quotation-side a:link span:after, .quotation-msg-container .quotation-side a:visited span:after {
    margin-left: 1.2vw;
  }
  .quotation-msg-container .photo-side .text-wrap {
    font-size: 1.3vw;
  }
}
.animated-photo-card-grid {
  background-color: white;
  padding: 5vw;
  --animPhotoCardBorder: 5vw;
  --animPhotoCardInnerPadding: calc(var(--animPhotoCardBorder) * 2);
}

.animated-photo-cards__col {
  margin-bottom: 5vw;
}

.animated-photo-card {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  position: relative;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-origin: center, center;
}
.animated-photo-card:hover {
  text-decoration: none;
}
.animated-photo-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 80, 158, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.animated-photo-card .borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animated-photo-card .borders > div {
  background-color: #2555aa;
}
.animated-photo-card .borders .top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--animPhotoCardBorder);
  transform: scale(0, 1);
  transform-origin: right center;
}
.animated-photo-card .borders .left {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--animPhotoCardBorder);
  height: 100%;
  transform: scale(1, 0);
  transform-origin: top left;
}
.animated-photo-card .borders .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--animPhotoCardBorder);
  transform: scale(0, 1);
  transform-origin: left center;
}
.animated-photo-card .borders .right {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--animPhotoCardBorder);
  height: 100%;
  transform: scale(1, 0);
  transform-origin: bottom right;
}
.animated-photo-card .content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: var(--animPhotoCardInnerPadding);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.animated-photo-card .content-wrap .content-flex {
  flex-grow: 1;
  position: relative;
}
.animated-photo-card .content-wrap .content-block {
  position: absolute;
  top: calc(100% - var(--animPhotoCardInnerPadding));
  transition: top 0.5s ease;
}
.animated-photo-card .content-wrap h2 {
  font-weight: 700;
  font-size: 6vw;
  margin-bottom: 3vw;
  line-height: 1.2;
}
.animated-photo-card .content-wrap p {
  font-size: 3.2vw;
  line-height: 1.85;
  opacity: 0;
}
.animated-photo-card .content-wrap .explore {
  font-weight: 700;
  font-size: 3.4vw;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: auto;
  padding-top: 0.75vw;
}
.animated-photo-card .content-wrap .explore i {
  margin-left: 2.1vw;
  transition: transform 0.5s ease;
}

.animated-photo-card:hover .content-wrap .content-block {
  top: 0;
}
.animated-photo-card:hover .content-wrap .explore i {
  transform: translate(2.1vw, 0);
}

@media only screen and (min-width: 768px) {
  .animated-photo-card {
    --animPhotoCardBorder: 4.2vw;
    --animPhotoCardInnerPadding: calc(var(--animPhotoCardBorder) * 2);
  }
  .animated-photo-card .content-wrap h2 {
    font-size: 5.2vw;
    margin-bottom: 1.8vw;
  }
  .animated-photo-card .content-wrap p {
    font-size: 2.85vw;
    line-height: 1.5;
    margin-right: 10%;
  }
  .animated-photo-card .content-wrap .explore {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .animated-photo-cards__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
  }

  .animated-photo-cards__col {
    flex-basis: 50%;
    margin-bottom: 3vw;
  }

  .animated-photo-card {
    --animPhotoCardBorder: 2vw;
    --animPhotoCardInnerPadding: calc(var(--animPhotoCardBorder) * 2);
  }
  .animated-photo-card .content-wrap h2 {
    font-size: 3vw;
    margin-bottom: 1.1vw;
  }
  .animated-photo-card .content-wrap p {
    font-size: 1.6vw;
    line-height: 1.87;
  }
  .animated-photo-card .content-wrap .explore {
    font-size: 1.5vw;
    padding-top: 1vw;
  }
  .animated-photo-card .content-wrap .explore i {
    margin-left: 1vw;
  }

  .animated-photo-card:hover .content-wrap .explore i {
    transform: translate(1vw, 0);
  }
}
@media only screen and (min-width: 1200px) {
  .animated-photo-card-grid {
    margin: 2vw 6vw;
    padding: 0;
  }

  .animated-photo-cards__row {
    column-gap: 6vw;
    margin-bottom: 6vw;
  }

  .animated-photo-cards__col {
    margin-bottom: 0;
  }

  .animated-photo-card .content-wrap h2 {
    margin-bottom: 1vw;
  }
  .animated-photo-card .content-wrap p {
    font-size: 1.375vw;
    line-height: 1.75;
  }
  .animated-photo-card .content-wrap .explore {
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1400px) {
  .animated-photo-card-grid {
    width: 78.08%;
    margin: 1vw auto;
  }

  .animated-photo-cards__row {
    column-gap: 5vw;
    margin-bottom: 5vw;
  }

  .animated-photo-card {
    --animPhotoCardBorder: 1.45vw;
    --animPhotoCardInnerPadding: calc(var(--animPhotoCardBorder) * 2.2);
  }
  .animated-photo-card .content-wrap h2 {
    font-size: 2.5vw;
    margin-bottom: 0.65vw;
  }
  .animated-photo-card .content-wrap p {
    font-size: 1.15vw;
    line-height: 1.73;
  }
  .animated-photo-card .content-wrap .explore {
    font-size: 1.2vw;
  }
  .animated-photo-card .content-wrap .explore i {
    margin-left: 0.75vw;
  }

  .animated-photo-card:hover .content-wrap .explore i {
    transform: translate(0.75vw, 0);
  }
}
.animated-tabular-data {
  padding: 5vw;
}
.animated-tabular-data h2, .animated-tabular-data h3 {
  text-align: center;
  margin-bottom: 3vw;
  font-size: 7vw;
  line-height: 1.25;
  font-weight: 300;
  opacity: 0;
}
.animated-tabular-data h3 {
  margin-bottom: 5vw;
}
.animated-tabular-data p {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  padding: 0 6vw;
  opacity: 0;
  font-size: 4vw;
}
.animated-tabular-data .tabular-data {
  padding: 5vw;
  font-weight: 300;
  text-align: center;
  opacity: 0;
}
.animated-tabular-data .thead {
  display: none;
  opacity: 0;
}
.animated-tabular-data .tr {
  display: flex;
  flex-wrap: wrap;
}
.animated-tabular-data .tr > div {
  flex-basis: 25%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  padding: 1.5vw 0 4.25vw;
  line-height: 1.22;
}
.animated-tabular-data .tr > div:nth-of-type(2) {
  flex-basis: 100%;
  padding: 4.24vw 0 1.5vw;
}
.animated-tabular-data .tr .rule {
  height: 1px;
  background-color: #fff;
  padding: 0;
  flex-basis: 100%;
}
.animated-tabular-data .tr span {
  font-weight: bold;
  display: block;
  opacity: 0;
}
.animated-tabular-data .tr .col-header {
  font-weight: 300;
  margin-bottom: 1vw;
}

.animated-tabular-data.syntec-bg-dark-primary .tabular-data {
  background-color: #002b64;
}

.animated-tabular-data.syntec-bg-white .tabular-data {
  background-color: #f4f4f4;
}
.animated-tabular-data.syntec-bg-white .tr .rule {
  background-color: #343434;
}

.animated-tabular-data.syntec-bg-light-gray .tabular-data {
  background-color: #fff;
}
.animated-tabular-data.syntec-bg-light-gray .tr .rule {
  background-color: #343434;
}

@media only screen and (min-width: 768px) {
  .animated-tabular-data {
    padding: 6vw 5vw 8vw;
  }
  .animated-tabular-data h2 {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
  .animated-tabular-data h3 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
  .animated-tabular-data p {
    font-size: 2.75vw;
  }
  .animated-tabular-data .tabular-data {
    padding: 4vw;
  }
  .animated-tabular-data .tr > div {
    font-size: 3.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .animated-tabular-data {
    padding: 5.2vw 3vw 4vw;
  }
  .animated-tabular-data h2 {
    font-size: 3.9vw;
    margin-bottom: 1.75vw;
  }
  .animated-tabular-data h3 {
    font-size: 3.9vw;
    margin-bottom: 5.2vw;
  }
  .animated-tabular-data p {
    font-size: 2vw;
    margin-bottom: 4vw;
  }
  .animated-tabular-data .tabular-data {
    padding: 3.5vw 4vw;
  }
  .animated-tabular-data .thead {
    display: flex;
    flex-wrap: nowrap;
  }
  .animated-tabular-data .thead > div {
    flex-basis: 12%;
    font-size: 3vw;
    line-height: 1;
    padding-bottom: 1.9vw;
  }
  .animated-tabular-data .thead > div:first-of-type {
    flex-basis: 52%;
  }
  .animated-tabular-data .tr > div {
    font-size: 2vw;
    flex-basis: 12%;
    padding: 1.6vw 0;
    text-align: center;
  }
  .animated-tabular-data .tr > div:nth-of-type(2) {
    flex-basis: 52%;
    text-align: left;
    padding: 1.6vw 0;
  }
  .animated-tabular-data .tr .col-header {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .animated-tabular-data {
    padding: 4vw 2.9vw;
  }
  .animated-tabular-data h2 {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  .animated-tabular-data h3 {
    font-size: 3vw;
  }
  .animated-tabular-data p {
    font-size: 1.7vw;
    padding: 0 7vw;
    margin-bottom: 3.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .animated-tabular-data {
    padding: 3.25vw 6vw 5vw;
  }
  .animated-tabular-data h2 {
    font-size: 2.1vw;
    margin-bottom: 1vw;
  }
  .animated-tabular-data h3 {
    font-size: 2.1vw;
    margin-bottom: 2.3vw;
  }
  .animated-tabular-data p {
    font-size: 1.15vw;
    padding: 0 8vw;
    margin-bottom: 2.25vw;
  }
  .animated-tabular-data .tabular-data {
    padding: 1.75vw 2.8vw 2.25vw;
  }
  .animated-tabular-data .thead > div {
    font-size: 1.7vw;
    padding: 0.9vw 0;
  }
  .animated-tabular-data .thead > div:nth-of-type(2) {
    padding: 0.9vw 0;
  }
  .animated-tabular-data .tr > div {
    font-size: 1.35vw;
    padding: 0.9vw 0;
  }
  .animated-tabular-data .tr > div:nth-of-type(2) {
    padding: 0.9vw 0;
  }
}
.cta-button-card-grid_container {
  width: 100%;
  background-color: #fff;
}

.cta-button-card-grid {
  display: flex;
  flex-direction: column;
  gap: 3vw 0;
  padding: 6.6vw 4.5vw;
}

.cta-button-card {
  background-color: #0e2a60;
  border: 6px solid #0e2a60;
  border-radius: 0.625rem;
  padding: 8vw 6vw 11vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 3vw;
  transition: background-color 0.3s ease;
}
.cta-button-card .zmdi {
  color: #fff;
  font-size: 10vw;
  line-height: 1;
  transition: color 0.3s ease;
}
.cta-button-card .text {
  color: #fff;
  font-family: "OpenSansBold", sans-serif;
  font-size: 6vw;
  transition: color 0.3s ease;
  line-height: 1;
}

.cta-button-card:hover {
  background-color: #fff;
  text-decoration: none;
}
.cta-button-card:hover .zmdi, .cta-button-card:hover .text {
  color: #0e2a60;
}

@media only screen and (min-width: 768px) {
  .cta-button-card-grid {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 3vw;
    padding: 4.5vw 3vw;
  }

  .cta-button-card {
    flex-basis: 50%;
    padding: 6vw 3vw 8.6vw;
    row-gap: 1.6vw;
  }
  .cta-button-card .zmdi, .cta-button-card .text {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1276px) {
  .cta-button-card-grid {
    gap: 0 2.875rem;
    width: 100%;
    max-width: 79.75rem;
    margin: 0 auto;
    padding: 4.5rem 2.875rem;
  }

  .cta-button-card {
    row-gap: 1.3125rem;
    padding: 4.8125rem 2.25rem 6.75rem;
  }
  .cta-button-card .zmdi {
    font-size: 2.5rem;
  }
  .cta-button-card .text {
    font-size: 2.375rem;
  }
}
.intro-content {
  background-color: #fff;
}

.intro-content__container {
  padding: 8.5vw 5.5vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  text-align: left;
}

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

.intro-content__header {
  font-family: "OpenSansBold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 0;
  order: 1;
}

.intro-content__subhead {
  font-family: "OpenSansBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0e2a60;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  order: 0;
}

.intro-content__copy {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #343434;
  line-height: 1.8;
  margin-bottom: 0;
  order: 2;
}

@media only screen and (min-width: 993px) {
  .intro-content__container {
    padding: 5.9375rem 0.9375rem 6.5rem;
    margin: 0 auto;
    width: 100%;
    max-width: 1162px;
  }

  .intro-content__header {
    font-size: 3rem;
  }

  .intro-content__copy {
    font-size: 1.25rem;
  }
}
.multi-loc-map {
  padding-top: clamp(3.75rem, 12vw, 5.0625rem);
  padding-right: 0;
  padding-bottom: clamp(3.75rem, 12vw, 8rem);
  padding-left: 0;
}
.multi-loc-map .container {
  width: 100%;
  max-width: 77.625rem;
  padding: 0 1.375rem;
}
.multi-loc-map h2 {
  font-family: "OpenSansBold", sans-serif;
  color: #0f0f0f;
  font-size: clamp(1.25rem, 5vw, 2rem);
  line-height: 1.25;
  text-align: center;
  margin-bottom: clamp(1.5rem, 6vw, 2.4375rem);
}
.multi-loc-map .map {
  background-color: gray;
  height: 40.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2025 Fonticons, Inc.
*/
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa)::before {
  content: var(--fa);
  content: var(--fa)/"";
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.1em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.225em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: 0.75em;
  /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0833333333em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.125em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: 0.875em;
  /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0714285714em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.0535714286em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: 1.25em;
  /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.05em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.075em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: 1.5em;
  /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0416666667em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.125em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: 2em;
  /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.03125em;
  /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.1875em;
  /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

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

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

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

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-1 {
  --fa: "1";
}

.fa-2 {
  --fa: "2";
}

.fa-3 {
  --fa: "3";
}

.fa-4 {
  --fa: "4";
}

.fa-5 {
  --fa: "5";
}

.fa-6 {
  --fa: "6";
}

.fa-7 {
  --fa: "7";
}

.fa-8 {
  --fa: "8";
}

.fa-9 {
  --fa: "9";
}

.fa-exclamation {
  --fa: "!";
}

.fa-hashtag {
  --fa: "#";
}

.fa-dollar-sign {
  --fa: "$";
}

.fa-dollar {
  --fa: "$";
}

.fa-usd {
  --fa: "$";
}

.fa-percent {
  --fa: "%";
}

.fa-percentage {
  --fa: "%";
}

.fa-asterisk {
  --fa: "*";
}

.fa-plus {
  --fa: "+";
}

.fa-add {
  --fa: "+";
}

.fa-less-than {
  --fa: "<";
}

.fa-equals {
  --fa: "=";
}

.fa-greater-than {
  --fa: ">";
}

.fa-question {
  --fa: "?";
}

.fa-at {
  --fa: "@";
}

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

.fa-i {
  --fa: "I";
}

.fa-j {
  --fa: "J";
}

.fa-k {
  --fa: "K";
}

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

.fa-v {
  --fa: "V";
}

.fa-w {
  --fa: "W";
}

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-faucet {
  --fa: "";
}

.fa-faucet-drip {
  --fa: "";
}

.fa-house-chimney-window {
  --fa: "";
}

.fa-house-signal {
  --fa: "";
}

.fa-temperature-arrow-down {
  --fa: "";
}

.fa-temperature-down {
  --fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
}

.fa-temperature-up {
  --fa: "";
}

.fa-trailer {
  --fa: "";
}

.fa-bacteria {
  --fa: "";
}

.fa-bacterium {
  --fa: "";
}

.fa-box-tissue {
  --fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
}

.fa-hand-sparkles {
  --fa: "";
}

.fa-hands-bubbles {
  --fa: "";
}

.fa-hands-wash {
  --fa: "";
}

.fa-handshake-slash {
  --fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
}

.fa-head-side-cough {
  --fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
}

.fa-head-side-mask {
  --fa: "";
}

.fa-head-side-virus {
  --fa: "";
}

.fa-house-chimney-user {
  --fa: "";
}

.fa-house-laptop {
  --fa: "";
}

.fa-laptop-house {
  --fa: "";
}

.fa-lungs-virus {
  --fa: "";
}

.fa-people-arrows {
  --fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
}

.fa-plane-slash {
  --fa: "";
}

.fa-pump-medical {
  --fa: "";
}

.fa-pump-soap {
  --fa: "";
}

.fa-shield-virus {
  --fa: "";
}

.fa-sink {
  --fa: "";
}

.fa-soap {
  --fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
}

.fa-shop-slash {
  --fa: "";
}

.fa-store-alt-slash {
  --fa: "";
}

.fa-store-slash {
  --fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
}

.fa-users-slash {
  --fa: "";
}

.fa-virus {
  --fa: "";
}

.fa-virus-slash {
  --fa: "";
}

.fa-viruses {
  --fa: "";
}

.fa-vest {
  --fa: "";
}

.fa-vest-patches {
  --fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
}

.fa-austral-sign {
  --fa: "";
}

.fa-baht-sign {
  --fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
}

.fa-bolt-lightning {
  --fa: "";
}

.fa-book-bookmark {
  --fa: "";
}

.fa-camera-rotate {
  --fa: "";
}

.fa-cedi-sign {
  --fa: "";
}

.fa-chart-column {
  --fa: "";
}

.fa-chart-gantt {
  --fa: "";
}

.fa-clapperboard {
  --fa: "";
}

.fa-clover {
  --fa: "";
}

.fa-code-compare {
  --fa: "";
}

.fa-code-fork {
  --fa: "";
}

.fa-code-pull-request {
  --fa: "";
}

.fa-colon-sign {
  --fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
}

.fa-display {
  --fa: "";
}

.fa-dong-sign {
  --fa: "";
}

.fa-elevator {
  --fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
}

.fa-florin-sign {
  --fa: "";
}

.fa-folder-closed {
  --fa: "";
}

.fa-franc-sign {
  --fa: "";
}

.fa-guarani-sign {
  --fa: "";
}

.fa-gun {
  --fa: "";
}

.fa-hands-clapping {
  --fa: "";
}

.fa-house-user {
  --fa: "";
}

.fa-home-user {
  --fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
}

.fa-indian-rupee {
  --fa: "";
}

.fa-inr {
  --fa: "";
}

.fa-kip-sign {
  --fa: "";
}

.fa-lari-sign {
  --fa: "";
}

.fa-litecoin-sign {
  --fa: "";
}

.fa-manat-sign {
  --fa: "";
}

.fa-mask-face {
  --fa: "";
}

.fa-mill-sign {
  --fa: "";
}

.fa-money-bills {
  --fa: "";
}

.fa-naira-sign {
  --fa: "";
}

.fa-notdef {
  --fa: "";
}

.fa-panorama {
  --fa: "";
}

.fa-peseta-sign {
  --fa: "";
}

.fa-peso-sign {
  --fa: "";
}

.fa-plane-up {
  --fa: "";
}

.fa-rupiah-sign {
  --fa: "";
}

.fa-stairs {
  --fa: "";
}

.fa-timeline {
  --fa: "";
}

.fa-truck-front {
  --fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
}

.fa-try {
  --fa: "";
}

.fa-turkish-lira {
  --fa: "";
}

.fa-vault {
  --fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
}

.fa-wheat-awn {
  --fa: "";
}

.fa-wheat-alt {
  --fa: "";
}

.fa-wheelchair-move {
  --fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
}

.fa-bowl-rice {
  --fa: "";
}

.fa-person-pregnant {
  --fa: "";
}

.fa-house-chimney {
  --fa: "";
}

.fa-home-lg {
  --fa: "";
}

.fa-house-crack {
  --fa: "";
}

.fa-house-medical {
  --fa: "";
}

.fa-cent-sign {
  --fa: "";
}

.fa-plus-minus {
  --fa: "";
}

.fa-sailboat {
  --fa: "";
}

.fa-section {
  --fa: "";
}

.fa-shrimp {
  --fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
}

.fa-chart-simple {
  --fa: "";
}

.fa-diagram-next {
  --fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
}

.fa-diagram-successor {
  --fa: "";
}

.fa-earth-oceania {
  --fa: "";
}

.fa-globe-oceania {
  --fa: "";
}

.fa-bug-slash {
  --fa: "";
}

.fa-file-circle-plus {
  --fa: "";
}

.fa-shop-lock {
  --fa: "";
}

.fa-virus-covid {
  --fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
}

.fa-anchor-lock {
  --fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
}

.fa-arrows-spin {
  --fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
}

.fa-bore-hole {
  --fa: "";
}

.fa-bottle-droplet {
  --fa: "";
}

.fa-bottle-water {
  --fa: "";
}

.fa-bowl-food {
  --fa: "";
}

.fa-boxes-packing {
  --fa: "";
}

.fa-bridge {
  --fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
}

.fa-bridge-lock {
  --fa: "";
}

.fa-bridge-water {
  --fa: "";
}

.fa-bucket {
  --fa: "";
}

.fa-bugs {
  --fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
}

.fa-building-circle-check {
  --fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
}

.fa-building-flag {
  --fa: "";
}

.fa-building-lock {
  --fa: "";
}

.fa-building-ngo {
  --fa: "";
}

.fa-building-shield {
  --fa: "";
}

.fa-building-un {
  --fa: "";
}

.fa-building-user {
  --fa: "";
}

.fa-building-wheat {
  --fa: "";
}

.fa-burst {
  --fa: "";
}

.fa-car-on {
  --fa: "";
}

.fa-car-tunnel {
  --fa: "";
}

.fa-child-combatant {
  --fa: "";
}

.fa-child-rifle {
  --fa: "";
}

.fa-children {
  --fa: "";
}

.fa-circle-nodes {
  --fa: "";
}

.fa-clipboard-question {
  --fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
}

.fa-computer {
  --fa: "";
}

.fa-cubes-stacked {
  --fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
}

.fa-explosion {
  --fa: "";
}

.fa-ferry {
  --fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
}

.fa-file-circle-minus {
  --fa: "";
}

.fa-file-circle-question {
  --fa: "";
}

.fa-file-shield {
  --fa: "";
}

.fa-fire-burner {
  --fa: "";
}

.fa-fish-fins {
  --fa: "";
}

.fa-flask-vial {
  --fa: "";
}

.fa-glass-water {
  --fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
}

.fa-handcuffs {
  --fa: "";
}

.fa-hands-bound {
  --fa: "";
}

.fa-hands-holding-child {
  --fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
}

.fa-heart-circle-check {
  --fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
}

.fa-helmet-un {
  --fa: "";
}

.fa-hill-avalanche {
  --fa: "";
}

.fa-hill-rockslide {
  --fa: "";
}

.fa-house-circle-check {
  --fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
}

.fa-house-fire {
  --fa: "";
}

.fa-house-flag {
  --fa: "";
}

.fa-house-flood-water {
  --fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
}

.fa-house-lock {
  --fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
}

.fa-house-medical-flag {
  --fa: "";
}

.fa-house-tsunami {
  --fa: "";
}

.fa-jar {
  --fa: "";
}

.fa-jar-wheat {
  --fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
}

.fa-jug-detergent {
  --fa: "";
}

.fa-kitchen-set {
  --fa: "";
}

.fa-land-mine-on {
  --fa: "";
}

.fa-landmark-flag {
  --fa: "";
}

.fa-laptop-file {
  --fa: "";
}

.fa-lines-leaning {
  --fa: "";
}

.fa-location-pin-lock {
  --fa: "";
}

.fa-locust {
  --fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
}

.fa-mask-ventilator {
  --fa: "";
}

.fa-mattress-pillow {
  --fa: "";
}

.fa-mobile-retro {
  --fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
}

.fa-mosquito {
  --fa: "";
}

.fa-mosquito-net {
  --fa: "";
}

.fa-mound {
  --fa: "";
}

.fa-mountain-city {
  --fa: "";
}

.fa-mountain-sun {
  --fa: "";
}

.fa-oil-well {
  --fa: "";
}

.fa-people-group {
  --fa: "";
}

.fa-people-line {
  --fa: "";
}

.fa-people-pulling {
  --fa: "";
}

.fa-people-robbery {
  --fa: "";
}

.fa-people-roof {
  --fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
}

.fa-person-burst {
  --fa: "";
}

.fa-person-cane {
  --fa: "";
}

.fa-person-chalkboard {
  --fa: "";
}

.fa-person-circle-check {
  --fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
}

.fa-person-circle-minus {
  --fa: "";
}

.fa-person-circle-plus {
  --fa: "";
}

.fa-person-circle-question {
  --fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
}

.fa-person-dress-burst {
  --fa: "";
}

.fa-person-drowning {
  --fa: "";
}

.fa-person-falling {
  --fa: "";
}

.fa-person-falling-burst {
  --fa: "";
}

.fa-person-half-dress {
  --fa: "";
}

.fa-person-harassing {
  --fa: "";
}

.fa-person-military-pointing {
  --fa: "";
}

.fa-person-military-rifle {
  --fa: "";
}

.fa-person-military-to-person {
  --fa: "";
}

.fa-person-rays {
  --fa: "";
}

.fa-person-rifle {
  --fa: "";
}

.fa-person-shelter {
  --fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
}

.fa-plane-circle-check {
  --fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
}

.fa-plane-lock {
  --fa: "";
}

.fa-plate-wheat {
  --fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
}

.fa-plug-circle-check {
  --fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
}

.fa-ranking-star {
  --fa: "";
}

.fa-road-barrier {
  --fa: "";
}

.fa-road-bridge {
  --fa: "";
}

.fa-road-circle-check {
  --fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
}

.fa-road-lock {
  --fa: "";
}

.fa-road-spikes {
  --fa: "";
}

.fa-rug {
  --fa: "";
}

.fa-sack-xmark {
  --fa: "";
}

.fa-school-circle-check {
  --fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
}

.fa-school-flag {
  --fa: "";
}

.fa-school-lock {
  --fa: "";
}

.fa-sheet-plastic {
  --fa: "";
}

.fa-shield-cat {
  --fa: "";
}

.fa-shield-dog {
  --fa: "";
}

.fa-shield-heart {
  --fa: "";
}

.fa-square-nfi {
  --fa: "";
}

.fa-square-person-confined {
  --fa: "";
}

.fa-square-virus {
  --fa: "";
}

.fa-staff-snake {
  --fa: "";
}

.fa-rod-asclepius {
  --fa: "";
}

.fa-rod-snake {
  --fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
}

.fa-tarp {
  --fa: "";
}

.fa-tarp-droplet {
  --fa: "";
}

.fa-tent {
  --fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
}

.fa-tents {
  --fa: "";
}

.fa-toilet-portable {
  --fa: "";
}

.fa-toilets-portable {
  --fa: "";
}

.fa-tower-cell {
  --fa: "";
}

.fa-tower-observation {
  --fa: "";
}

.fa-tree-city {
  --fa: "";
}

.fa-trowel {
  --fa: "";
}

.fa-trowel-bricks {
  --fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
}

.fa-truck-droplet {
  --fa: "";
}

.fa-truck-field {
  --fa: "";
}

.fa-truck-field-un {
  --fa: "";
}

.fa-truck-plane {
  --fa: "";
}

.fa-users-between-lines {
  --fa: "";
}

.fa-users-line {
  --fa: "";
}

.fa-users-rays {
  --fa: "";
}

.fa-users-rectangle {
  --fa: "";
}

.fa-users-viewfinder {
  --fa: "";
}

.fa-vial-circle-check {
  --fa: "";
}

.fa-vial-virus {
  --fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
}

.fa-worm {
  --fa: "";
}

.fa-xmarks-lines {
  --fa: "";
}

.fa-child-dress {
  --fa: "";
}

.fa-child-reaching {
  --fa: "";
}

.fa-file-circle-check {
  --fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
}

.fa-person-through-window {
  --fa: "";
}

.fa-plant-wilt {
  --fa: "";
}

.fa-stapler {
  --fa: "";
}

.fa-train-tram {
  --fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
}

.fa-chart-diagram {
  --fa: "";
}

.fa-comment-nodes {
  --fa: "";
}

.fa-file-fragment {
  --fa: "";
}

.fa-file-half-dashed {
  --fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
}

.fa-square-binary {
  --fa: "";
}

.fa-pentagon {
  --fa: "";
}

.fa-non-binary {
  --fa: "";
}

.fa-spiral {
  --fa: "";
}

.fa-mobile-vibrate {
  --fa: "";
}

.fa-single-quote-left {
  --fa: "";
}

.fa-single-quote-right {
  --fa: "";
}

.fa-bus-side {
  --fa: "";
}

.fa-septagon {
  --fa: "";
}

.fa-heptagon {
  --fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
}

.fa-glass-martini {
  --fa: "";
}

.fa-music {
  --fa: "";
}

.fa-magnifying-glass {
  --fa: "";
}

.fa-search {
  --fa: "";
}

.fa-heart {
  --fa: "";
}

.fa-star {
  --fa: "";
}

.fa-user {
  --fa: "";
}

.fa-user-alt {
  --fa: "";
}

.fa-user-large {
  --fa: "";
}

.fa-film {
  --fa: "";
}

.fa-film-alt {
  --fa: "";
}

.fa-film-simple {
  --fa: "";
}

.fa-table-cells-large {
  --fa: "";
}

.fa-th-large {
  --fa: "";
}

.fa-table-cells {
  --fa: "";
}

.fa-th {
  --fa: "";
}

.fa-table-list {
  --fa: "";
}

.fa-th-list {
  --fa: "";
}

.fa-check {
  --fa: "";
}

.fa-xmark {
  --fa: "";
}

.fa-close {
  --fa: "";
}

.fa-multiply {
  --fa: "";
}

.fa-remove {
  --fa: "";
}

.fa-times {
  --fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
}

.fa-search-plus {
  --fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
}

.fa-search-minus {
  --fa: "";
}

.fa-power-off {
  --fa: "";
}

.fa-signal {
  --fa: "";
}

.fa-signal-5 {
  --fa: "";
}

.fa-signal-perfect {
  --fa: "";
}

.fa-gear {
  --fa: "";
}

.fa-cog {
  --fa: "";
}

.fa-house {
  --fa: "";
}

.fa-home {
  --fa: "";
}

.fa-home-alt {
  --fa: "";
}

.fa-home-lg-alt {
  --fa: "";
}

.fa-clock {
  --fa: "";
}

.fa-clock-four {
  --fa: "";
}

.fa-road {
  --fa: "";
}

.fa-download {
  --fa: "";
}

.fa-inbox {
  --fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
}

.fa-redo {
  --fa: "";
}

.fa-arrows-rotate {
  --fa: "";
}

.fa-refresh {
  --fa: "";
}

.fa-sync {
  --fa: "";
}

.fa-rectangle-list {
  --fa: "";
}

.fa-list-alt {
  --fa: "";
}

.fa-lock {
  --fa: "";
}

.fa-flag {
  --fa: "";
}

.fa-headphones {
  --fa: "";
}

.fa-headphones-alt {
  --fa: "";
}

.fa-headphones-simple {
  --fa: "";
}

.fa-volume-off {
  --fa: "";
}

.fa-volume-low {
  --fa: "";
}

.fa-volume-down {
  --fa: "";
}

.fa-volume-high {
  --fa: "";
}

.fa-volume-up {
  --fa: "";
}

.fa-qrcode {
  --fa: "";
}

.fa-barcode {
  --fa: "";
}

.fa-tag {
  --fa: "";
}

.fa-tags {
  --fa: "";
}

.fa-book {
  --fa: "";
}

.fa-bookmark {
  --fa: "";
}

.fa-print {
  --fa: "";
}

.fa-camera {
  --fa: "";
}

.fa-camera-alt {
  --fa: "";
}

.fa-font {
  --fa: "";
}

.fa-bold {
  --fa: "";
}

.fa-italic {
  --fa: "";
}

.fa-text-height {
  --fa: "";
}

.fa-text-width {
  --fa: "";
}

.fa-align-left {
  --fa: "";
}

.fa-align-center {
  --fa: "";
}

.fa-align-right {
  --fa: "";
}

.fa-align-justify {
  --fa: "";
}

.fa-list {
  --fa: "";
}

.fa-list-squares {
  --fa: "";
}

.fa-outdent {
  --fa: "";
}

.fa-dedent {
  --fa: "";
}

.fa-indent {
  --fa: "";
}

.fa-video {
  --fa: "";
}

.fa-video-camera {
  --fa: "";
}

.fa-image {
  --fa: "";
}

.fa-location-pin {
  --fa: "";
}

.fa-map-marker {
  --fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
}

.fa-adjust {
  --fa: "";
}

.fa-droplet {
  --fa: "";
}

.fa-tint {
  --fa: "";
}

.fa-pen-to-square {
  --fa: "";
}

.fa-edit {
  --fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
}

.fa-arrows {
  --fa: "";
}

.fa-backward-step {
  --fa: "";
}

.fa-step-backward {
  --fa: "";
}

.fa-backward-fast {
  --fa: "";
}

.fa-fast-backward {
  --fa: "";
}

.fa-backward {
  --fa: "";
}

.fa-play {
  --fa: "";
}

.fa-pause {
  --fa: "";
}

.fa-stop {
  --fa: "";
}

.fa-forward {
  --fa: "";
}

.fa-forward-fast {
  --fa: "";
}

.fa-fast-forward {
  --fa: "";
}

.fa-forward-step {
  --fa: "";
}

.fa-step-forward {
  --fa: "";
}

.fa-eject {
  --fa: "";
}

.fa-chevron-left {
  --fa: "";
}

.fa-chevron-right {
  --fa: "";
}

.fa-circle-plus {
  --fa: "";
}

.fa-plus-circle {
  --fa: "";
}

.fa-circle-minus {
  --fa: "";
}

.fa-minus-circle {
  --fa: "";
}

.fa-circle-xmark {
  --fa: "";
}

.fa-times-circle {
  --fa: "";
}

.fa-xmark-circle {
  --fa: "";
}

.fa-circle-check {
  --fa: "";
}

.fa-check-circle {
  --fa: "";
}

.fa-circle-question {
  --fa: "";
}

.fa-question-circle {
  --fa: "";
}

.fa-circle-info {
  --fa: "";
}

.fa-info-circle {
  --fa: "";
}

.fa-crosshairs {
  --fa: "";
}

.fa-ban {
  --fa: "";
}

.fa-cancel {
  --fa: "";
}

.fa-arrow-left {
  --fa: "";
}

.fa-arrow-right {
  --fa: "";
}

.fa-arrow-up {
  --fa: "";
}

.fa-arrow-down {
  --fa: "";
}

.fa-share {
  --fa: "";
}

.fa-mail-forward {
  --fa: "";
}

.fa-expand {
  --fa: "";
}

.fa-compress {
  --fa: "";
}

.fa-minus {
  --fa: "";
}

.fa-subtract {
  --fa: "";
}

.fa-circle-exclamation {
  --fa: "";
}

.fa-exclamation-circle {
  --fa: "";
}

.fa-gift {
  --fa: "";
}

.fa-leaf {
  --fa: "";
}

.fa-fire {
  --fa: "";
}

.fa-eye {
  --fa: "";
}

.fa-eye-slash {
  --fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
}

.fa-warning {
  --fa: "";
}

.fa-plane {
  --fa: "";
}

.fa-calendar-days {
  --fa: "";
}

.fa-calendar-alt {
  --fa: "";
}

.fa-shuffle {
  --fa: "";
}

.fa-random {
  --fa: "";
}

.fa-comment {
  --fa: "";
}

.fa-magnet {
  --fa: "";
}

.fa-chevron-up {
  --fa: "";
}

.fa-chevron-down {
  --fa: "";
}

.fa-retweet {
  --fa: "";
}

.fa-cart-shopping {
  --fa: "";
}

.fa-shopping-cart {
  --fa: "";
}

.fa-folder {
  --fa: "";
}

.fa-folder-blank {
  --fa: "";
}

.fa-folder-open {
  --fa: "";
}

.fa-arrows-up-down {
  --fa: "";
}

.fa-arrows-v {
  --fa: "";
}

.fa-arrows-left-right {
  --fa: "";
}

.fa-arrows-h {
  --fa: "";
}

.fa-chart-bar {
  --fa: "";
}

.fa-bar-chart {
  --fa: "";
}

.fa-camera-retro {
  --fa: "";
}

.fa-key {
  --fa: "";
}

.fa-gears {
  --fa: "";
}

.fa-cogs {
  --fa: "";
}

.fa-comments {
  --fa: "";
}

.fa-star-half {
  --fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
}

.fa-sign-out {
  --fa: "";
}

.fa-thumbtack {
  --fa: "";
}

.fa-thumb-tack {
  --fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
}

.fa-external-link {
  --fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
}

.fa-sign-in {
  --fa: "";
}

.fa-trophy {
  --fa: "";
}

.fa-upload {
  --fa: "";
}

.fa-lemon {
  --fa: "";
}

.fa-phone {
  --fa: "";
}

.fa-square-phone {
  --fa: "";
}

.fa-phone-square {
  --fa: "";
}

.fa-unlock {
  --fa: "";
}

.fa-credit-card {
  --fa: "";
}

.fa-credit-card-alt {
  --fa: "";
}

.fa-rss {
  --fa: "";
}

.fa-feed {
  --fa: "";
}

.fa-hard-drive {
  --fa: "";
}

.fa-hdd {
  --fa: "";
}

.fa-bullhorn {
  --fa: "";
}

.fa-certificate {
  --fa: "";
}

.fa-hand-point-right {
  --fa: "";
}

.fa-hand-point-left {
  --fa: "";
}

.fa-hand-point-up {
  --fa: "";
}

.fa-hand-point-down {
  --fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
}

.fa-globe {
  --fa: "";
}

.fa-wrench {
  --fa: "";
}

.fa-list-check {
  --fa: "";
}

.fa-tasks {
  --fa: "";
}

.fa-filter {
  --fa: "";
}

.fa-briefcase {
  --fa: "";
}

.fa-up-down-left-right {
  --fa: "";
}

.fa-arrows-alt {
  --fa: "";
}

.fa-users {
  --fa: "";
}

.fa-link {
  --fa: "";
}

.fa-chain {
  --fa: "";
}

.fa-cloud {
  --fa: "";
}

.fa-flask {
  --fa: "";
}

.fa-scissors {
  --fa: "";
}

.fa-cut {
  --fa: "";
}

.fa-copy {
  --fa: "";
}

.fa-paperclip {
  --fa: "";
}

.fa-floppy-disk {
  --fa: "";
}

.fa-save {
  --fa: "";
}

.fa-square {
  --fa: "";
}

.fa-bars {
  --fa: "";
}

.fa-navicon {
  --fa: "";
}

.fa-list-ul {
  --fa: "";
}

.fa-list-dots {
  --fa: "";
}

.fa-list-ol {
  --fa: "";
}

.fa-list-1-2 {
  --fa: "";
}

.fa-list-numeric {
  --fa: "";
}

.fa-strikethrough {
  --fa: "";
}

.fa-underline {
  --fa: "";
}

.fa-table {
  --fa: "";
}

.fa-wand-magic {
  --fa: "";
}

.fa-magic {
  --fa: "";
}

.fa-truck {
  --fa: "";
}

.fa-money-bill {
  --fa: "";
}

.fa-caret-down {
  --fa: "";
}

.fa-caret-up {
  --fa: "";
}

.fa-caret-left {
  --fa: "";
}

.fa-caret-right {
  --fa: "";
}

.fa-table-columns {
  --fa: "";
}

.fa-columns {
  --fa: "";
}

.fa-sort {
  --fa: "";
}

.fa-unsorted {
  --fa: "";
}

.fa-sort-down {
  --fa: "";
}

.fa-sort-desc {
  --fa: "";
}

.fa-sort-up {
  --fa: "";
}

.fa-sort-asc {
  --fa: "";
}

.fa-envelope {
  --fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
}

.fa-undo {
  --fa: "";
}

.fa-gavel {
  --fa: "";
}

.fa-legal {
  --fa: "";
}

.fa-bolt {
  --fa: "";
}

.fa-zap {
  --fa: "";
}

.fa-sitemap {
  --fa: "";
}

.fa-umbrella {
  --fa: "";
}

.fa-paste {
  --fa: "";
}

.fa-file-clipboard {
  --fa: "";
}

.fa-lightbulb {
  --fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
}

.fa-exchange {
  --fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
}

.fa-cloud-download {
  --fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
}

.fa-cloud-upload {
  --fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
}

.fa-user-doctor {
  --fa: "";
}

.fa-user-md {
  --fa: "";
}

.fa-stethoscope {
  --fa: "";
}

.fa-suitcase {
  --fa: "";
}

.fa-bell {
  --fa: "";
}

.fa-mug-saucer {
  --fa: "";
}

.fa-coffee {
  --fa: "";
}

.fa-hospital {
  --fa: "";
}

.fa-hospital-alt {
  --fa: "";
}

.fa-hospital-wide {
  --fa: "";
}

.fa-truck-medical {
  --fa: "";
}

.fa-ambulance {
  --fa: "";
}

.fa-suitcase-medical {
  --fa: "";
}

.fa-medkit {
  --fa: "";
}

.fa-jet-fighter {
  --fa: "";
}

.fa-fighter-jet {
  --fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
}

.fa-beer {
  --fa: "";
}

.fa-square-h {
  --fa: "";
}

.fa-h-square {
  --fa: "";
}

.fa-square-plus {
  --fa: "";
}

.fa-plus-square {
  --fa: "";
}

.fa-angles-left {
  --fa: "";
}

.fa-angle-double-left {
  --fa: "";
}

.fa-angles-right {
  --fa: "";
}

.fa-angle-double-right {
  --fa: "";
}

.fa-angles-up {
  --fa: "";
}

.fa-angle-double-up {
  --fa: "";
}

.fa-angles-down {
  --fa: "";
}

.fa-angle-double-down {
  --fa: "";
}

.fa-angle-left {
  --fa: "";
}

.fa-angle-right {
  --fa: "";
}

.fa-angle-up {
  --fa: "";
}

.fa-angle-down {
  --fa: "";
}

.fa-laptop {
  --fa: "";
}

.fa-tablet-button {
  --fa: "";
}

.fa-mobile-button {
  --fa: "";
}

.fa-quote-left {
  --fa: "";
}

.fa-quote-left-alt {
  --fa: "";
}

.fa-quote-right {
  --fa: "";
}

.fa-quote-right-alt {
  --fa: "";
}

.fa-spinner {
  --fa: "";
}

.fa-circle {
  --fa: "";
}

.fa-face-smile {
  --fa: "";
}

.fa-smile {
  --fa: "";
}

.fa-face-frown {
  --fa: "";
}

.fa-frown {
  --fa: "";
}

.fa-face-meh {
  --fa: "";
}

.fa-meh {
  --fa: "";
}

.fa-gamepad {
  --fa: "";
}

.fa-keyboard {
  --fa: "";
}

.fa-flag-checkered {
  --fa: "";
}

.fa-terminal {
  --fa: "";
}

.fa-code {
  --fa: "";
}

.fa-reply-all {
  --fa: "";
}

.fa-mail-reply-all {
  --fa: "";
}

.fa-location-arrow {
  --fa: "";
}

.fa-crop {
  --fa: "";
}

.fa-code-branch {
  --fa: "";
}

.fa-link-slash {
  --fa: "";
}

.fa-chain-broken {
  --fa: "";
}

.fa-chain-slash {
  --fa: "";
}

.fa-unlink {
  --fa: "";
}

.fa-info {
  --fa: "";
}

.fa-superscript {
  --fa: "";
}

.fa-subscript {
  --fa: "";
}

.fa-eraser {
  --fa: "";
}

.fa-puzzle-piece {
  --fa: "";
}

.fa-microphone {
  --fa: "";
}

.fa-microphone-slash {
  --fa: "";
}

.fa-shield {
  --fa: "";
}

.fa-shield-blank {
  --fa: "";
}

.fa-calendar {
  --fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
}

.fa-rocket {
  --fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
}

.fa-anchor {
  --fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
}

.fa-unlock-alt {
  --fa: "";
}

.fa-bullseye {
  --fa: "";
}

.fa-ellipsis {
  --fa: "";
}

.fa-ellipsis-h {
  --fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
}

.fa-ellipsis-v {
  --fa: "";
}

.fa-square-rss {
  --fa: "";
}

.fa-rss-square {
  --fa: "";
}

.fa-circle-play {
  --fa: "";
}

.fa-play-circle {
  --fa: "";
}

.fa-ticket {
  --fa: "";
}

.fa-square-minus {
  --fa: "";
}

.fa-minus-square {
  --fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
}

.fa-level-up {
  --fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
}

.fa-level-down {
  --fa: "";
}

.fa-square-check {
  --fa: "";
}

.fa-check-square {
  --fa: "";
}

.fa-square-pen {
  --fa: "";
}

.fa-pen-square {
  --fa: "";
}

.fa-pencil-square {
  --fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
}

.fa-external-link-square {
  --fa: "";
}

.fa-share-from-square {
  --fa: "";
}

.fa-share-square {
  --fa: "";
}

.fa-compass {
  --fa: "";
}

.fa-square-caret-down {
  --fa: "";
}

.fa-caret-square-down {
  --fa: "";
}

.fa-square-caret-up {
  --fa: "";
}

.fa-caret-square-up {
  --fa: "";
}

.fa-square-caret-right {
  --fa: "";
}

.fa-caret-square-right {
  --fa: "";
}

.fa-euro-sign {
  --fa: "";
}

.fa-eur {
  --fa: "";
}

.fa-euro {
  --fa: "";
}

.fa-sterling-sign {
  --fa: "";
}

.fa-gbp {
  --fa: "";
}

.fa-pound-sign {
  --fa: "";
}

.fa-rupee-sign {
  --fa: "";
}

.fa-rupee {
  --fa: "";
}

.fa-yen-sign {
  --fa: "";
}

.fa-cny {
  --fa: "";
}

.fa-jpy {
  --fa: "";
}

.fa-rmb {
  --fa: "";
}

.fa-yen {
  --fa: "";
}

.fa-ruble-sign {
  --fa: "";
}

.fa-rouble {
  --fa: "";
}

.fa-rub {
  --fa: "";
}

.fa-ruble {
  --fa: "";
}

.fa-won-sign {
  --fa: "";
}

.fa-krw {
  --fa: "";
}

.fa-won {
  --fa: "";
}

.fa-file {
  --fa: "";
}

.fa-file-lines {
  --fa: "";
}

.fa-file-alt {
  --fa: "";
}

.fa-file-text {
  --fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
}

.fa-sort-amount-down {
  --fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
}

.fa-sort-amount-up {
  --fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
}

.fa-thumbs-up {
  --fa: "";
}

.fa-thumbs-down {
  --fa: "";
}

.fa-arrow-down-long {
  --fa: "";
}

.fa-long-arrow-down {
  --fa: "";
}

.fa-arrow-up-long {
  --fa: "";
}

.fa-long-arrow-up {
  --fa: "";
}

.fa-arrow-left-long {
  --fa: "";
}

.fa-long-arrow-left {
  --fa: "";
}

.fa-arrow-right-long {
  --fa: "";
}

.fa-long-arrow-right {
  --fa: "";
}

.fa-person-dress {
  --fa: "";
}

.fa-female {
  --fa: "";
}

.fa-person {
  --fa: "";
}

.fa-male {
  --fa: "";
}

.fa-sun {
  --fa: "";
}

.fa-moon {
  --fa: "";
}

.fa-box-archive {
  --fa: "";
}

.fa-archive {
  --fa: "";
}

.fa-bug {
  --fa: "";
}

.fa-square-caret-left {
  --fa: "";
}

.fa-caret-square-left {
  --fa: "";
}

.fa-circle-dot {
  --fa: "";
}

.fa-dot-circle {
  --fa: "";
}

.fa-wheelchair {
  --fa: "";
}

.fa-lira-sign {
  --fa: "";
}

.fa-shuttle-space {
  --fa: "";
}

.fa-space-shuttle {
  --fa: "";
}

.fa-square-envelope {
  --fa: "";
}

.fa-envelope-square {
  --fa: "";
}

.fa-building-columns {
  --fa: "";
}

.fa-bank {
  --fa: "";
}

.fa-institution {
  --fa: "";
}

.fa-museum {
  --fa: "";
}

.fa-university {
  --fa: "";
}

.fa-graduation-cap {
  --fa: "";
}

.fa-mortar-board {
  --fa: "";
}

.fa-language {
  --fa: "";
}

.fa-fax {
  --fa: "";
}

.fa-building {
  --fa: "";
}

.fa-child {
  --fa: "";
}

.fa-paw {
  --fa: "";
}

.fa-cube {
  --fa: "";
}

.fa-cubes {
  --fa: "";
}

.fa-recycle {
  --fa: "";
}

.fa-car {
  --fa: "";
}

.fa-automobile {
  --fa: "";
}

.fa-taxi {
  --fa: "";
}

.fa-cab {
  --fa: "";
}

.fa-tree {
  --fa: "";
}

.fa-database {
  --fa: "";
}

.fa-file-pdf {
  --fa: "";
}

.fa-file-word {
  --fa: "";
}

.fa-file-excel {
  --fa: "";
}

.fa-file-powerpoint {
  --fa: "";
}

.fa-file-image {
  --fa: "";
}

.fa-file-zipper {
  --fa: "";
}

.fa-file-archive {
  --fa: "";
}

.fa-file-audio {
  --fa: "";
}

.fa-file-video {
  --fa: "";
}

.fa-file-code {
  --fa: "";
}

.fa-life-ring {
  --fa: "";
}

.fa-circle-notch {
  --fa: "";
}

.fa-paper-plane {
  --fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
}

.fa-history {
  --fa: "";
}

.fa-heading {
  --fa: "";
}

.fa-header {
  --fa: "";
}

.fa-paragraph {
  --fa: "";
}

.fa-sliders {
  --fa: "";
}

.fa-sliders-h {
  --fa: "";
}

.fa-share-nodes {
  --fa: "";
}

.fa-share-alt {
  --fa: "";
}

.fa-square-share-nodes {
  --fa: "";
}

.fa-share-alt-square {
  --fa: "";
}

.fa-bomb {
  --fa: "";
}

.fa-futbol {
  --fa: "";
}

.fa-futbol-ball {
  --fa: "";
}

.fa-soccer-ball {
  --fa: "";
}

.fa-tty {
  --fa: "";
}

.fa-teletype {
  --fa: "";
}

.fa-binoculars {
  --fa: "";
}

.fa-plug {
  --fa: "";
}

.fa-newspaper {
  --fa: "";
}

.fa-wifi {
  --fa: "";
}

.fa-wifi-3 {
  --fa: "";
}

.fa-wifi-strong {
  --fa: "";
}

.fa-calculator {
  --fa: "";
}

.fa-bell-slash {
  --fa: "";
}

.fa-trash {
  --fa: "";
}

.fa-copyright {
  --fa: "";
}

.fa-eye-dropper {
  --fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
}

.fa-eyedropper {
  --fa: "";
}

.fa-paintbrush {
  --fa: "";
}

.fa-paint-brush {
  --fa: "";
}

.fa-cake-candles {
  --fa: "";
}

.fa-birthday-cake {
  --fa: "";
}

.fa-cake {
  --fa: "";
}

.fa-chart-area {
  --fa: "";
}

.fa-area-chart {
  --fa: "";
}

.fa-chart-pie {
  --fa: "";
}

.fa-pie-chart {
  --fa: "";
}

.fa-chart-line {
  --fa: "";
}

.fa-line-chart {
  --fa: "";
}

.fa-toggle-off {
  --fa: "";
}

.fa-toggle-on {
  --fa: "";
}

.fa-bicycle {
  --fa: "";
}

.fa-bus {
  --fa: "";
}

.fa-closed-captioning {
  --fa: "";
}

.fa-shekel-sign {
  --fa: "";
}

.fa-ils {
  --fa: "";
}

.fa-shekel {
  --fa: "";
}

.fa-sheqel {
  --fa: "";
}

.fa-sheqel-sign {
  --fa: "";
}

.fa-cart-plus {
  --fa: "";
}

.fa-cart-arrow-down {
  --fa: "";
}

.fa-diamond {
  --fa: "";
}

.fa-ship {
  --fa: "";
}

.fa-user-secret {
  --fa: "";
}

.fa-motorcycle {
  --fa: "";
}

.fa-street-view {
  --fa: "";
}

.fa-heart-pulse {
  --fa: "";
}

.fa-heartbeat {
  --fa: "";
}

.fa-venus {
  --fa: "";
}

.fa-mars {
  --fa: "";
}

.fa-mercury {
  --fa: "";
}

.fa-mars-and-venus {
  --fa: "";
}

.fa-transgender {
  --fa: "";
}

.fa-transgender-alt {
  --fa: "";
}

.fa-venus-double {
  --fa: "";
}

.fa-mars-double {
  --fa: "";
}

.fa-venus-mars {
  --fa: "";
}

.fa-mars-stroke {
  --fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
}

.fa-neuter {
  --fa: "";
}

.fa-genderless {
  --fa: "";
}

.fa-server {
  --fa: "";
}

.fa-user-plus {
  --fa: "";
}

.fa-user-xmark {
  --fa: "";
}

.fa-user-times {
  --fa: "";
}

.fa-bed {
  --fa: "";
}

.fa-train {
  --fa: "";
}

.fa-train-subway {
  --fa: "";
}

.fa-subway {
  --fa: "";
}

.fa-battery-full {
  --fa: "";
}

.fa-battery {
  --fa: "";
}

.fa-battery-5 {
  --fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
}

.fa-battery-4 {
  --fa: "";
}

.fa-battery-half {
  --fa: "";
}

.fa-battery-3 {
  --fa: "";
}

.fa-battery-quarter {
  --fa: "";
}

.fa-battery-2 {
  --fa: "";
}

.fa-battery-empty {
  --fa: "";
}

.fa-battery-0 {
  --fa: "";
}

.fa-arrow-pointer {
  --fa: "";
}

.fa-mouse-pointer {
  --fa: "";
}

.fa-i-cursor {
  --fa: "";
}

.fa-object-group {
  --fa: "";
}

.fa-object-ungroup {
  --fa: "";
}

.fa-note-sticky {
  --fa: "";
}

.fa-sticky-note {
  --fa: "";
}

.fa-clone {
  --fa: "";
}

.fa-scale-balanced {
  --fa: "";
}

.fa-balance-scale {
  --fa: "";
}

.fa-hourglass-start {
  --fa: "";
}

.fa-hourglass-1 {
  --fa: "";
}

.fa-hourglass-half {
  --fa: "";
}

.fa-hourglass-2 {
  --fa: "";
}

.fa-hourglass-end {
  --fa: "";
}

.fa-hourglass-3 {
  --fa: "";
}

.fa-hourglass {
  --fa: "";
}

.fa-hourglass-empty {
  --fa: "";
}

.fa-hand-back-fist {
  --fa: "";
}

.fa-hand-rock {
  --fa: "";
}

.fa-hand {
  --fa: "";
}

.fa-hand-paper {
  --fa: "";
}

.fa-hand-scissors {
  --fa: "";
}

.fa-hand-lizard {
  --fa: "";
}

.fa-hand-spock {
  --fa: "";
}

.fa-hand-pointer {
  --fa: "";
}

.fa-hand-peace {
  --fa: "";
}

.fa-trademark {
  --fa: "";
}

.fa-registered {
  --fa: "";
}

.fa-tv {
  --fa: "";
}

.fa-television {
  --fa: "";
}

.fa-tv-alt {
  --fa: "";
}

.fa-calendar-plus {
  --fa: "";
}

.fa-calendar-minus {
  --fa: "";
}

.fa-calendar-xmark {
  --fa: "";
}

.fa-calendar-times {
  --fa: "";
}

.fa-calendar-check {
  --fa: "";
}

.fa-industry {
  --fa: "";
}

.fa-map-pin {
  --fa: "";
}

.fa-signs-post {
  --fa: "";
}

.fa-map-signs {
  --fa: "";
}

.fa-map {
  --fa: "";
}

.fa-message {
  --fa: "";
}

.fa-comment-alt {
  --fa: "";
}

.fa-circle-pause {
  --fa: "";
}

.fa-pause-circle {
  --fa: "";
}

.fa-circle-stop {
  --fa: "";
}

.fa-stop-circle {
  --fa: "";
}

.fa-bag-shopping {
  --fa: "";
}

.fa-shopping-bag {
  --fa: "";
}

.fa-basket-shopping {
  --fa: "";
}

.fa-shopping-basket {
  --fa: "";
}

.fa-universal-access {
  --fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
}

.fa-blind {
  --fa: "";
}

.fa-audio-description {
  --fa: "";
}

.fa-phone-volume {
  --fa: "";
}

.fa-volume-control-phone {
  --fa: "";
}

.fa-braille {
  --fa: "";
}

.fa-ear-listen {
  --fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
}

.fa-asl-interpreting {
  --fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
}

.fa-ear-deaf {
  --fa: "";
}

.fa-deaf {
  --fa: "";
}

.fa-deafness {
  --fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
}

.fa-hands {
  --fa: "";
}

.fa-sign-language {
  --fa: "";
}

.fa-signing {
  --fa: "";
}

.fa-eye-low-vision {
  --fa: "";
}

.fa-low-vision {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-handshake {
  --fa: "";
}

.fa-handshake-alt {
  --fa: "";
}

.fa-handshake-simple {
  --fa: "";
}

.fa-envelope-open {
  --fa: "";
}

.fa-address-book {
  --fa: "";
}

.fa-contact-book {
  --fa: "";
}

.fa-address-card {
  --fa: "";
}

.fa-contact-card {
  --fa: "";
}

.fa-vcard {
  --fa: "";
}

.fa-circle-user {
  --fa: "";
}

.fa-user-circle {
  --fa: "";
}

.fa-id-badge {
  --fa: "";
}

.fa-id-card {
  --fa: "";
}

.fa-drivers-license {
  --fa: "";
}

.fa-temperature-full {
  --fa: "";
}

.fa-temperature-4 {
  --fa: "";
}

.fa-thermometer-4 {
  --fa: "";
}

.fa-thermometer-full {
  --fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
}

.fa-temperature-3 {
  --fa: "";
}

.fa-thermometer-3 {
  --fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
}

.fa-temperature-half {
  --fa: "";
}

.fa-temperature-2 {
  --fa: "";
}

.fa-thermometer-2 {
  --fa: "";
}

.fa-thermometer-half {
  --fa: "";
}

.fa-temperature-quarter {
  --fa: "";
}

.fa-temperature-1 {
  --fa: "";
}

.fa-thermometer-1 {
  --fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
}

.fa-temperature-empty {
  --fa: "";
}

.fa-temperature-0 {
  --fa: "";
}

.fa-thermometer-0 {
  --fa: "";
}

.fa-thermometer-empty {
  --fa: "";
}

.fa-shower {
  --fa: "";
}

.fa-bath {
  --fa: "";
}

.fa-bathtub {
  --fa: "";
}

.fa-podcast {
  --fa: "";
}

.fa-window-maximize {
  --fa: "";
}

.fa-window-minimize {
  --fa: "";
}

.fa-window-restore {
  --fa: "";
}

.fa-square-xmark {
  --fa: "";
}

.fa-times-square {
  --fa: "";
}

.fa-xmark-square {
  --fa: "";
}

.fa-microchip {
  --fa: "";
}

.fa-snowflake {
  --fa: "";
}

.fa-spoon {
  --fa: "";
}

.fa-utensil-spoon {
  --fa: "";
}

.fa-utensils {
  --fa: "";
}

.fa-cutlery {
  --fa: "";
}

.fa-rotate-left {
  --fa: "";
}

.fa-rotate-back {
  --fa: "";
}

.fa-rotate-backward {
  --fa: "";
}

.fa-undo-alt {
  --fa: "";
}

.fa-trash-can {
  --fa: "";
}

.fa-trash-alt {
  --fa: "";
}

.fa-rotate {
  --fa: "";
}

.fa-sync-alt {
  --fa: "";
}

.fa-stopwatch {
  --fa: "";
}

.fa-right-from-bracket {
  --fa: "";
}

.fa-sign-out-alt {
  --fa: "";
}

.fa-right-to-bracket {
  --fa: "";
}

.fa-sign-in-alt {
  --fa: "";
}

.fa-rotate-right {
  --fa: "";
}

.fa-redo-alt {
  --fa: "";
}

.fa-rotate-forward {
  --fa: "";
}

.fa-poo {
  --fa: "";
}

.fa-images {
  --fa: "";
}

.fa-pencil {
  --fa: "";
}

.fa-pencil-alt {
  --fa: "";
}

.fa-pen {
  --fa: "";
}

.fa-pen-clip {
  --fa: "";
}

.fa-pen-alt {
  --fa: "";
}

.fa-octagon {
  --fa: "";
}

.fa-down-long {
  --fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
}

.fa-left-long {
  --fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
}

.fa-right-long {
  --fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
}

.fa-up-long {
  --fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
}

.fa-hexagon {
  --fa: "";
}

.fa-file-pen {
  --fa: "";
}

.fa-file-edit {
  --fa: "";
}

.fa-maximize {
  --fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
}

.fa-clipboard {
  --fa: "";
}

.fa-left-right {
  --fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
}

.fa-up-down {
  --fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
}

.fa-alarm-clock {
  --fa: "";
}

.fa-circle-down {
  --fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
}

.fa-circle-left {
  --fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
}

.fa-circle-right {
  --fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
}

.fa-circle-up {
  --fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
}

.fa-up-right-from-square {
  --fa: "";
}

.fa-external-link-alt {
  --fa: "";
}

.fa-square-up-right {
  --fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
}

.fa-right-left {
  --fa: "";
}

.fa-exchange-alt {
  --fa: "";
}

.fa-repeat {
  --fa: "";
}

.fa-code-commit {
  --fa: "";
}

.fa-code-merge {
  --fa: "";
}

.fa-desktop {
  --fa: "";
}

.fa-desktop-alt {
  --fa: "";
}

.fa-gem {
  --fa: "";
}

.fa-turn-down {
  --fa: "";
}

.fa-level-down-alt {
  --fa: "";
}

.fa-turn-up {
  --fa: "";
}

.fa-level-up-alt {
  --fa: "";
}

.fa-lock-open {
  --fa: "";
}

.fa-location-dot {
  --fa: "";
}

.fa-map-marker-alt {
  --fa: "";
}

.fa-microphone-lines {
  --fa: "";
}

.fa-microphone-alt {
  --fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
}

.fa-mobile-alt {
  --fa: "";
}

.fa-mobile {
  --fa: "";
}

.fa-mobile-android {
  --fa: "";
}

.fa-mobile-phone {
  --fa: "";
}

.fa-mobile-screen {
  --fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
}

.fa-money-bill-1 {
  --fa: "";
}

.fa-money-bill-alt {
  --fa: "";
}

.fa-phone-slash {
  --fa: "";
}

.fa-image-portrait {
  --fa: "";
}

.fa-portrait {
  --fa: "";
}

.fa-reply {
  --fa: "";
}

.fa-mail-reply {
  --fa: "";
}

.fa-shield-halved {
  --fa: "";
}

.fa-shield-alt {
  --fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
}

.fa-tablet-alt {
  --fa: "";
}

.fa-tablet {
  --fa: "";
}

.fa-tablet-android {
  --fa: "";
}

.fa-ticket-simple {
  --fa: "";
}

.fa-ticket-alt {
  --fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
}

.fa-rectangle-times {
  --fa: "";
}

.fa-times-rectangle {
  --fa: "";
}

.fa-window-close {
  --fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
}

.fa-compress-alt {
  --fa: "";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
}

.fa-expand-alt {
  --fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
}

.fa-baseball {
  --fa: "";
}

.fa-baseball-ball {
  --fa: "";
}

.fa-basketball {
  --fa: "";
}

.fa-basketball-ball {
  --fa: "";
}

.fa-bowling-ball {
  --fa: "";
}

.fa-chess {
  --fa: "";
}

.fa-chess-bishop {
  --fa: "";
}

.fa-chess-board {
  --fa: "";
}

.fa-chess-king {
  --fa: "";
}

.fa-chess-knight {
  --fa: "";
}

.fa-chess-pawn {
  --fa: "";
}

.fa-chess-queen {
  --fa: "";
}

.fa-chess-rook {
  --fa: "";
}

.fa-dumbbell {
  --fa: "";
}

.fa-football {
  --fa: "";
}

.fa-football-ball {
  --fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
}

.fa-golf-ball {
  --fa: "";
}

.fa-hockey-puck {
  --fa: "";
}

.fa-broom-ball {
  --fa: "";
}

.fa-quidditch {
  --fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
}

.fa-square-full {
  --fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
}

.fa-table-tennis {
  --fa: "";
}

.fa-volleyball {
  --fa: "";
}

.fa-volleyball-ball {
  --fa: "";
}

.fa-hand-dots {
  --fa: "";
}

.fa-allergies {
  --fa: "";
}

.fa-bandage {
  --fa: "";
}

.fa-band-aid {
  --fa: "";
}

.fa-box {
  --fa: "";
}

.fa-boxes-stacked {
  --fa: "";
}

.fa-boxes {
  --fa: "";
}

.fa-boxes-alt {
  --fa: "";
}

.fa-briefcase-medical {
  --fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
}

.fa-burn {
  --fa: "";
}

.fa-capsules {
  --fa: "";
}

.fa-clipboard-check {
  --fa: "";
}

.fa-clipboard-list {
  --fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
}

.fa-diagnoses {
  --fa: "";
}

.fa-dna {
  --fa: "";
}

.fa-dolly {
  --fa: "";
}

.fa-dolly-box {
  --fa: "";
}

.fa-cart-flatbed {
  --fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
}

.fa-file-medical {
  --fa: "";
}

.fa-file-waveform {
  --fa: "";
}

.fa-file-medical-alt {
  --fa: "";
}

.fa-kit-medical {
  --fa: "";
}

.fa-first-aid {
  --fa: "";
}

.fa-circle-h {
  --fa: "";
}

.fa-hospital-symbol {
  --fa: "";
}

.fa-id-card-clip {
  --fa: "";
}

.fa-id-card-alt {
  --fa: "";
}

.fa-notes-medical {
  --fa: "";
}

.fa-pallet {
  --fa: "";
}

.fa-pills {
  --fa: "";
}

.fa-prescription-bottle {
  --fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
}

.fa-bed-pulse {
  --fa: "";
}

.fa-procedures {
  --fa: "";
}

.fa-truck-fast {
  --fa: "";
}

.fa-shipping-fast {
  --fa: "";
}

.fa-smoking {
  --fa: "";
}

.fa-syringe {
  --fa: "";
}

.fa-tablets {
  --fa: "";
}

.fa-thermometer {
  --fa: "";
}

.fa-vial {
  --fa: "";
}

.fa-vials {
  --fa: "";
}

.fa-warehouse {
  --fa: "";
}

.fa-weight-scale {
  --fa: "";
}

.fa-weight {
  --fa: "";
}

.fa-x-ray {
  --fa: "";
}

.fa-box-open {
  --fa: "";
}

.fa-comment-dots {
  --fa: "";
}

.fa-commenting {
  --fa: "";
}

.fa-comment-slash {
  --fa: "";
}

.fa-couch {
  --fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
}

.fa-donate {
  --fa: "";
}

.fa-dove {
  --fa: "";
}

.fa-hand-holding {
  --fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
}

.fa-hand-holding-water {
  --fa: "";
}

.fa-hands-holding {
  --fa: "";
}

.fa-handshake-angle {
  --fa: "";
}

.fa-hands-helping {
  --fa: "";
}

.fa-parachute-box {
  --fa: "";
}

.fa-people-carry-box {
  --fa: "";
}

.fa-people-carry {
  --fa: "";
}

.fa-piggy-bank {
  --fa: "";
}

.fa-ribbon {
  --fa: "";
}

.fa-route {
  --fa: "";
}

.fa-seedling {
  --fa: "";
}

.fa-sprout {
  --fa: "";
}

.fa-sign-hanging {
  --fa: "";
}

.fa-sign {
  --fa: "";
}

.fa-face-smile-wink {
  --fa: "";
}

.fa-smile-wink {
  --fa: "";
}

.fa-tape {
  --fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
}

.fa-truck-loading {
  --fa: "";
}

.fa-truck-moving {
  --fa: "";
}

.fa-video-slash {
  --fa: "";
}

.fa-wine-glass {
  --fa: "";
}

.fa-user-astronaut {
  --fa: "";
}

.fa-user-check {
  --fa: "";
}

.fa-user-clock {
  --fa: "";
}

.fa-user-gear {
  --fa: "";
}

.fa-user-cog {
  --fa: "";
}

.fa-user-pen {
  --fa: "";
}

.fa-user-edit {
  --fa: "";
}

.fa-user-group {
  --fa: "";
}

.fa-user-friends {
  --fa: "";
}

.fa-user-graduate {
  --fa: "";
}

.fa-user-lock {
  --fa: "";
}

.fa-user-minus {
  --fa: "";
}

.fa-user-ninja {
  --fa: "";
}

.fa-user-shield {
  --fa: "";
}

.fa-user-slash {
  --fa: "";
}

.fa-user-alt-slash {
  --fa: "";
}

.fa-user-large-slash {
  --fa: "";
}

.fa-user-tag {
  --fa: "";
}

.fa-user-tie {
  --fa: "";
}

.fa-users-gear {
  --fa: "";
}

.fa-users-cog {
  --fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
}

.fa-balance-scale-left {
  --fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
}

.fa-balance-scale-right {
  --fa: "";
}

.fa-blender {
  --fa: "";
}

.fa-book-open {
  --fa: "";
}

.fa-tower-broadcast {
  --fa: "";
}

.fa-broadcast-tower {
  --fa: "";
}

.fa-broom {
  --fa: "";
}

.fa-chalkboard {
  --fa: "";
}

.fa-blackboard {
  --fa: "";
}

.fa-chalkboard-user {
  --fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
}

.fa-church {
  --fa: "";
}

.fa-coins {
  --fa: "";
}

.fa-compact-disc {
  --fa: "";
}

.fa-crow {
  --fa: "";
}

.fa-crown {
  --fa: "";
}

.fa-dice {
  --fa: "";
}

.fa-dice-five {
  --fa: "";
}

.fa-dice-four {
  --fa: "";
}

.fa-dice-one {
  --fa: "";
}

.fa-dice-six {
  --fa: "";
}

.fa-dice-three {
  --fa: "";
}

.fa-dice-two {
  --fa: "";
}

.fa-divide {
  --fa: "";
}

.fa-door-closed {
  --fa: "";
}

.fa-door-open {
  --fa: "";
}

.fa-feather {
  --fa: "";
}

.fa-frog {
  --fa: "";
}

.fa-gas-pump {
  --fa: "";
}

.fa-glasses {
  --fa: "";
}

.fa-greater-than-equal {
  --fa: "";
}

.fa-helicopter {
  --fa: "";
}

.fa-infinity {
  --fa: "";
}

.fa-kiwi-bird {
  --fa: "";
}

.fa-less-than-equal {
  --fa: "";
}

.fa-memory {
  --fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
}

.fa-money-bill-wave {
  --fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
}

.fa-money-check {
  --fa: "";
}

.fa-money-check-dollar {
  --fa: "";
}

.fa-money-check-alt {
  --fa: "";
}

.fa-not-equal {
  --fa: "";
}

.fa-palette {
  --fa: "";
}

.fa-square-parking {
  --fa: "";
}

.fa-parking {
  --fa: "";
}

.fa-diagram-project {
  --fa: "";
}

.fa-project-diagram {
  --fa: "";
}

.fa-receipt {
  --fa: "";
}

.fa-robot {
  --fa: "";
}

.fa-ruler {
  --fa: "";
}

.fa-ruler-combined {
  --fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
}

.fa-ruler-vertical {
  --fa: "";
}

.fa-school {
  --fa: "";
}

.fa-screwdriver {
  --fa: "";
}

.fa-shoe-prints {
  --fa: "";
}

.fa-skull {
  --fa: "";
}

.fa-ban-smoking {
  --fa: "";
}

.fa-smoking-ban {
  --fa: "";
}

.fa-store {
  --fa: "";
}

.fa-shop {
  --fa: "";
}

.fa-store-alt {
  --fa: "";
}

.fa-bars-staggered {
  --fa: "";
}

.fa-reorder {
  --fa: "";
}

.fa-stream {
  --fa: "";
}

.fa-stroopwafel {
  --fa: "";
}

.fa-toolbox {
  --fa: "";
}

.fa-shirt {
  --fa: "";
}

.fa-t-shirt {
  --fa: "";
}

.fa-tshirt {
  --fa: "";
}

.fa-person-walking {
  --fa: "";
}

.fa-walking {
  --fa: "";
}

.fa-wallet {
  --fa: "";
}

.fa-face-angry {
  --fa: "";
}

.fa-angry {
  --fa: "";
}

.fa-archway {
  --fa: "";
}

.fa-book-atlas {
  --fa: "";
}

.fa-atlas {
  --fa: "";
}

.fa-award {
  --fa: "";
}

.fa-delete-left {
  --fa: "";
}

.fa-backspace {
  --fa: "";
}

.fa-bezier-curve {
  --fa: "";
}

.fa-bong {
  --fa: "";
}

.fa-brush {
  --fa: "";
}

.fa-bus-simple {
  --fa: "";
}

.fa-bus-alt {
  --fa: "";
}

.fa-cannabis {
  --fa: "";
}

.fa-check-double {
  --fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
}

.fa-cocktail {
  --fa: "";
}

.fa-bell-concierge {
  --fa: "";
}

.fa-concierge-bell {
  --fa: "";
}

.fa-cookie {
  --fa: "";
}

.fa-cookie-bite {
  --fa: "";
}

.fa-crop-simple {
  --fa: "";
}

.fa-crop-alt {
  --fa: "";
}

.fa-tachograph-digital {
  --fa: "";
}

.fa-digital-tachograph {
  --fa: "";
}

.fa-face-dizzy {
  --fa: "";
}

.fa-dizzy {
  --fa: "";
}

.fa-compass-drafting {
  --fa: "";
}

.fa-drafting-compass {
  --fa: "";
}

.fa-drum {
  --fa: "";
}

.fa-drum-steelpan {
  --fa: "";
}

.fa-feather-pointed {
  --fa: "";
}

.fa-feather-alt {
  --fa: "";
}

.fa-file-contract {
  --fa: "";
}

.fa-file-arrow-down {
  --fa: "";
}

.fa-file-download {
  --fa: "";
}

.fa-file-export {
  --fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
}

.fa-file-import {
  --fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
}

.fa-file-invoice {
  --fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
}

.fa-file-prescription {
  --fa: "";
}

.fa-file-signature {
  --fa: "";
}

.fa-file-arrow-up {
  --fa: "";
}

.fa-file-upload {
  --fa: "";
}

.fa-fill {
  --fa: "";
}

.fa-fill-drip {
  --fa: "";
}

.fa-fingerprint {
  --fa: "";
}

.fa-fish {
  --fa: "";
}

.fa-face-flushed {
  --fa: "";
}

.fa-flushed {
  --fa: "";
}

.fa-face-frown-open {
  --fa: "";
}

.fa-frown-open {
  --fa: "";
}

.fa-martini-glass {
  --fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
}

.fa-earth-africa {
  --fa: "";
}

.fa-globe-africa {
  --fa: "";
}

.fa-earth-americas {
  --fa: "";
}

.fa-earth {
  --fa: "";
}

.fa-earth-america {
  --fa: "";
}

.fa-globe-americas {
  --fa: "";
}

.fa-earth-asia {
  --fa: "";
}

.fa-globe-asia {
  --fa: "";
}

.fa-face-grimace {
  --fa: "";
}

.fa-grimace {
  --fa: "";
}

.fa-face-grin {
  --fa: "";
}

.fa-grin {
  --fa: "";
}

.fa-face-grin-wide {
  --fa: "";
}

.fa-grin-alt {
  --fa: "";
}

.fa-face-grin-beam {
  --fa: "";
}

.fa-grin-beam {
  --fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
}

.fa-grin-hearts {
  --fa: "";
}

.fa-face-grin-squint {
  --fa: "";
}

.fa-grin-squint {
  --fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
}

.fa-face-grin-stars {
  --fa: "";
}

.fa-grin-stars {
  --fa: "";
}

.fa-face-grin-tears {
  --fa: "";
}

.fa-grin-tears {
  --fa: "";
}

.fa-face-grin-tongue {
  --fa: "";
}

.fa-grin-tongue {
  --fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
}

.fa-face-grin-wink {
  --fa: "";
}

.fa-grin-wink {
  --fa: "";
}

.fa-grip {
  --fa: "";
}

.fa-grid-horizontal {
  --fa: "";
}

.fa-grip-horizontal {
  --fa: "";
}

.fa-grip-vertical {
  --fa: "";
}

.fa-grid-vertical {
  --fa: "";
}

.fa-headset {
  --fa: "";
}

.fa-highlighter {
  --fa: "";
}

.fa-hot-tub-person {
  --fa: "";
}

.fa-hot-tub {
  --fa: "";
}

.fa-hotel {
  --fa: "";
}

.fa-joint {
  --fa: "";
}

.fa-face-kiss {
  --fa: "";
}

.fa-kiss {
  --fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
}

.fa-kiss-beam {
  --fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
}

.fa-face-laugh {
  --fa: "";
}

.fa-laugh {
  --fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
}

.fa-laugh-beam {
  --fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
}

.fa-laugh-squint {
  --fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
}

.fa-laugh-wink {
  --fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
}

.fa-luggage-cart {
  --fa: "";
}

.fa-map-location {
  --fa: "";
}

.fa-map-marked {
  --fa: "";
}

.fa-map-location-dot {
  --fa: "";
}

.fa-map-marked-alt {
  --fa: "";
}

.fa-marker {
  --fa: "";
}

.fa-medal {
  --fa: "";
}

.fa-face-meh-blank {
  --fa: "";
}

.fa-meh-blank {
  --fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
}

.fa-monument {
  --fa: "";
}

.fa-mortar-pestle {
  --fa: "";
}

.fa-paint-roller {
  --fa: "";
}

.fa-passport {
  --fa: "";
}

.fa-pen-fancy {
  --fa: "";
}

.fa-pen-nib {
  --fa: "";
}

.fa-pen-ruler {
  --fa: "";
}

.fa-pencil-ruler {
  --fa: "";
}

.fa-plane-arrival {
  --fa: "";
}

.fa-plane-departure {
  --fa: "";
}

.fa-prescription {
  --fa: "";
}

.fa-face-sad-cry {
  --fa: "";
}

.fa-sad-cry {
  --fa: "";
}

.fa-face-sad-tear {
  --fa: "";
}

.fa-sad-tear {
  --fa: "";
}

.fa-van-shuttle {
  --fa: "";
}

.fa-shuttle-van {
  --fa: "";
}

.fa-signature {
  --fa: "";
}

.fa-face-smile-beam {
  --fa: "";
}

.fa-smile-beam {
  --fa: "";
}

.fa-solar-panel {
  --fa: "";
}

.fa-spa {
  --fa: "";
}

.fa-splotch {
  --fa: "";
}

.fa-spray-can {
  --fa: "";
}

.fa-stamp {
  --fa: "";
}

.fa-star-half-stroke {
  --fa: "";
}

.fa-star-half-alt {
  --fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
}

.fa-face-surprise {
  --fa: "";
}

.fa-surprise {
  --fa: "";
}

.fa-swatchbook {
  --fa: "";
}

.fa-person-swimming {
  --fa: "";
}

.fa-swimmer {
  --fa: "";
}

.fa-water-ladder {
  --fa: "";
}

.fa-ladder-water {
  --fa: "";
}

.fa-swimming-pool {
  --fa: "";
}

.fa-droplet-slash {
  --fa: "";
}

.fa-tint-slash {
  --fa: "";
}

.fa-face-tired {
  --fa: "";
}

.fa-tired {
  --fa: "";
}

.fa-tooth {
  --fa: "";
}

.fa-umbrella-beach {
  --fa: "";
}

.fa-weight-hanging {
  --fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
}

.fa-air-freshener {
  --fa: "";
}

.fa-apple-whole {
  --fa: "";
}

.fa-apple-alt {
  --fa: "";
}

.fa-atom {
  --fa: "";
}

.fa-bone {
  --fa: "";
}

.fa-book-open-reader {
  --fa: "";
}

.fa-book-reader {
  --fa: "";
}

.fa-brain {
  --fa: "";
}

.fa-car-rear {
  --fa: "";
}

.fa-car-alt {
  --fa: "";
}

.fa-car-battery {
  --fa: "";
}

.fa-battery-car {
  --fa: "";
}

.fa-car-burst {
  --fa: "";
}

.fa-car-crash {
  --fa: "";
}

.fa-car-side {
  --fa: "";
}

.fa-charging-station {
  --fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
}

.fa-directions {
  --fa: "";
}

.fa-draw-polygon {
  --fa: "";
}

.fa-vector-polygon {
  --fa: "";
}

.fa-laptop-code {
  --fa: "";
}

.fa-layer-group {
  --fa: "";
}

.fa-location-crosshairs {
  --fa: "";
}

.fa-location {
  --fa: "";
}

.fa-lungs {
  --fa: "";
}

.fa-microscope {
  --fa: "";
}

.fa-oil-can {
  --fa: "";
}

.fa-poop {
  --fa: "";
}

.fa-shapes {
  --fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
}

.fa-star-of-life {
  --fa: "";
}

.fa-gauge {
  --fa: "";
}

.fa-dashboard {
  --fa: "";
}

.fa-gauge-med {
  --fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
}

.fa-gauge-high {
  --fa: "";
}

.fa-tachometer-alt {
  --fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
}

.fa-gauge-simple {
  --fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
}

.fa-tachometer-average {
  --fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
}

.fa-tachometer {
  --fa: "";
}

.fa-tachometer-fast {
  --fa: "";
}

.fa-teeth {
  --fa: "";
}

.fa-teeth-open {
  --fa: "";
}

.fa-masks-theater {
  --fa: "";
}

.fa-theater-masks {
  --fa: "";
}

.fa-traffic-light {
  --fa: "";
}

.fa-truck-monster {
  --fa: "";
}

.fa-truck-pickup {
  --fa: "";
}

.fa-rectangle-ad {
  --fa: "";
}

.fa-ad {
  --fa: "";
}

.fa-ankh {
  --fa: "";
}

.fa-book-bible {
  --fa: "";
}

.fa-bible {
  --fa: "";
}

.fa-business-time {
  --fa: "";
}

.fa-briefcase-clock {
  --fa: "";
}

.fa-city {
  --fa: "";
}

.fa-comment-dollar {
  --fa: "";
}

.fa-comments-dollar {
  --fa: "";
}

.fa-cross {
  --fa: "";
}

.fa-dharmachakra {
  --fa: "";
}

.fa-envelope-open-text {
  --fa: "";
}

.fa-folder-minus {
  --fa: "";
}

.fa-folder-plus {
  --fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
}

.fa-funnel-dollar {
  --fa: "";
}

.fa-gopuram {
  --fa: "";
}

.fa-hamsa {
  --fa: "";
}

.fa-bahai {
  --fa: "";
}

.fa-haykal {
  --fa: "";
}

.fa-jedi {
  --fa: "";
}

.fa-book-journal-whills {
  --fa: "";
}

.fa-journal-whills {
  --fa: "";
}

.fa-kaaba {
  --fa: "";
}

.fa-khanda {
  --fa: "";
}

.fa-landmark {
  --fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
}

.fa-mail-bulk {
  --fa: "";
}

.fa-menorah {
  --fa: "";
}

.fa-mosque {
  --fa: "";
}

.fa-om {
  --fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
}

.fa-pastafarianism {
  --fa: "";
}

.fa-peace {
  --fa: "";
}

.fa-place-of-worship {
  --fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
}

.fa-poll {
  --fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
}

.fa-poll-h {
  --fa: "";
}

.fa-person-praying {
  --fa: "";
}

.fa-pray {
  --fa: "";
}

.fa-hands-praying {
  --fa: "";
}

.fa-praying-hands {
  --fa: "";
}

.fa-book-quran {
  --fa: "";
}

.fa-quran {
  --fa: "";
}

.fa-magnifying-glass-dollar {
  --fa: "";
}

.fa-search-dollar {
  --fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
}

.fa-search-location {
  --fa: "";
}

.fa-socks {
  --fa: "";
}

.fa-square-root-variable {
  --fa: "";
}

.fa-square-root-alt {
  --fa: "";
}

.fa-star-and-crescent {
  --fa: "";
}

.fa-star-of-david {
  --fa: "";
}

.fa-synagogue {
  --fa: "";
}

.fa-scroll-torah {
  --fa: "";
}

.fa-torah {
  --fa: "";
}

.fa-torii-gate {
  --fa: "";
}

.fa-vihara {
  --fa: "";
}

.fa-volume-xmark {
  --fa: "";
}

.fa-volume-mute {
  --fa: "";
}

.fa-volume-times {
  --fa: "";
}

.fa-yin-yang {
  --fa: "";
}

.fa-blender-phone {
  --fa: "";
}

.fa-book-skull {
  --fa: "";
}

.fa-book-dead {
  --fa: "";
}

.fa-campground {
  --fa: "";
}

.fa-cat {
  --fa: "";
}

.fa-chair {
  --fa: "";
}

.fa-cloud-moon {
  --fa: "";
}

.fa-cloud-sun {
  --fa: "";
}

.fa-cow {
  --fa: "";
}

.fa-dice-d20 {
  --fa: "";
}

.fa-dice-d6 {
  --fa: "";
}

.fa-dog {
  --fa: "";
}

.fa-dragon {
  --fa: "";
}

.fa-drumstick-bite {
  --fa: "";
}

.fa-dungeon {
  --fa: "";
}

.fa-file-csv {
  --fa: "";
}

.fa-hand-fist {
  --fa: "";
}

.fa-fist-raised {
  --fa: "";
}

.fa-ghost {
  --fa: "";
}

.fa-hammer {
  --fa: "";
}

.fa-hanukiah {
  --fa: "";
}

.fa-hat-wizard {
  --fa: "";
}

.fa-person-hiking {
  --fa: "";
}

.fa-hiking {
  --fa: "";
}

.fa-hippo {
  --fa: "";
}

.fa-horse {
  --fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
}

.fa-house-damage {
  --fa: "";
}

.fa-hryvnia-sign {
  --fa: "";
}

.fa-hryvnia {
  --fa: "";
}

.fa-mask {
  --fa: "";
}

.fa-mountain {
  --fa: "";
}

.fa-network-wired {
  --fa: "";
}

.fa-otter {
  --fa: "";
}

.fa-ring {
  --fa: "";
}

.fa-person-running {
  --fa: "";
}

.fa-running {
  --fa: "";
}

.fa-scroll {
  --fa: "";
}

.fa-skull-crossbones {
  --fa: "";
}

.fa-slash {
  --fa: "";
}

.fa-spider {
  --fa: "";
}

.fa-toilet-paper {
  --fa: "";
}

.fa-toilet-paper-alt {
  --fa: "";
}

.fa-toilet-paper-blank {
  --fa: "";
}

.fa-tractor {
  --fa: "";
}

.fa-user-injured {
  --fa: "";
}

.fa-vr-cardboard {
  --fa: "";
}

.fa-wand-sparkles {
  --fa: "";
}

.fa-wind {
  --fa: "";
}

.fa-wine-bottle {
  --fa: "";
}

.fa-cloud-meatball {
  --fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
}

.fa-cloud-rain {
  --fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
}

.fa-democrat {
  --fa: "";
}

.fa-flag-usa {
  --fa: "";
}

.fa-hurricane {
  --fa: "";
}

.fa-landmark-dome {
  --fa: "";
}

.fa-landmark-alt {
  --fa: "";
}

.fa-meteor {
  --fa: "";
}

.fa-person-booth {
  --fa: "";
}

.fa-poo-storm {
  --fa: "";
}

.fa-poo-bolt {
  --fa: "";
}

.fa-rainbow {
  --fa: "";
}

.fa-republican {
  --fa: "";
}

.fa-smog {
  --fa: "";
}

.fa-temperature-high {
  --fa: "";
}

.fa-temperature-low {
  --fa: "";
}

.fa-cloud-bolt {
  --fa: "";
}

.fa-thunderstorm {
  --fa: "";
}

.fa-tornado {
  --fa: "";
}

.fa-volcano {
  --fa: "";
}

.fa-check-to-slot {
  --fa: "";
}

.fa-vote-yea {
  --fa: "";
}

.fa-water {
  --fa: "";
}

.fa-baby {
  --fa: "";
}

.fa-baby-carriage {
  --fa: "";
}

.fa-carriage-baby {
  --fa: "";
}

.fa-biohazard {
  --fa: "";
}

.fa-blog {
  --fa: "";
}

.fa-calendar-day {
  --fa: "";
}

.fa-calendar-week {
  --fa: "";
}

.fa-candy-cane {
  --fa: "";
}

.fa-carrot {
  --fa: "";
}

.fa-cash-register {
  --fa: "";
}

.fa-minimize {
  --fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
}

.fa-dumpster {
  --fa: "";
}

.fa-dumpster-fire {
  --fa: "";
}

.fa-ethernet {
  --fa: "";
}

.fa-gifts {
  --fa: "";
}

.fa-champagne-glasses {
  --fa: "";
}

.fa-glass-cheers {
  --fa: "";
}

.fa-whiskey-glass {
  --fa: "";
}

.fa-glass-whiskey {
  --fa: "";
}

.fa-earth-europe {
  --fa: "";
}

.fa-globe-europe {
  --fa: "";
}

.fa-grip-lines {
  --fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
}

.fa-guitar {
  --fa: "";
}

.fa-heart-crack {
  --fa: "";
}

.fa-heart-broken {
  --fa: "";
}

.fa-holly-berry {
  --fa: "";
}

.fa-horse-head {
  --fa: "";
}

.fa-icicles {
  --fa: "";
}

.fa-igloo {
  --fa: "";
}

.fa-mitten {
  --fa: "";
}

.fa-mug-hot {
  --fa: "";
}

.fa-radiation {
  --fa: "";
}

.fa-circle-radiation {
  --fa: "";
}

.fa-radiation-alt {
  --fa: "";
}

.fa-restroom {
  --fa: "";
}

.fa-satellite {
  --fa: "";
}

.fa-satellite-dish {
  --fa: "";
}

.fa-sd-card {
  --fa: "";
}

.fa-sim-card {
  --fa: "";
}

.fa-person-skating {
  --fa: "";
}

.fa-skating {
  --fa: "";
}

.fa-person-skiing {
  --fa: "";
}

.fa-skiing {
  --fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
}

.fa-skiing-nordic {
  --fa: "";
}

.fa-sleigh {
  --fa: "";
}

.fa-comment-sms {
  --fa: "";
}

.fa-sms {
  --fa: "";
}

.fa-person-snowboarding {
  --fa: "";
}

.fa-snowboarding {
  --fa: "";
}

.fa-snowman {
  --fa: "";
}

.fa-snowplow {
  --fa: "";
}

.fa-tenge-sign {
  --fa: "";
}

.fa-tenge {
  --fa: "";
}

.fa-toilet {
  --fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
}

.fa-tools {
  --fa: "";
}

.fa-cable-car {
  --fa: "";
}

.fa-tram {
  --fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
}

.fa-fire-alt {
  --fa: "";
}

.fa-bacon {
  --fa: "";
}

.fa-book-medical {
  --fa: "";
}

.fa-bread-slice {
  --fa: "";
}

.fa-cheese {
  --fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
}

.fa-clinic-medical {
  --fa: "";
}

.fa-clipboard-user {
  --fa: "";
}

.fa-comment-medical {
  --fa: "";
}

.fa-crutch {
  --fa: "";
}

.fa-disease {
  --fa: "";
}

.fa-egg {
  --fa: "";
}

.fa-folder-tree {
  --fa: "";
}

.fa-burger {
  --fa: "";
}

.fa-hamburger {
  --fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
}

.fa-helmet-safety {
  --fa: "";
}

.fa-hard-hat {
  --fa: "";
}

.fa-hat-hard {
  --fa: "";
}

.fa-hospital-user {
  --fa: "";
}

.fa-hotdog {
  --fa: "";
}

.fa-ice-cream {
  --fa: "";
}

.fa-laptop-medical {
  --fa: "";
}

.fa-pager {
  --fa: "";
}

.fa-pepper-hot {
  --fa: "";
}

.fa-pizza-slice {
  --fa: "";
}

.fa-sack-dollar {
  --fa: "";
}

.fa-book-tanakh {
  --fa: "";
}

.fa-tanakh {
  --fa: "";
}

.fa-bars-progress {
  --fa: "";
}

.fa-tasks-alt {
  --fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
}

.fa-trash-restore {
  --fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
}

.fa-user-nurse {
  --fa: "";
}

.fa-wave-square {
  --fa: "";
}

.fa-person-biking {
  --fa: "";
}

.fa-biking {
  --fa: "";
}

.fa-border-all {
  --fa: "";
}

.fa-border-none {
  --fa: "";
}

.fa-border-top-left {
  --fa: "";
}

.fa-border-style {
  --fa: "";
}

.fa-person-digging {
  --fa: "";
}

.fa-digging {
  --fa: "";
}

.fa-fan {
  --fa: "";
}

.fa-icons {
  --fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
}

.fa-phone-flip {
  --fa: "";
}

.fa-phone-alt {
  --fa: "";
}

.fa-square-phone-flip {
  --fa: "";
}

.fa-phone-square-alt {
  --fa: "";
}

.fa-photo-film {
  --fa: "";
}

.fa-photo-video {
  --fa: "";
}

.fa-text-slash {
  --fa: "";
}

.fa-remove-format {
  --fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
}

.fa-spell-check {
  --fa: "";
}

.fa-voicemail {
  --fa: "";
}

.fa-hat-cowboy {
  --fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
}

.fa-computer-mouse {
  --fa: "";
}

.fa-mouse {
  --fa: "";
}

.fa-radio {
  --fa: "";
}

.fa-record-vinyl {
  --fa: "";
}

.fa-walkie-talkie {
  --fa: "";
}

.fa-caravan {
  --fa: "";
}

:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2");
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-openai {
  --fa: "";
}

.fa-square-linkedin {
  --fa: "";
}

.fa-cash-app {
  --fa: "";
}

.fa-disqus {
  --fa: "";
}

.fa-eleventy {
  --fa: "";
}

.fa-11ty {
  --fa: "";
}

.fa-kakao-talk {
  --fa: "";
}

.fa-linktree {
  --fa: "";
}

.fa-notion {
  --fa: "";
}

.fa-pandora {
  --fa: "";
}

.fa-pixelfed {
  --fa: "";
}

.fa-tidal {
  --fa: "";
}

.fa-vsco {
  --fa: "";
}

.fa-w3c {
  --fa: "";
}

.fa-lumon {
  --fa: "";
}

.fa-lumon-drop {
  --fa: "";
}

.fa-square-figma {
  --fa: "";
}

.fa-tex {
  --fa: "";
}

.fa-duolingo {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-monero {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2");
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}

:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2");
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
@keyframes arrowFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    animation-timing-function: ease;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowSlideDown {
  0% {
    transform: translateY(-20px);
  }
  25% {
    transform: translateY(-20px);
    animation-timing-function: ease;
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
    animation-timing-function: ease;
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  44.4444% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDelay2 {
  0% {
    opacity: 0;
  }
  16.66667% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDelay3 {
  0% {
    opacity: 0;
  }
  23.07692% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInGrid1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInGrid2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInGrid3 {
  0% {
    opacity: 0;
  }
  29.41176% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageZoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes photoCardBorder_Scale1 {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes photoCardBorder_Scale2 {
  0% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes photoCardBorder_Scale3 {
  0% {
    transform: scale(0, 1);
  }
  66.6666% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes photoCardBorder_Scale4 {
  0% {
    transform: scale(1, 0);
  }
  75% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes slideDown10 {
  0% {
    transform: translateY(-10px);
  }
  44.4444% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-ltr {
  0% {
    transform: translate(-25px, -10vw);
  }
  37.5% {
    transform: translate(-25px, -10vw);
  }
  100% {
    transform: translate(0, -10vw);
  }
}
@keyframes slide-ltr-2 {
  0% {
    transform: translateX(-25px);
  }
  37.5% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-rtl {
  0% {
    transform: translate(25px, -10vw);
  }
  37.5% {
    transform: translate(25px, -10vw);
  }
  100% {
    transform: translate(0, -10vw);
  }
}
@keyframes slide-rtl-2 {
  0% {
    transform: translateX(25px);
  }
  37.5% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideUp25 {
  0% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUp25Delay {
  0% {
    transform: translate(0px, 25px);
  }
  37.5% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUp25Delay2 {
  0% {
    transform: translate(0px, 25px);
  }
  16.66667% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUp25Delay3 {
  0% {
    transform: translate(0px, 25px);
  }
  23.07692% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUp30 {
  from {
    transform: translateY(30px);
    animation-timing-function: ease;
  }
  to {
    transform: translateY(0);
    padding-top: 0;
  }
}
@keyframes slideUpGrid1 {
  0% {
    transform: translate(0px, 25px);
  }
  20% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUpGrid2 {
  0% {
    transform: translate(0px, 25px);
  }
  25% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideUpGrid3 {
  0% {
    transform: translate(0px, 25px);
  }
  29.41176% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes wipe-ltr {
  0% {
    transform: scale(1, 1);
    transform-origin: 101% 0px;
  }
  28.57143% {
    transform: scale(1, 1);
    transform-origin: 101% 0px;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 101% 0px;
  }
}
@keyframes wipe-ltr2 {
  0% {
    transform: scale(1, 1);
    transform-origin: top right;
  }
  20% {
    transform: scale(1, 1);
    transform-origin: top right;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: top right;
  }
}
@keyframes wipe-ltr3 {
  0% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(0, 1);
    transform-origin: 0px 0px;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }
}
@keyframes wipe-rtl {
  0% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }
  28.57143% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 0px 0px;
  }
}
@keyframes wipe-rtl2 {
  0% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }
  20% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 0px 0px;
  }
}
.animate__arrow {
  animation-name: arrowSlideDown, arrowFade;
  animation-duration: 3500ms, 3500ms;
  animation-iteration-count: infinite, infinite;
}

.animate__fadeUp {
  animation-name: fadeIn, slideUp30;
  animation-duration: 1300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.animate__fadeUp2 {
  animation-name: fadeIn, slideUp25;
  animation-duration: 1000ms, 1000ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUp3 {
  animation-name: fadeInDelay2, slideUp25Delay2;
  animation-duration: 1200ms, 1200ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUp4 {
  animation-name: fadeInDelay3, slideUp25Delay3;
  animation-duration: 1300ms, 1300ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUp--delay {
  animation-name: fadeIn, slideUp30;
  animation-duration: 1300ms;
  animation-iteration-count: 1;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}

.animate__fadeUp2--delay {
  animation-name: slideUp25Delay, fadeIn2;
  animation-duration: 1600ms, 1600ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUp--Delay2 {
  animation-name: slideUp25Delay2, fadeInDelay2;
  animation-duration: 1200ms, 1200ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-duration: 1300ms;
  animation-iteration-count: 1;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}

.animate__fadeIn2 {
  animation-name: fadeIn2;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}

.animate__fadeIn-PhotoCard-BG {
  animation-name: fadeIn;
  animation-duration: 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.animate__fadeIn--delay {
  animation-name: fadeIn;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-delay: 1100ms;
  animation-fill-mode: forwards;
}

.animate__fadeIn--delay2 {
  animation-name: fadeIn;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-delay: 1300ms;
  animation-fill-mode: forwards;
}

.animate__fadeIn--delay3 {
  animation-name: fadeInDelay;
  animation-duration: 1800ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__fadeIn--Delay4 {
  animation-name: fadeInDelay3;
  animation-duration: 1300ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__fadeIn--Delay5 {
  animation-name: fadeInDelay3;
  animation-duration: 1400ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__fadeIn--delay6 {
  animation-name: fadeInDelay;
  animation-duration: 1800ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__fadeUpGrid1 {
  animation-name: fadeInGrid1, slideUpGrid1;
  animation-duration: 1500ms, 1500ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUpGrid2 {
  animation-name: fadeInGrid2, slideUpGrid2;
  animation-duration: 1600ms, 1600ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeUpGrid3 {
  animation-name: fadeInGrid3, slideUpGrid3;
  animation-duration: 1700ms, 1700ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__imageZoom {
  animation-name: imageZoom;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.animate__wipe-rtl {
  animation-name: wipe-rtl;
  animation-duration: 1400ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__wipe-ltr {
  animation-name: wipe-ltr;
  animation-duration: 1400ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__wipe-ltr2 {
  animation-name: wipe-ltr2;
  animation-duration: 1000ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__wipe-ltr3 {
  animation-name: wipe-ltr3;
  animation-duration: 1600ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__wipe-rtl2 {
  animation-name: wipe-rtl2;
  animation-duration: 1000ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__fadeIn2_slide-ltr {
  animation-name: fadeIn2, slide-ltr;
  animation-duration: 1600ms, 1600ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__fadeIn2_slide-rtl {
  animation-name: fadeIn2, slide-rtl;
  animation-duration: 1600ms, 1600ms;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-play-state: running, running;
  animation-iteration-count: 1, 1;
}

.animate__photoCardBorder1 {
  animation-name: photoCardBorder_Scale1;
  animation-duration: 200ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__photoCardBorder2 {
  animation-name: photoCardBorder_Scale2;
  animation-duration: 400ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__photoCardBorder3 {
  animation-name: photoCardBorder_Scale3;
  animation-duration: 600ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

.animate__photoCardBorder4 {
  animation-name: photoCardBorder_Scale4;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: 1;
}

@media only screen and (min-width: 768px) {
  .animate__fadeIn2_slide-ltr {
    animation-name: fadeIn2, slide-ltr-2;
  }

  .animate__fadeIn2_slide-rtl {
    animation-name: fadeIn2, slide-rtl-2;
  }
}