/* [project]/components/homePage/homePageCompo.module.css [client] (css) */
@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__searchBar_container > img {
    width: 3.25% !important;
  }

  .homePageCompo-module__6PB6qa__searchBar_container > div {
    width: 100% !important;
  }
}

.homePageCompo-module__6PB6qa__searchBar_container {
  background-color: #858585;
}

.homePageCompo-module__6PB6qa__searchBar_container div p {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container div p:focus {
  outline: none;
}

.homePageCompo-module__6PB6qa__searchBar_container div img {
  cursor: pointer;
  filter: brightness(0) invert();
}

.homePageCompo-module__6PB6qa__searchBar_container > img {
  cursor: pointer;
  float: right;
  width: .75%;
}

.homePageCompo-module__6PB6qa__searchBar_container form {
  border-bottom: 1px solid #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container form input {
  color: #fff;
  background-color: #858585;
  border: none !important;
}

.homePageCompo-module__6PB6qa__searchBar_container input::placeholder {
  color: #fff;
}

.homePageCompo-module__6PB6qa__searchBar_container form input:focus {
  outline: none;
}

.homePageCompo-module__6PB6qa__outLook_card_body {
  position: relative;
}

.homePageCompo-module__6PB6qa__outLook_card_body div p {
  color: #fff;
  text-align: left;
  line-height: 20px;
}

.homePageCompo-module__6PB6qa__outLook_card_body div {
  margin-left: 1rem;
  margin-right: 1rem;
}

.homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text {
  position: absolute;
  top: 55%;
}

.homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text h4 {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__outLook_card_body .homePageCompo-module__6PB6qa__text {
    position: absolute;
    top: 55%;
  }
}

.homePageCompo-module__6PB6qa__searchResultContainer {
  z-index: 25;
  background-color: #fff;
  width: 500px;
  max-height: 500px;
  margin-top: 1rem;
  display: block;
  position: absolute;
  overflow-y: scroll;
}

.homePageCompo-module__6PB6qa__searchResultContainer a {
  color: #000;
  text-decoration: none;
}

.homePageCompo-module__6PB6qa__searchResultContainer a:hover {
  color: #97144c;
}

@media screen and (max-width: 768px) {
  .homePageCompo-module__6PB6qa__searchResultContainer {
    width: 100%;
  }
}

.homePageCompo-module__6PB6qa__closeModalBtn {
  z-index: 20;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #97144c;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -1%;
  left: 98%;
}

.homePageCompo-module__6PB6qa__cardContent input, .homePageCompo-module__6PB6qa__cardContent select {
  border: none;
}

.homePageCompo-module__6PB6qa__cardContent > div {
  border-bottom: 1px solid #d5d5d5;
}

.homePageCompo-module__6PB6qa__cardContent input:focus, .homePageCompo-module__6PB6qa__cardContent select:focus {
  border: none !important;
  outline: none !important;
}

.homePageCompo-module__6PB6qa__cardFooter button, .homePageCompo-module__6PB6qa__cardFooter button:hover, .homePageCompo-module__6PB6qa__cardFooter button, .homePageCompo-module__6PB6qa__cardFooter button {
  color: #fff;
  background-color: #97144c;
  border: none;
}

.homePageCompo-module__6PB6qa__cardFooterText p {
  color: #333;
  font-size: 12px;
}

.homePageCompo-module__6PB6qa__locationOptions {
  z-index: 10;
  background-color: #fff;
  position: absolute;
}

.homePageCompo-module__6PB6qa__locationOptions option, .homePageCompo-module__6PB6qa__cardFooterText span {
  cursor: pointer;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__error_property {
  color: red;
  font-size: 10px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__error_label {
  color: red;
  font-size: 14px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardContent .homePageCompo-module__6PB6qa__success_label {
  color: green;
  font-size: 14px;
  display: block;
}

.homePageCompo-module__6PB6qa__cardFooterText p span {
  color: #97144c;
}

.homePageCompo-module__6PB6qa__cardContent input {
  color: #000;
  background-color: #fff;
}

/* [project]/components/exploreProduct/exploreProductCompo.module.css [client] (css) */
.exploreProductCompo-module__SnMmCG__cardContainer .exploreProductCompo-module__SnMmCG__row {
  --bs-gutter-x: 0rem !important;
}

.exploreProductCompo-module__SnMmCG__cardContainer:hover {
  background-color: #f6f6f6;
  border-radius: 7px;
}

.exploreProductCompo-module__SnMmCG__cardContainer:hover .exploreProductCompo-module__SnMmCG__cardButton {
  cursor: pointer;
  border: 1px solid #97144d;
  border-radius: 0 0 7px 7px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .exploreProductCompo-module__SnMmCG__cardContainer {
    background-color: #f6f6f6;
    border-radius: 7px;
  }

  .exploreProductCompo-module__SnMmCG__cardContainer .exploreProductCompo-module__SnMmCG__cardButton {
    cursor: pointer;
    border: 1px solid #97144d;
    border-radius: 0 0 7px 7px;
    display: flex;
  }
}

.exploreProductCompo-module__SnMmCG__cardHeading h4 {
  color: #97144d;
}

.exploreProductCompo-module__SnMmCG__cardButton {
  text-align: center;
  display: none;
}

.exploreProductCompo-module__SnMmCG__cardButton a {
  color: #000;
  text-decoration: none;
}

.exploreProductCompo-module__SnMmCG__cardButton div {
  height: 100%;
}

.exploreProductCompo-module__SnMmCG__cardButton a:first-child {
  color: #fff;
  background-color: #97144d;
}

.exploreProductCompo-module__SnMmCG__cardTopDetails {
  text-align: center;
  margin-top: .5rem;
}

.exploreProductCompo-module__SnMmCG__cardBody {
  margin: 1rem 0;
}

.exploreProductCompo-module__SnMmCG__cardBody ul {
  text-align: left;
}

.exploreProductCompo-module__SnMmCG__article_cont .exploreProductCompo-module__SnMmCG__article_footer b {
  color: #97144d;
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  z-index: 0;
  direction: ltr;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* [project]/components/layouts/layout.module.css [client] (css) */
.layout-module__-mP2Fa__banner_image {
  margin-top: 45px;
  margin-bottom: 50px;
}

.layout-module__-mP2Fa__banner_image_portfolio {
  margin-top: 100px;
  margin-bottom: 10px;
}

.layout-module__-mP2Fa__banner_image img {
  width: 825px;
  height: 320px;
  margin: auto;
}

.layout-module__-mP2Fa__banner_image > img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .layout-module__-mP2Fa__banner_image img {
    display: none;
  }

  .layout-module__-mP2Fa__banner_image {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .layout-module__-mP2Fa__btn_primary span {
    position: relative;
    top: 25%;
  }
}

.layout-module__-mP2Fa__btn_primary {
  color: #fff;
  background: #97144c;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
}

.layout-module__-mP2Fa__btn_primary:hover {
  color: #fff;
}

.layout-module__-mP2Fa__internalNav {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.layout-module__-mP2Fa__internalNav ul {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  padding-left: 0;
}

.layout-module__-mP2Fa__internalNav ul li {
  margin-right: 60px;
  padding-bottom: 10px;
  display: inline;
}

.layout-module__-mP2Fa__internalNav ul li.layout-module__-mP2Fa__active {
  border-bottom: 3px solid #97144c;
}

.layout-module__-mP2Fa__internalNav ul li.layout-module__-mP2Fa__active a {
  color: #97144c;
}

.layout-module__-mP2Fa__internalNav ul li:last-child {
  margin-right: 0;
}

.layout-module__-mP2Fa__internalNav ul li a {
  color: #6d6e71;
  font-size: 18px;
  text-decoration: none;
}

.layout-module__-mP2Fa__page_title {
  color: #97144c;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.layout-module__-mP2Fa__split_section {
  max-width: 90%;
  margin-bottom: 80px;
}

.layout-module__-mP2Fa__split_section h4 {
  color: #231f20;
  font-size: bold;
  margin-left: 20px;
}

.layout-module__-mP2Fa__split_section p {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  line-height: 30px;
}

.layout-module__-mP2Fa__split_section a {
  color: #97144c;
  margin-left: 20px;
  text-decoration: underline;
}

.layout-module__-mP2Fa__icon {
  width: 15px;
  margin-left: 5px;
}

.layout-module__-mP2Fa__more_public_disclosures h4 {
  color: #97144c;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 75px;
  font-size: 22px;
  font-weight: 700;
}

.layout-module__-mP2Fa__disclosures_row {
  width: 90%;
  max-width: 90%;
}

.layout-module__-mP2Fa__box {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 0 5px #d9d9d9;
}

.layout-module__-mP2Fa__box img {
  height: 60px;
  margin-bottom: 20px;
}

.layout-module__-mP2Fa__box h5 {
  color: #6d6e71;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .layout-module__-mP2Fa__btn_primary {
    width: 100%;
    font-size: 12px;
  }

  .layout-module__-mP2Fa__banner_image_wrapper img {
    display: none;
  }
}

.layout-module__-mP2Fa__banner_image_wrapper img {
  height: auto;
}

.layout-module__-mP2Fa__banner_image_wrapper video {
  height: auto;
  margin-top: 20px;
}

/* [project]/components/common/layoutMainBanner/layoutMainBanner.module.css [client] (css) */
@media screen and (max-width: 768px) {
  .layoutMainBanner-module__5RbXMq__banner_image_wrapper img {
    display: none;
  }
}

.layoutMainBanner-module__5RbXMq__banner_image_wrapper img {
  height: auto;
}

.layoutMainBanner-module__5RbXMq__banner_image_wrapper video {
  height: auto;
  margin-top: 20px;
}

/* [project]/styles/about.module.css [client] (css) */
.about-module__bEqw4q__banner_image {
  margin-top: 100px;
  margin-bottom: 80px;
}

.about-module__bEqw4q__figurewrapper {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 778px) {
  .about-module__bEqw4q__hero_image {
    width: 100% !important;
    height: auto !important;
  }
}

.about-module__bEqw4q__profile_card h5 {
  color: #97144c;
  font-weight: 600;
}

.about-module__bEqw4q__profile_card h6 {
  color: #666;
}

/* [project]/components/common/internalNav/internalNav.module.css [client] (css) */
.internalNav-module__rTJXEG__internalNav {
  margin-bottom: 35px;
}

.internalNav-module__rTJXEG__internalNav ul {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  overflow-x: hidden;
  padding-bottom: 0 !important;
}

.internalNav-module__rTJXEG__internalNav ul li:hover {
  cursor: pointer !important;
}

.internalNav-module__rTJXEG__internalNav ul::-webkit-scrollbar {
  width: 10px;
}

.internalNav-module__rTJXEG__internalNav ul::-webkit-scrollbar-track {
  border-radius: 100px;
}

.internalNav-module__rTJXEG__internalNav ul::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: var(--axis-primary300);
  border: 5px solid #0000;
  border-radius: 100px;
  height: 20px;
}

.internalNav-module__rTJXEG__internalNav ul li {
  white-space: nowrap;
  margin-right: 60px;
  padding-bottom: 10px;
  display: inline;
}

.internalNav-module__rTJXEG__internalNav ul li.internalNav-module__rTJXEG__active {
  border-bottom: 3px solid #97144c;
}

.internalNav-module__rTJXEG__internalNav ul li.internalNav-module__rTJXEG__active a {
  color: #97144c;
}

.internalNav-module__rTJXEG__internalNav span.internalNav-module__rTJXEG__active {
  border-bottom: 3px solid #97144c !important;
}

.internalNav-module__rTJXEG__internalNav span.internalNav-module__rTJXEG__active a {
  color: #97144c !important;
}

.internalNav-module__rTJXEG__internalNav ul li:last-child {
  margin-right: 0;
}

.internalNav-module__rTJXEG__internalNav ul li a {
  color: #6d6e71;
  font-size: 18px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .internalNav-module__rTJXEG__internalNav ul {
    border-bottom: none;
  }
}

.internalNav-module__rTJXEG__buttonLeftArrow {
  color: #fff !important;
  background-color: #97144c !important;
}

.internalNav-module__rTJXEG__buttonLeftArrow:hover, .internalNav-module__rTJXEG__buttonRightArrow, .internalNav-module__rTJXEG__buttonLeftArrow:hover {
  color: #fff !important;
  background-color: #97144c !important;
  border: none !important;
}

.internalNav-module__rTJXEG__navButton {
  justify-content: end;
  display: flex;
}

/* [project]/node_modules/swiper/modules/navigation/navigation.min.css [client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

/* [project]/node_modules/react-multi-carousel/lib/styles.css [client] (css) */
@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("../media/revicons.3g4b4pk2f7d_x.woff") format("woff"), url("../media/revicons.03n1yrwzk_x3-.ttf") format("ttf"), url("../media/revicons.3liogklwqwdyz.eot") format("ttf");
}

.react-multi-carousel-list {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.react-multi-carousel-track {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform,transition;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.react-multiple-carousel__arrow {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background: #00000080;
  border: 0;
  border-radius: 35px;
  outline: 0;
  min-width: 43px;
  min-height: 43px;
  transition: all .5s;
  position: absolute;
}

.react-multiple-carousel__arrow:hover {
  background: #000c;
}

.react-multiple-carousel__arrow:before {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: revicons;
  font-size: 20px;
  display: block;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left:before {
  content: "";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right:before {
  content: "";
}

.react-multi-carousel-dot-list {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.react-multi-carousel-dot button {
  opacity: 1;
  width: 12px;
  height: 12px;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid gray;
  border-radius: 50%;
  outline: 0;
  margin: 0 6px 0 0;
  padding: 0;
  transition: background .5s;
  display: inline-block;
}

.react-multi-carousel-dot button:hover:active, .react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }

  .react-multi-carousel-track {
    overflow: visible !important;
  }
}

[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}

/* [project]/node_modules/swiper/swiper.min.css [client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* [project]/node_modules/swiper/modules/pagination/pagination.min.css [client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.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));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  border-radius: 50%;
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.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 {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.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: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/styles/disclosures.module.css [client] (css) */
.disclosures-module__8UXWHa__banner_image {
  margin-top: 40px;
  margin-bottom: 50px;
}

.disclosures-module__8UXWHa__btn_primary {
  color: #fff;
  background: #97144c;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
}

.disclosures-module__8UXWHa__btn_primary:hover {
  color: #fff;
}

.disclosures-module__8UXWHa__internalNav {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.disclosures-module__8UXWHa__internalNav ul {
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  padding-left: 0;
}

.disclosures-module__8UXWHa__internalNav ul li {
  margin-right: 60px;
  padding-bottom: 10px;
  display: inline;
}

.disclosures-module__8UXWHa__internalNav ul li.disclosures-module__8UXWHa__active {
  border-bottom: 3px solid #97144c;
}

.disclosures-module__8UXWHa__internalNav ul li.disclosures-module__8UXWHa__active a {
  color: #97144c;
}

.disclosures-module__8UXWHa__internalNav ul li:last-child {
  margin-right: 0;
}

.disclosures-module__8UXWHa__internalNav ul li a {
  color: #6d6e71;
  font-size: 18px;
  text-decoration: none;
}

.disclosures-module__8UXWHa__page_title {
  color: #97144c;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.disclosures-module__8UXWHa__split_section {
  max-width: 66%;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .disclosures-module__8UXWHa__split_section {
    max-width: 80%;
    margin-bottom: 80px;
  }
}

.disclosures-module__8UXWHa__split_section h2, .disclosures-module__8UXWHa__split_section h4 {
  color: #231f20;
  margin-left: 20px;
  font-weight: bold;
}

.disclosures-module__8UXWHa__split_section p {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  line-height: 30px;
}

.disclosures-module__8UXWHa__split_section a {
  color: #97144c;
  margin-left: 20px;
  text-decoration: underline;
}

.disclosures-module__8UXWHa__icon {
  width: 15px;
  margin-left: 5px;
}

.disclosures-module__8UXWHa__more_public_disclosures h4 {
  color: #97144c;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 75px;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .disclosures-module__8UXWHa__disclosures_row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .disclosures-module__8UXWHa__banner_image img {
    display: none;
  }

  .disclosures-module__8UXWHa__banner_image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.disclosures-module__8UXWHa__disclosures_row {
  width: 66%;
  max-width: 66%;
  position: relative;
}

.disclosures-module__8UXWHa__banner_image img {
  border-radius: 10px;
  width: 825px;
  height: 320px;
  margin: auto;
}

.disclosures-module__8UXWHa__box {
  text-align: center;
  border-radius: 1.5625rem;
  margin-bottom: 25px;
  padding: 30px;
  box-shadow: 0 0 5px #d9d9d9;
}

.disclosures-module__8UXWHa__box.disclosures-module__8UXWHa__active {
  border: 2px solid #97144c;
}

.disclosures-module__8UXWHa__box img {
  height: 60px;
  margin-bottom: 20px;
}

.disclosures-module__8UXWHa__box h5 {
  color: #6d6e71;
  height: 2.6rem;
  font-size: 16px;
}

.disclosures-module__8UXWHa__split_section h5 {
  color: #97144c;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.disclosures-module__8UXWHa__split_section input[type="date"] {
  border: 1px solid #97144c;
}

@media screen and (max-width: 768px) {
  .disclosures-module__8UXWHa__split_section h4, .disclosures-module__8UXWHa__split_section p, .disclosures-module__8UXWHa__split_section a {
    margin-left: 0;
  }

  .disclosures-module__8UXWHa__split_section h4 {
    margin-top: 20px;
  }

  .disclosures-module__8UXWHa__split_section input[type="date"] {
    margin-bottom: 10px;
  }
}

.disclosures-module__8UXWHa__accordion_wrapper {
  background-color: #fff;
  width: 70%;
}

.disclosures-module__8UXWHa__accordion_wrapper button {
  background-color: #97144c;
  color: #fff !important;
}

.disclosures-module__8UXWHa__accordion_wrapper button:focus {
  color: #fff !important;
  background-color: #97144c !important;
  border: none !important;
}

.disclosures-module__8UXWHa__accordion_wrapper button.disclosures-module__8UXWHa__accordion-button {
  color: #fff !important;
  background-color: #97144c !important;
}

.disclosures-module__8UXWHa__accordion_body {
  color: #97144c;
  background-color: #efefef;
}

.disclosures-module__8UXWHa__text_wrapper {
  color: #97144c;
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .disclosures-module__8UXWHa__text_wrapper {
    color: #97144c;
    width: 100%;
  }
}

.disclosures-module__8UXWHa__text_wrapper ul a {
  color: #97144c;
  text-decoration: none;
}

.disclosures-module__8UXWHa__text_wrapper_row div img {
  width: 11%;
  position: relative;
  left: -17.2%;
}

.disclosures-module__8UXWHa__text_wrapper_allCirculars div img {
  width: 10.8%;
  position: relative;
  right: 14.5%;
}

.disclosures-module__8UXWHa__text_wrapper_allCirculars > div > a {
  color: #97144c;
  text-decoration: none;
}

.disclosures-module__8UXWHa__text_wrapper_row, .disclosures-module__8UXWHa__text_wrapper_allCirculars {
  border: 0 solid #0000;
  border-left-width: .6rem;
  border-image: url("/images/Group 251.png") 45;
  padding: 15px;
}

.disclosures-module__8UXWHa__text_wrapper_row > div:first-child > a {
  color: #6d6e71;
  text-decoration: none;
}

.disclosures-module__8UXWHa__text_wrapper_row > div:nth-child(2) > a {
  color: #97144c;
  text-decoration: none;
}

.disclosures-module__8UXWHa__text_wrapper > div > div > a, .disclosures-module__8UXWHa__text_wrapper > div > div > a:hover {
  color: #fff;
  background-color: #97144c;
  font-family: Lato, sans-serif;
}

.disclosures-module__8UXWHa__internalNavVertical ul li.disclosures-module__8UXWHa__active {
  border-bottom: 3px solid #97144c;
  display: inline-block;
}

.disclosures-module__8UXWHa__internalNavVertical ul li {
  margin-bottom: 1rem;
  list-style: none;
}

.disclosures-module__8UXWHa__internalNavVertical ul li a {
  color: #6d6e71;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.disclosures-module__8UXWHa__circles {
  border: 3px solid #97144c;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  margin: auto;
}

.disclosures-module__8UXWHa__circle_wrapper p {
  text-align: center;
  color: #6d6e71;
  margin-top: 1rem;
}

.disclosures-module__8UXWHa__circle_wrapper a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .disclosures-module__8UXWHa__text_wrapper_row div img {
    width: 5%;
    position: relative;
    left: -7.7%;
  }

  .disclosures-module__8UXWHa__text_wrapper_allCirculars div img {
    width: 51.8%;
    position: relative;
    right: 77.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .disclosures-module__8UXWHa__text_wrapper_row div img {
    width: 11%;
    position: relative;
    left: -20.2%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .disclosures-module__8UXWHa__text_wrapper_row div img {
    width: 12%;
    position: relative;
    left: -17.9%;
  }
}

.disclosures-module__8UXWHa__box > img {
  filter: brightness(0) saturate() invert(13%) sepia(50%) saturate(5739%) hue-rotate(321deg) brightness(87%) contrast(93%);
}

.disclosures-module__8UXWHa__box:hover > div > h5 {
  color: #97144c;
}

.disclosures-module__8UXWHa__banner_image_wrapper img {
  height: auto;
}

@media screen and (max-width: 720px) {
  .disclosures-module__8UXWHa__banner_image_wrapper {
    display: none;
  }
}

/* [project]/components/common/modal/modal.module.css [client] (css) */
@media screen and (max-width: 768px) {
  .modal-module__6zToJW__modal > div {
    text-align: justify;
    width: 100%;
  }
}

.modal-module__6zToJW__modal > div {
  text-align: justify;
  width: 90%;
  margin: auto;
}

.modal-module__6zToJW__modal h5 {
  color: #97144c;
  font-weight: 600;
}

.modal-module__6zToJW__modal h6 {
  color: #666;
}

/*# sourceMappingURL=_0ilpgb2._.css.map*/