/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.notification-container-bottom-center,.notification-container-bottom-left,.notification-container-bottom-right,.notification-container-center,.notification-container-top-center,.notification-container-top-left,.notification-container-top-right{width:325px;position:absolute;pointer-events:all}.notification-container-bottom-center,.notification-container-center,.notification-container-top-center{display:flex;justify-content:center;align-items:center;flex-direction:column;left:calc(50% - 162.5px)}.notification-container-center{top:20px;height:100%;pointer-events:none}.notification-container-center .center-inner{width:325px;display:flex;justify-content:center;align-items:center;flex-direction:column;pointer-events:all}.notification-container-top-center{top:20px}.notification-container-bottom-center{bottom:20px}.notification-container-top-left{left:20px;top:20px}.notification-container-top-right{right:20px;top:20px}.notification-container-bottom-left{left:20px;bottom:20px}.notification-container-bottom-right{bottom:20px;right:20px}.notification-container-mobile-bottom,.notification-container-mobile-top{pointer-events:all;position:absolute}.notification-container-mobile-top{right:20px;left:20px;top:20px}.notification-container-mobile-bottom{right:20px;left:20px;bottom:20px;margin-bottom:-15px}.notification-default{border-left:8px solid #0562c7}.notification-default,.notification-default .timer{background-color:#007bff}.notification-default .timer-filler{background-color:#fff}.notification-default .notification-close{background-color:#007bff}.notification-success{border-left:8px solid #1f8838}.notification-success,.notification-success .timer{background-color:#28a745}.notification-success .timer-filler{background-color:#fff}.notification-success .notification-close{background-color:#28a745}.notification-danger{border-left:8px solid #bd1120}.notification-danger,.notification-danger .timer{background-color:#dc3545}.notification-danger .timer-filler{background-color:#fff}.notification-danger .notification-close{background-color:#dc3545}.notification-info{border-left:8px solid #138b9e}.notification-info,.notification-info .timer{background-color:#17a2b8}.notification-info .timer-filler{background-color:#fff}.notification-info .notification-close{background-color:#17a2b8}.notification-warning{border-left:8px solid #ce9c09}.notification-warning,.notification-warning .timer{background-color:#eab000}.notification-warning .timer-filler{background-color:#fff}.notification-warning .notification-close{background-color:#eab000}.notification-awesome{border-left:8px solid #4c3fb1}.notification-awesome,.notification-awesome .timer{background-color:#685dc3}.notification-awesome .timer-filler{background-color:#fff}.notification-awesome .notification-close{background-color:#685dc3}@keyframes timer{0%{width:100%}to{width:0}}.react-notification-root{position:fixed;z-index:9000;pointer-events:none;width:100%;height:100%}.notification-item{display:flex;position:relative;border-radius:3px;margin-bottom:15px;box-shadow:1px 3px 4px rgba(0,0,0,.2);cursor:pointer}.notification-item .timer{width:100%;margin-top:10px}.notification-item .timer,.notification-item .timer .timer-filler{height:3px;border-radius:5px}.notification-item .notification-title{color:#fff;font-weight:700;font-size:14px;margin-top:5px;margin-bottom:5px}.notification-item .notification-message{color:#fff;max-width:calc(100% - 15px);font-size:14px;line-height:150%;word-wrap:break-word;margin-bottom:0;margin-top:0}.notification-item .notification-content{padding:8px 15px;display:inline-block;width:100%}.notification-item .notification-close{width:18px;height:18px;border-radius:50%;display:inline-block;position:absolute;right:10px;top:10px}.notification-item .notification-close:after{content:"\D7";position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:12px;left:50%;top:50%}.notification-container-mobile-bottom .notification-item,.notification-container-mobile-bottom .notification-parent,.notification-container-mobile-top .notification-item,.notification-container-mobile-top .notification-parent{max-width:100%;width:100%}.notification-container-bottom-right .notification-parent,.notification-container-top-right .notification-parent{margin-left:auto}.notification-container-bottom-left .notification-parent,.notification-container-top-left .notification-parent{margin-right:auto}.notification-container-mobile-bottom .notification-parent,.notification-container-mobile-top .notification-parent{margin-left:auto;margin-right:auto}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.community__container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  background: #f2f8f9;
}

.community__header p {
  display: none;
}

.community__header h1 {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin-top: 23px;
  margin: 0;
  margin-bottom: 17px;
  padding-right: 8px;
}

.community__top {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .community__top {
    height: 340px;
  }
}

.community__content {
  background: #fff;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 500px;
}

/* search input start  */
.community_search-container {
  padding: 4px;
  display: flex;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 8px;
}

.community_search-container.community_search-container--collapsed {
  display: inline-flex;
  padding: 0;
  border: none;
}

.community_search-container.community_search-container--collapsed > input {
  display: none;
}

.community_search-container > input {
  flex: 1;
  border: none;
  outline: none;
  background-color: transparent;
  height: 48px;
  padding: 16px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  caret-color: #17cbc0;
}

.community_search-icon-wrapper {
  height: 48px;
  width: 48px;
  background: #17cbc0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community_search-icon-wrapper > img {
}

/* search input end  */

/* community categories start */
.community__dropdown-wrapper {
  position: relative;
  top: 16px;
}
.community__categories-container {
  position: relative;
  padding: 19px 24px 21px 24px;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  margin-top: 16px;
  /* top: 16px; */
  cursor: pointer;
}
.community__categories-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community__categories-header-container img {
}

.community__categories-header {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin: 0;
}

.community__categories {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.community__categories-container--show .community__categories {
  opacity: 1;
  pointer-events: initial;
}

.community__categories-header-container > img {
  transition: transform 0.3s ease-in-out;
}
.community__categories-container--show .community__categories-header-container > img {
  transform: rotate(180deg);
}

.login-card__buttons-container a:hover {
  background-color: #17cbc0;
  color: #fff;
  border: none;
}

/* community cateogires end */

/* .community__form-post h6 {
  padding: 5px 0px;
} */

.community__topics,
.community__categories {
  padding: 0;
  list-style-type: none;
  list-style: none;
}
.community__categories {
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
}

/* forumTopic start  */
.forumTopic__container:first-of-type {
  margin-top: 28px;
}
.forumTopic__container:last-of-type {
  margin-bottom: 40px;
}

.forumTopic__container {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.forumTopic__content {
  flex: 1;
}

.forumTopic__profile {
  height: 48px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.forumTopic__profile > span {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}

.forumTopic__header {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: calc(17px * var(--factor));
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin: 0px 0px;
  cursor: pointer;
}

.forumTopic__header-unverified {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: calc(17px * var(--factor));
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #999999;
  margin: 0px 0px;
  cursor: pointer;
}

.forumTopic__author,
.forumTopic__date,
.forumTopic__comments {
  font-family: Roboto;
  font-weight: normal;
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #49608a;
}
.forumTopic__date {
  margin-left: 8px;
}
.forumTopic__comments {
  margin-left: 8px;
}

/* forumTopic end  */

/* category item start */
.CategoryItem__container {
  padding: 8px;
  background-color: #fff;
  padding: 0px 24px 21px 24px;
}

.CategoryItem__container:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.CategoryItem__container span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  color: #49608a;
  /* padding */
}
/* category item end */

/* pagination- start */
.community__mpagination {
  display: flex;
  justify-content: center;
  margin-bottom: 73px;
  align-items: center;
}

.community__mpagination-numbers {
  padding-left: 36px;
  padding-right: 36px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #27344b;
}

/* pagination-end[ */

/* ask qt button */
.community__ask {
  background: #17cbc0;
  border-radius: 8px;
  display: flex;
  margin-top: 32px;
  align-items: center;
  padding-left: 12px;
  cursor: pointer;
}
.community__ask:hover {
  text-decoration: none;
}

.community__ask > span {
  flex: 1;
  color: #fff;
}

.community-ask-active-category {
  display: none;
}

.desktop__list-category-container .community__categories-container {
  display: none;
}

.community__categories-header--desktop {
  font-size: 32px;
  text-transform: capitalize;
}

.CategoryItem__container--active span {
  color: #17cbc0;
}

.desktop__list-category-container-inner {
  display: none;
}

/* media queries  */
@media (min-width: 992px) {
  .community__container {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .community__header h1 {
    margin-bottom: 14px;
  }
  .community__header p {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: calc(16px * var(--factor));
    letter-spacing: 0.02em;
    color: #49608a;
    padding: 0;
    margin: 0;
    padding-right: 40px;
  }

  .community__top {
    padding-top: 192px;
  }

  .community__top--inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .community_search-container {
    align-self: start;
  }

  .community__dropdown-wrapper {
    display: none;
  }

  .community-ask-active-category {
    display: flex;
    align-items: center;
  }

  .community__ask {
    margin-top: 0;
  }

  .desktop__list-category-container {
    display: flex;
  }

  .desktop__list-category-container-inner {
    display: block;
    align-self: flex-start;
    background-color: #fff;
    padding-top: 27px;
    border-radius: 8px;
    max-width: 300px;
  }

  .CategoryItem__container {
    cursor: pointer;
  }

  .desktop__list-category-container .community__categories-container {
    display: block;
  }

  .community__topics {
    flex: 1;
  }

  .community__categories {
    position: static;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    background: #ffffff;
    box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
    border-radius: 8px;
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .community__header p {
    font-size: calc(14px * var(--factor));
  }
}

@media (max-width: 880px) {
  .community__header p {
    display: none;
  }
}

.mt30 {
  margin-top: 30px;
}

.disable-page-arrow {
  opacity: 0.5;
}

.TopicDetails__header {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(14px * var(--factor));
  margin: 0;
  letter-spacing: 0.02em;
  color: #49608a;
  cursor: pointer;
}

.TopicDetails__category {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 1.15;
  color: #27344b;
  margin-bottom: 9px;
}

.TopicDetails__ask-search-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.TopicDetails__ask-search-container .community__ask {
  margin-top: 0;
}

.TopicDetails__question-title {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(18px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
}

.TopicDetails__question-meta {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.TopicDetails__question-author {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #49608a;
  margin: 0;
  margin-right: 4px;
}

.TopicDetails__question-date {
  font-weight: normal;
}

.TopicDetails__question-text {
  margin-bottom: 1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #27344b;
}

.TopicDetails__question-text-unverified {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #999999;
}

.bottom-bordered {
  border-bottom: 1px solid #b8c3d5;
}

.mt64 {
  margin-top: 64px;
}
.mb40 {
  margin-bottom: 46px;
}

.noAuth_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  text-align: center;
  letter-spacing: 0.02em;
  color: #49608a;
  margin-top: 25px;
}

.noAuth_text a {
  color: #17cbc0;
}

.comments__input-container {
  margin-bottom: 64px;
}

.comments__input-container textarea {
  border: 2px solid #d7deea;
  border-radius: 8px;
  background-color: transparent;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin-top: 12px;
  outline: none;
  padding: 16px;
  resize: none;
}

.comments__input-container .community__ask {
  width: 229px;
  margin-left: auto;
  margin-top: 10px;
}

/* media queries */
@media (min-width: 700px) {
  .comments__input-container {
    margin-bottom: 170px;
  }

  .community__content {
    padding-left: 0;
    padding-right: 0;
  }
  .community__topic-top {
    display: flex;
    justify-content: space-between;
  }
  .community__topic-top .community__ask {
    margin-right: 10px;
  }
}

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

.login-card__text {
  font-size: 16px;
  padding: 0px 24px 24px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  color: #27344b;
}

.login-card__buttons-container {
  display: flex;
  padding: 0px 24px 24px;
  justify-content: space-around;
}

.login-card__buttons-container a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #27344b;
  color: #27344b;
  text-decoration: none;
  border: 1px solid #27344b;
  border-radius: 8px;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .desktop__list-category-container.container.w-lg-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .noAuth_text {
    display: none;
  }

  .TopicDetails__header {
    font-size: calc(20px * var(--factor));
  }
  .TopicDetails__category {
    font-size: calc(48px * var(--factor));
    margin: 15px 0 56px;
  }
}

.community__ask-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.community__ask-buttons .community__ask,
.community__ask-buttons .community__cancel {
  margin-top: 0;
  font-size: 15px;
  width: initial;
  cursor: pointer;
}

.community__ask-buttons .community__cancel {
  padding: 12px 25px;
  border: 2px solid #d7deea;
  border-radius: 8px;
}

/* material styling */
.material-container {
  position: relative;
}

.material-title {
  /* position: absolute; */
  /* background: white; */
  /* margin-left: 15px; */
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #49608a;
  z-index: 3;
  display: block;
  margin-bottom: 12px;
  /* top: 0; */

  /* transition: all 0.2s ease-in-out; */
  /* transform: translate(5px, 20px); */
}

.material-title.material-title-textarea {
  transform: translate(10px, 30px);
  font-size: 25px;
}

.material-input:invalid:focus ~ .material-title {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  transform: translate(0px, 0px);
}

.ask__question .community__categories-container {
  max-width: 460px;
  z-index: 4;
  border: 2px solid #eee;
  box-shadow: none;
}

@media (min-width: 768px) {
  .community__container.ask__question .community__categories {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    border: 2px solid #eee;
  }

  .community__container.ask__question .community__categories-container--show .community__categories {
    opacity: 1;
    pointer-events: initial;
  }
}

.community__error {
  border: solid 1px red !important;
}

:root {
  --factor: 1;
}

body,
html,
#__next {
  min-height: 100%;
}

body {
  background-color: #e5e5e5;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-roboto {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.overflow-hidden {
  overflow: hidden;
}

.navbar-toggler {
  position: absolute;
  right: 15px;
  top: 30px;
}

.navbar-light .navbar-toggler {
  color: #1d3d50;
  border-width: 0;
}

.navbar-absolute {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0)); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing.show {
  z-index: 10000;
}

.navbar-nav-main {
  margin-top: 15px;
}

.navbar-collapse.collapsing > .navbar-nav-main,
.navbar-collapse.collapse.show > .navbar-nav-main {
  margin-top: 128px;
  margin-left: 13px !important;
}

.navbar-brand {
  margin-left: 10px;
}

#header-logo-dark,
#header-logo-light {
  width: 171px;
  height: 45px;
}

.navbar-nav > .nav-item > .nav-link {
  /* color: #1d3d50 !important; */
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: none;
  overflow-y: scroll;
  transition: none;
}

.navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-getlisted {
  background-color: #5db9bd;
  font-weight: bold;
  width: 144px;
  color: #fff !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
  margin-top: 2px;
  margin-left: 4px;
}

.btn-getlisted-mobile {
  position: absolute;
  bottom: -35px;
  left: 25px;
  z-index: 10000;
}

.btn-map-mobile {
  position: absolute;
  bottom: -30px;
  right: 25px;
  z-index: 10000;
  background-image: url(../images/map-icon.svg);
  border: none;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: transparent;
}

.btn-map-mobile.list-menu {
  background-image: url(../images/hamburger-1-icon.png);
  width: 20px;
  height: 20px;
}

.btn-map-mobile:focus {
  outline: 0;
}
/*
.btn-primary {
  background: #5db9bd !important;
  border-color: #5db9bd !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
} */

.home-hero {
  background-image: url(../images/home-hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 700px;
  color: #27344b;
}

.home-hero h4,
.about-hero h4 {
  font-size: 1.375rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

/* .home-community-partners-container {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
} */

/* @media (max-width: 575px) {
  .home-community-partners-container.show {
    height: 2250px;
  }
} */

.home-location {
  background-image: url(../images/home-location.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 588px;
  color: #1d3d50;
}

.home-location h1 {
  font-size: 2rem;
  font-weight: 900;
}

.home-location h4 {
  font-size: 1.125rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

.home-location h5 {
  font-size: 1.5rem;
  font-weight: 900;
}

.home-location .shadow {
  margin-top: 10px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.zip-code-group {
  display: flex;
}

.zip-code-input {
  border-radius: 0.25rem 0 0 0.25rem;
  background-image: none;
}

.zip-code-submit {
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0;
  padding: 0 1rem;
  cursor: pointer;
}

.overview-input {
  width: 100%;
  height: 300px;
}

.home-events {
  height: 495px;
  color: #27344b;
  background-image: url(../images/home-events.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-events h1 {
  font-size: 2rem;
  font-weight: 900;
}

.home-events a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5db9bd;
  margin-top: 0.5rem;
  display: inline-block;
}

.home-events p {
  width: 50%;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.home-events ul {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.home-knowledge {
  background-color: #e9f4f8;
  background-image: url(../images/home-knowledge-2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 400px;
  color: #27344b;
}

.home-knowledge h1 {
  width: 50%;
  font-size: 2rem;
  font-weight: 900;
  padding-top: 100px;
}

.home-knowledge h4 {
  font-size: 1.125rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

.home-knowledge a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5db9bd;
  margin-top: 0.5rem;
  display: inline-block;
}

.about-hero,
.events-hero,
.knowledgebase-hero {
  height: 500px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero {
  background-image: url(../images/about-hero.png);
  box-shadow: inset 0 500px rgba(255, 255, 255, 0.25), 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.events-hero {
  background-image: url(../images/events-hero.jpg);
}

.knowledgebase-hero {
  background-image: url(../images/knowledgebase-hero.jpg);
}

.events-content,
.knowledgebase-content {
  background: #f2f8f9;
  padding: 2rem 0;
}

.about-content ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
  font-weight: bold;
}

.about-hero h1,
.events-hero h1,
.knowledgebase-hero h1 {
  font-size: 2.625rem;
  color: #1d3d50;
  padding-top: 300px;
  font-weight: 900;
}

.about-hero h1 {
  padding-top: 100px;
}

.textarea-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.textarea-info span {
  width: 70%;
  margin-right: 2%;
}

.textarea-info p {
  width: 30%;
  text-align: right;
  margin: 0;
}

.events-hero h1,
.knowledgebase-hero h1 {
  padding-top: 300px;
}

.events-hero h2,
.knowledgebase-hero h2 {
  font-size: 1.5rem;
  color: #1d3d50;
  font-weight: 500;
}

.providers-hero {
  background-image: url(../images/providers-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  background-color: #f2f8f9;
}

.providers-hero h1,
.providers-hero h2 {
  color: #1d3d50;
  font-weight: 900;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.providers-hero h1 {
  font-size: calc(3.375rem * var(--factor));
  padding-top: 140px;
}

.providers-hero h2 {
  font-size: calc(2.375rem * var(--factor));
}

.add-location-btn {
  padding: 0.1rem 1rem;
}

.event-location {
  color: #666;
  min-height: 25px;
  padding: 0 1.25rem;
}

.event-description-container {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 280px;
  height: 280px;
  min-height: 280px;
}

.event-description {
  color: #666;
  height: 260px;
  max-height: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  width: 310px;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}

.event-date {
  padding: 0 1.25rem;
}

p.location-head {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: #808080fa;
}

.upload-btn {
  border: 3px solid #88a8aa;
  color: #88a8aa;
  font-size: 2.5em;
  border-radius: 10px;
}

.provider-image {
  position: relative;
  width: 220px;
  height: 170px;
  border-radius: 10px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
}

.custom-control-label::before {
  border: 1px solid #ced4da;
  background: #fff;
}

.patients-filters {
  margin-top: 110px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.patients-wrapper {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 230px);
}

.patients-wrapper .no-results {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #d8e7ef linear-gradient(180deg, #d8e7ef 0%, #d8e7ef 69.27%, rgba(216, 231, 239, 0) 100%);
  opacity: 0.8;
}

.patients-wrapper .no-results .text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  width: 380px;
  color: #1d3d50;
}

.patients-wrapper .no-results .text img {
  margin-bottom: 30px;
}

.patients-content {
  height: 100%;
  position: relative;
  width: 320px;
}

.patients-content .btn-search {
  background: #5db9bd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.patients-content .remaining-results {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 5px;
}

.patients-map {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

.patients-map .results-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 8px 30px;
  min-width: 200px;
  text-align: center;
}

.patients-map.full-width {
  left: 0px;
}

.patients-content .result-table {
  position: relative;
  width: 320px;
  color: #003464;
  border: 1px solid #d2e6f0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}

.patients-content .result-table::after {
  content: '';
  background: linear-gradient(89.98deg, #000000 1.46%, rgba(0, 0, 0, 0) 98.2%);
  opacity: 0.1;
}

.patients-content .result-table::-webkit-scrollbar {
  width: 4px;
}

.patients-content .result-table::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.patients-content .result-table.hide {
  display: none;
}

.patients-content .result-table .result {
  padding: 10px 20px 10px 10px;
}

.result .provider-name,
.patients-content .result-table .result .provider-name {
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  color: #212529;
}

.result .speciality-type,
.patients-content .result-table .result .speciality-type {
  font-size: calc(14px * var(--factor));
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #212529;
}

.result .address-1,
.patients-content .result-table .result .address-1 {
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  color: #1d3d50;
}

.result .address-2,
.patients-content .result-table .result .address-2 {
  font-size: calc(12px * var(--factor));
  line-height: 19px;
  color: #1d3d50;
}

.patients-map::after,
.patients-content:after {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.profile-pic-box {
  width: 90px;
  height: 90px;
  background-color: #efefef;
  border: 1px solid #fefefe;
  border-radius: 4px;
  margin-left: 0.25rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.profile-pic-box i {
  opacity: 0.2;
  font-size: 2em;
}

.profile-video-box {
  width: 90px;
  height: 90px;
  background-color: #efefef;
  border: 1px solid #fefefe;
  border-radius: 4px;
  margin-left: 0.25rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.profile-video-box i {
  opacity: 0.2;
  font-size: 2em;
}

.profile-video-box video {
  width: inherit;
}

.delete-img-btn {
  position: absolute;
  display: flex;
  top: -12px;
  right: -12px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: white;
  font-size: 14px;
  border-radius: 100px;
  cursor: pointer;
}

.result-table {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 4px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.result-table .result:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.result-table .result:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.result-table .result {
  background-color: #cfe5ef;
}

.result-table .result:nth-child(even) {
  background: #dcedf4;
}

.premium-listing {
  background-color: #bee9eb !important;
}

.result-table .result:nth-child(odd).premium-listing {
  background-color: #b4e0e2 !important;
}

.active-location-mobile {
  position: absolute;
  width: 310px;
  color: #003464;
  border: 1px solid #d2e6f0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #dcedf4;
  padding: 10px 20px 10px 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.result-table .phone-number,
.active-location-mobile .phone-number {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #5db9bd;
  font-size: 0.875rem;
  margin-top: 0.2rem;
}

.result .btn-directions,
.result .phone-number {
  display: none;
}

.result.clicked {
  transform: scale(1, 1.02);
  background: linear-gradient(180deg, rgba(93, 185, 189, 0.01) 0%, rgba(93, 185, 189, 0) 100%), #ddecf5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.active-location-mobile .result.clicked {
  background: #dcedf4;
  box-shadow: none;
}

.result.clicked .btn-directions {
  display: inline-block;
}

.active-location-mobile .phone-number,
.result.clicked .phone-number {
  display: block;
}

.active-location-mobile .btn-directions {
  display: inline-block;
}

.result.clicked .phone-number i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.premium-content {
  padding-top: 130px;
  padding-bottom: 2rem;
  color: #1d3d50;
  font-size: calc(18px * var(--factor));
}

.premium-content h1,
h2,
h3 {
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}

.premium-content h1 small {
  font-size: 60%;
}

.premium-content div.profile-status {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ebf4f7;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}

.premium-content div.profile-status button {
  height: 30px !important;
  line-height: normal !important;
  margin-left: 1rem;
}

.premium-content .provider-image {
  margin-bottom: 15px;
}

.premium-content .header-section {
  margin-bottom: 9rem;
}

.premium-content .section {
  margin: auto;
  width: 65%;
  margin-bottom: 9rem;
}

.premium-content .section-text {
  line-height: 2.2rem;
}

.premium-content .section-subtitle > div {
  margin-bottom: 1rem;
}

.premium-content .images-section {
  justify-content: space-evenly;
  margin-bottom: 9rem;
}

.premium-content .images-section img {
  width: 350px;
  border-radius: 8px;
}

.premium-content .info-location-link {
  color: black;
  text-decoration: underline;
}

.premium-content .info-social-link {
  color: black;
}

.premium-content .info-block {
  margin: auto;
}

@media (max-width: 576px) {
  .premium-content .info-block {
    text-align: center;
  }

  .header-section {
    flex-direction: column-reverse;
  }
}

.premium-content .info-block img {
  width: 150px;
}

.premium-content .info-block .info-title {
  margin-bottom: 0;
}

.premium-content .info-block .info-subtitle {
  color: #7ca5da;
  font-weight: bold;
}

.premium-content .info-block .info-website-link {
  color: #2cbece;
  font-weight: bold;
  text-decoration: underline;
}

.premium-content .video-block {
  margin-bottom: 39px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.premium-content .video-block .video {
  position: relative;
  width: 458px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.premium-content .video-block .video-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.premium-content .video-block .video .media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
}

.premium-content .video-block .video .media video {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .premium-content .video-block {
    height: 288px;
  }

  .premium-content .video-block .video {
    height: 288px;
    width: 510px;
  }
}

@media (min-width: 992px) {
  .premium-content .video-block {
    height: 352px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .premium-content .video-block .video {
    height: 352px;
    width: 626px;
  }
}

@media (min-width: 1200px) {
  .premium-content .video-block {
    height: 401px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .premium-content .video-block .video {
    height: 401px;
    width: 712px;
  }
}

.premium-sidebar {
  margin-left: -15px;
  margin-top: -1.5rem;
  background-color: #d7e5ea;
}

.premium-section-title {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: calc(1.25rem * var(--factor));
  font-weight: 900;
  display: block;
  margin-bottom: 0.2rem;
}

.premium-section-desc {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  display: block;
  font-weight: 600;
  padding-bottom: 1rem;
}

.premium-section-desc ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1.2rem;
  padding: 0;
}

.premium-section-desc ul li {
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
}

.premium-section-desc ul:not(.fa-ul) li::before {
  font-family: 'FontAwesome';
  content: '\2022';
  color: #2cbece;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.premium-section-desc ul li.location i {
  color: #2cbece;
}

.card.shadow {
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 8px rgba(29, 61, 80, 0.2) !important;
}

.card.bg-light .card-body {
  /* background-color: #ffffff !important; */
  border-radius: 4px;
}

.card-title {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.card-desc {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding: 0 1.25rem;
  font-size: calc(0.875rem * var(--factor));
  height: auto;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
}

.card.bg-white.shadow .card-title {
  display: block;
  font-size: calc(1.125rem * var(--factor));
  color: #1d3d50;
  padding: 1rem 1.25rem 0 1.25rem;
  text-decoration: none !important;
  font-weight: 900;
  min-height: 6rem;
  overflow: hidden;
  cursor: pointer;
}

.card-subtitle {
  display: block;
  padding: 0 1.25rem;
}

a.card-subtitle,
.card-subtitle a {
  color: #5db9bd;
  text-decoration: underline;
  font-weight: 900;
}

.category-subtitle {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: calc(14px * var(--factor));
}

.category-header {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}

.category-header .pagination {
  flex: auto;
}

@media (max-width: 767px) {
  .category-header {
    flex-direction: column;
  }
}

.category-header h1 {
  font-size: calc(2rem * var(--factor));
  color: #1d3d50;
  font-weight: bold;
}

.category-header .see-more,
.more-results,
a.go-back {
  color: #5db9bd;
  text-transform: uppercase;
  float: right;
  font-weight: 900;
  text-decoration: underline;
  font-size: calc(1.125rem * var(--factor));
  margin-top: -44px;
  margin-right: 25px;
  cursor: pointer;
}

.category-header .see-more {
  color: #1d3d50 !important;
}

.events-see-more,
.more-results,
a.go-back {
  color: #5db9bd;
  text-transform: uppercase;
  float: right;
  font-weight: 900;
  text-decoration: underline;
  font-size: calc(1.125rem * var(--factor));
  margin-top: -44px;
  margin-right: 25px;
  cursor: pointer;
}

.events-see-more {
  color: #1d3d50 !important;
}

.more-results {
  margin-top: 0;
  margin-right: 0;
  display: block;
  text-align: center;
  float: none;
  padding: 1rem 0;
  cursor: pointer;
}

a.go-back {
  margin: 0;
  float: none;
}

.input-group.shadow {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
}

.input-group.shadow input {
  border-color: #fff !important;
  box-shadow: none !important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.input-group .btn-white-bordered {
  background-color: #fff !important;
  border-color: #ced4da !important;
  border-left: none;
}

.newsletter {
  background-color: #bedbe9;
  color: #1d3d50;
}

.newsletter h3 {
  font-weight: 900;
  font-size: calc(1.375rem * var(--factor));
}

.newsletter h4 {
  font-weight: 500;
  font-size: calc(1.125rem * var(--factor));
}

.article-modal-container,
.survey-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}

.modal-overlay {
  position: fixed;
  opacity: 0.25;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-modal,
.survey-modal {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 25px 45px;
  background-color: white;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

.survey-modal {
  max-width: min(90vw, 500px);
}

.no-scroll {
  overflow: hidden;
}

.article-modal .close-btn,
.survey-modal .close-btn {
  position: absolute;
  top: 27px;
  right: 30px;
  color: black;
  opacity: 0.2;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.25s ease;
}

.close-btn:hover {
  opacity: 0.5;
}

.coming-soon-modal {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* .community-partner-container .dropdown-menu {
  width: 260px;
}

.community-partner-container .nav-link {
  cursor: pointer;
}

.home-community-partners h1 {
  cursor: pointer;
}

.community-partner-container .dropdown-menu .dropdown-item {
  display: inline-block !important;
  width: fit-content;
} */

@media (min-width: 576px) {
  .coming-soon-modal {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.coming-soon-modal .modal-content {
  background: #d7e5ea;
  border: none;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.coming-soon-modal .modal-header .modal-title {
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

.claim-profile-modal {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  font-family: 'Roboto Slab', serif;
}

.claim-profile-modal button {
  text-transform: uppercase;
}

.claim-profile-modal .modal-content > small {
  color: #2cbece;
  font-weight: bold;
}

@media (min-width: 576px) {
  .claim-profile-modal {
    min-height: calc(100% - (1.75rem * 2));
    max-width: 560px;
  }
}

.claim-profile-modal .modal-content {
  background: #ffffff;
  border: none;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
  .modal {
    z-index: 999999;
  }

  .claim-profile-modal {
    margin: 0;
  }

  .claim-profile-modal .modal-content {
    width: 100vw;
    height: 100vh;
  }
}

.claim-profile-modal .modal-header .modal-title {
  display: grid;
  font-weight: bold;
  font-size: 2rem;
}

.claim-profile-modal .modal-header .modal-title > span {
  color: #2cbece;
  font-weight: bold;
  font-size: 0.8rem;
}

.footer {
  background-color: #1d3d50;
  color: #fff;
}

.footer-links {
  padding: 2rem 0;
  /* max-width: 525px; */
  margin: 0 auto;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li a {
  color: #fff !important;
  font-weight: 900;
}

.footer-links a.btn.btn-outline-info {
  border: 2px solid #5db9bd !important;
  color: #5db9bd;
  font-weight: 900;
  margin-top: 2px;
}

.footer-links a.btn.btn-outline-info:hover,
.footer-links a.btn.btn-outline-info:active,
.footer-links a.btn.btn-outline-info:focus,
.footer-links a.btn.btn-outline-info:visited {
  background-color: #5db9bd;
  color: #fff;
}

.footer-social {
  width: 150px;
  margin: 0 auto;
}

.footer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 222px;
  margin: 0 auto;
}

.footer-social::after {
  display: block;
  clear: both;
  content: '';
}

.footer-social ul li {
  display: block;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.footer-social ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.5rem;
}

.footer-copyright {
  font-family: Raleway;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  padding: 2rem 0;
}

@media (max-width: 991px) {
  .premium-content {
    padding-top: 88px;
  }
  .premium-content .provider-image {
    margin: 5px;
    width: 160px;
    height: 110px;
  }

  .container.w-lg-100 {
    max-width: 100% !important;
  }
  .home-knowledge {
    background-position: 70% top;
  }
  .home-knowledge h1 {
    padding-top: 80px;
  }
  .home-events-bg {
    padding-left: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .home-events {
    height: auto;
  }
  .home-events h1 {
    padding-top: 0;
  }
  .home-events p {
    width: 100%;
  }

  .patients-wrapper .no-results .text {
    width: 260px;
    font-size: 24px;
    line-height: 34px;
  }
  .patients-filters {
    margin-top: 120px;
  }
  .patients-content {
    padding-top: 5px;
    width: auto;
  }
  .patients-map {
    left: 0px;
  }
  .patients-content .results-count {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: 10;
    padding: 8px 30px;
    width: 220px;
    text-align: center;
    margin: 15px auto 20px;
  }
  .patients-content .result-table {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .article-modal {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .footer-links {
    /* max-width: 70%; */
    max-width: 90%;
    margin: 0 auto;
  }
  .home-knowledge h1 {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .premium-sidebar {
    margin-left: 0px;
    margin-right: -15px;
  }
  .home-hero {
    height: 550px;
    background-position: 75% center;
  }
  .home-hero .d-table-cell {
    vertical-align: bottom !important;
  }
  .home-hero h1 {
    font-size: 1.2rem;
  }
  .home-hero h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .home-location {
    background-position: 65% center;
  }
  .home-location h1 {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .home-location h4 {
    font-size: 1rem;
    width: 100%;
  }
  .home-location .home-location-txt {
    vertical-align: top !important;
  }
  .home-location h5 {
    font-size: 1.2rem;
  }
  .home-events,
  .home-events a {
    font-size: 1rem;
  }
  .home-events h1 {
    font-size: 1.2rem;
  }
  .home-knowledge h1 {
    font-size: 1.2rem;
    width: 60%;
    padding-top: 40px;
  }
  .home-knowledge h4 {
    font-size: 1rem;
    width: 60%;
  }
  .home-knowledge a {
    font-size: 1rem;
  }
  .home-knowledge {
    background-position: 65% center;
    height: 300px;
  }
  .about-hero {
    background-position: 70% top;
    height: 400px;
  }
  .about-hero h1 {
    font-size: 1.75rem;
  }
  .about-hero h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .about-content {
    padding-bottom: 0 !important;
  }
  .events-hero {
    background-position: 70% top;
    height: 400px;
  }
  .events-hero h1 {
    font-size: 1.75rem;
    padding-top: 200px;
  }
  .events-hero h2 {
    font-size: 1.25rem;
  }
  .knowledgebase-hero {
    height: 400px;
  }
  .knowledgebase-hero h1 {
    font-size: 1.75rem;
    padding-top: 225px;
  }
  .knowledgebase-hero h2 {
    font-size: 1.25rem;
  }
  .providers-hero h1 {
    font-size: 2rem;
  }
  .providers-hero h2 {
    font-size: 1.357rem;
  }
  .card.shadow.card-xs-full {
    box-shadow: none !important;
  }
  .card-xs-full {
    box-shadow: none !important;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .result.clicked {
    transform: scale(1, 1);
  }
}

.color-facebook {
  color: #4267b2;
}

.color-twitter {
  color: #38a1f3;
}

.link-share-icon {
  cursor: pointer;
}

.content {
  min-height: calc(100vh - 380px);
}

.footer {
  min-height: 380px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .coming-soon-modal {
    min-height: calc(100% - (1.75rem * 2));
  }
  .content {
    min-height: calc(100vh - 380px);
  }
  .footer {
    height: 380px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .content {
    min-height: calc(100vh - 280px);
  }
  .footer {
    height: 435px;
  }
}

/* @media (min-width: 575px) {
  .home-community-partners-container.show {
    height: 730px;
  }
} */

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .content {
    min-height: calc(100vh - 280px);
  }
  .footer {
    height: 435px;
  }
  /* .community-partner-container .dropdown-menu {
    width: 800px;
  } */
}

/*
Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .content {
    min-height: calc(100vh - 230px);
  }
  .footer {
    height: 435px;
  }
}

.btn-style-changer-size {
  float: left;
  width: 30px;
  border: solid 1px #000;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.btn-style-changer-size.active::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 10px;
  top: 0;
  opacity: 0.75;
}

.btn-style-changer-size-1 {
  border-right: none;
  font-size: 0.75em;
}

.btn-style-changer-size-2 {
  font-size: 1em;
}

.btn-style-changer-size-2.active::after {
  margin-left: 30px;
}

.btn-style-changer-size-3 {
  font-size: 1.5em;
  border-left: none;
}

.btn-style-changer-size-3.active::after {
  margin-left: 60px;
}

.btn-style-changer-color {
  border: solid 1px #000;
  width: 30px;
  cursor: pointer;
  height: 30px;
  font-size: 0.75em;
  outline: none !important;
}

.btn-style-changer-color.active::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 10px;
  top: 0;
  opacity: 0.75;
}

.btn-style-changer-color-white {
  background-color: #fff;
  color: #000;
}

.btn-style-changer-color-black {
  background-color: #000;
  color: #fff;
}

.btn-style-changer-color-black.active::after {
  margin-left: 30px;
}

.font1 {
  font-size: calc(16px * var(--factor));
}

.font2 {
  font-size: 18px;
}

.font3 {
  font-size: 22px;
}

.inv.appRoot {
  color: #fff;
}

.inv .bg-light,
.inv .bg-white,
.inv .card.bg-light .card-body,
.inv .premium-sidebar,
.inv .result {
  background-color: #000 !important;
}

.inv .category-header h1,
.inv .card.bg-white.shadow .card-title,
.inv .about-content,
.inv a,
.inv .inv-white .navbar-nav > .nav-item > .nav-link,
.inv .premium-content,
.inv .category-header .see-more,
.inv .events-see-more,
.inv .result {
  color: #fff !important;
}

.inv .active-location-mobile .result .address-1,
.inv .patients-content .result-table .result .address-1,
.inv .speciality-type,
.inv .active-location-mobile .result .address-2,
.inv .patients-content .result-table .result .address-2 {
  color: #999 !important;
}

.inv .inv-white .navbar-nav > .nav-item > .nav-link {
  text-shadow: 0 0 24px #000;
}

.inv .result {
  border-bottom: solid 1px #333;
}

.inv .category-header h1,
.inv .card.bg-white.shadow .card-title,
.inv .category-header .see-more,
.inv .events-see-more,
.inv .more-results,
.inv .card-subtitle {
  font-weight: 700;
}

.inv .card,
.inv .premium-sidebar {
  border: solid 1px #777;
}

.inv .inv-white.navbar-absolute {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0)); */
}

.inv .inv-white #header-logo-dark {
  display: none !important;
}

.inv .inv-white #header-logo-white.d-none {
  display: block !important;
}

.inv .home-knowledge a,
.inv .home-events a {
  color: rgb(39, 52, 75) !important;
}

.inv .patients-content .result-table {
  border-color: #000;
}

.inv .result.clicked {
  background-color: #111 !important;
}

.inv .active-location-mobile {
  background-color: #000 !important;
  border-color: #000 !important;
}

/*  */
.bg-light.fixed-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  overflow-x: hidden;
}

.flex-1 {
  flex: 1;
}

/* infobox */
.infoBox {
  background-color: #cfe5ef;
  padding: 5px;
  max-width: 314px;
}

@media (max-width: 992px) {
  .sticky-header-mobile {
    position: sticky;
    background: #f2f8f9;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .sticky-header-mobile .community__header {
    max-width: 80%;
    overflow: hidden;
  }
}
/* Accessability box  */
.AccessabilityBox__container {
  border: solid 1px #ccc;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 8px;
}
.AccessabilityBox__container-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 14px;
  background: #ffffff;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  transition: opacity 0.2s ease-in;
}

.AccessabilityBox__header h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-right: 12px;
  color: #000000;
}

.AccessabilityBox__header a {
  font-size: 20px;
  cursor: pointer;
  color: #000000 !important;
}

.AccessabilityBox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AccessabilityBox__dark-mode {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.AccessabilityBox__font-container {
  display: inline-flex;
  border: 1px solid #27344b;
  border-radius: 8px;
  overflow: hidden;
  align-self: flex-start;
  margin: 8px 0;
}

.AccessabilityBox__font-item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #6a80a9;
}

.AccessabilityBox__font-item:hover {
  /* background-color: #f2f8f9; */
  /* color: #27344b; */
}

.AccessabilityBox__font-item:nth-child(1) {
  font-size: 14px;
}

.AccessabilityBox__font-item:nth-child(2) {
  font-size: 18px;
}

.AccessabilityBox__font-item:nth-child(3) {
  font-size: 24px;
}

.AccessabilityBox__dark-mode {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.AccessabilityBox__dark-mode span:nth-child(2) {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #27344b;
}

.AccessabilityBox__dark-mode .AccessabilityBox__checkbox {
  /* background-color: #27344b; */
  border: 1px solid #27344b;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 12px;
}

.AccessabilityBox__container--closed {
  border: none;
  pointer-events: none;
}

.AccessabilityBox__container--closed .AccessabilityBox__container-inner {
  pointer-events: none;
  opacity: 0;
}

.AccessabilityBox__expand {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
  background: #17cbc0 !important;
  border: 1px solid #17cbc0 !important;
  color: #ffffff;
}

.AccessabilityBox__expand img {
  cursor: pointer;
  /* margin-top: -5px; */
}

.AccessabilityBox__container--closed .AccessabilityBox__expand {
  pointer-events: auto;
  opacity: 1;
}

.AccessabilityBox__font-item--active {
  background-color: #27344b;
  color: #fff;
}

.app-banner {
  position: relative;
  z-index: 1;
  padding: 12px 10px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #f74a00;
  color: #f2f8f9;
}

.app-banner--light-brown {
  background-color: #e08026;
}

.app-banner a:hover {
  text-decoration: none;
}

.app-banner-title {
  color: #f2f8f9;
  text-decoration: none;
}

.app-banner-title:hover {
  color: #dddddd;
}

.app-banner-button {
  padding: 0px 12px;
  background: #f2f8f9;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 7px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 15px;
  color: #27344b !important;
}

@media (max-width: 575px) {
  .app-banner-button {
    display: none;
  }
}

.app-banner-button:hover {
  background: #dddddd;
}

textarea.form-control:focus {
  background-color: transparent !important;
}

.styles_modal__gNwvD {
  max-width: 100% !important;
  z-index: 999999;
}

.styles_closeIcon__1QwbI {
  margin-top: 15px;
  margin-right: 15px;
}

.img-responsive {
  max-width: 100%;
}

/* Survey */

.survey-btn-group > .btn:last-of-type {
  margin-inline-start: 1rem;
}

.cm-btn-primary-outline {
  height: 40px !important;
  line-height: 38px !important;
  background: #fff;
  border: 1px solid #17cbc0;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-inline: 16px;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  color: #17cbc0;
  letter-spacing: 0.04em;
  transition: all 0.2s ease-in-out;
}

.cm-btn-primary-outline:hover {
  color: #17a6b9;
  border-color: #17a6b9;
}

.cm-btn-primary-outline:focus {
  outline: none;
  box-shadow: none;
}
/* 1 => #f2f8f9 */

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

.theme-dark .themed-bg {
  background-color: #000 !important;
}

.theme-dark .page-hero.themed-bg,
.theme-dark .themed-bg .community__top {
  background-image: none !important;
}

.theme-dark .themed-bg .page-hero-search,
.theme-dark .themed-bg .community_search-container {
  border: 2px solid #d7deea;
  background-color: transparent;
}

.theme-dark .result-table .result.themed-bg:nth-child(even) {
  background-color: #111 !important;
}

.theme-dark .themed-bg-1 {
  background-color: #000 !important;
}

.theme-dark .themed-cards-bg {
  background-color: #222 !important;
}

.theme-dark label.themed-color {
  background-color: #000 !important;
  border-color: #000 !important;
}

.theme-dark .themed-color {
  color: #fff !important;
}
.theme-dark .cm-btn-primary.themed-color {
  color: #222 !important;
}

.theme-dark .custom-select.themed-color option {
  color: #000 !important;
}

.theme-dark ::placeholder {
  color: #fff !important;
}

/* ============================================================
   ChoiceMD Redesign — Design System CSS
   ============================================================ */

:root {
  /* Colors */
  --cm-navy: #1B2A4A;
  --cm-white: #FFFFFF;
  --cm-teal: #2D8B7A;
  --cm-coral: #E8A87C;
  --cm-body-text: #4A5568;
  --cm-secondary-text: #718096;
  --cm-muted: #5A6677;
  --cm-card-border: #E8EBF0;
  --cm-tag-border: #D1D5DB;
  --cm-light-gray: #F0F1F3;
  --cm-hero-start: #dce8f5;
  --cm-hero-end: #e8e4f0;

  /* Typography */
  --font-heading: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-caption: 'PT Sans Caption', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============================================================
   Base Typography
   ============================================================ */

.redesign-page {
  font-family: var(--font-body);
  color: var(--cm-body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.redesign-page h1,
.redesign-page h2,
.redesign-page h3 {
  font-family: var(--font-heading);
  color: var(--cm-navy);
  font-weight: 700;
  font-style: normal;
}

.redesign-page h1 { font-size: 52px; line-height: 1.2; letter-spacing: -0.02em; }
.redesign-page h2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.02em; }
.redesign-page h3 { font-size: 22px; line-height: 1.4; }
.redesign-page p { font-size: 18px; line-height: 1.7; }

@media (max-width: 768px) {
  .redesign-page h1 { font-size: 30px; }
  .redesign-page h2 { font-size: 24px; }
  .redesign-page h3 { font-size: 18px; }
}

/* ============================================================
   Buttons
   ============================================================ */

.btn-primary-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--cm-navy);
  color: var(--cm-white);
  border: 2px solid var(--cm-navy);
  border-radius: 6px;
  padding: 10px 28px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary-navy:hover {
  background-color: #142038;
  border-color: #142038;
  color: var(--cm-white);
  text-decoration: none;
}

.btn-secondary-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--cm-white);
  color: var(--cm-navy);
  border: 2px solid var(--cm-navy);
  border-radius: 6px;
  padding: 10px 28px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-secondary-navy:hover {
  background-color: var(--cm-navy);
  color: var(--cm-white);
  text-decoration: none;
}

.btn-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--cm-teal);
  color: var(--cm-white);
  border: 2px solid var(--cm-teal);
  border-radius: 999px;
  padding: 10px 28px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-teal:hover {
  background-color: #247062;
  color: var(--cm-white);
  text-decoration: none;
}

/* ============================================================
   Header
   ============================================================ */

.cm-header {
  background: linear-gradient(90.77025573619736deg, #f2f5fd 3.7046%, #ebf0fe 57.898%);
  padding: 0 clamp(24px, 5.56vw, 80px);
  height: 104px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #e9edf6;
}

.cm-header__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cm-header__logo {
  width: 142px;
  height: 61px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cm-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.cm-header__nav {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-header__nav > li {
  position: relative;
}

.cm-header__nav > li > a,
.cm-header__nav > li > button {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: #27344b;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.2;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.cm-header__nav > li > button:focus,
.cm-header__nav > li > button:focus-visible {
  outline: none;
}

.cm-header__nav > li > a:hover,
.cm-header__nav > li > button:hover {
  color: #27344b;
  background: #bfdbfe;
  text-decoration: none;
}

.cm-header__nav > li > a:visited {
  color: #27344b;
}

.cm-header__nav > li > a.nav-pill-active,
.cm-header__nav > li > button.nav-pill-active {
  background: #bfdbfe;
  color: #27344b;
  font-weight: 700;
}

.cm-header__nav > li > a.nav-pill-active:visited {
  color: #27344b;
}

.cm-header__dropdown {
  list-style: none;
  margin: 0;
  padding: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 206px;
  background: #ffffff;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  box-shadow: 0 20px 36px rgba(39, 52, 75, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 30;
}

.cm-header__dropdown li {
  margin: 0;
}

.cm-header__dropdown li a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #49608a;
  text-decoration: none;
  white-space: nowrap;
}

.cm-header__dropdown li a:hover {
  color: #27344b;
  background: #f2f6ff;
  text-decoration: none;
}

.cm-header__nav-item--has-dropdown:hover .cm-header__dropdown,
.cm-header__nav-item--has-dropdown:focus-within .cm-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cm-header__cta {
  min-width: 151px;
  display: flex;
  justify-content: flex-end;
}

.cm-header__cta--hidden {
  visibility: hidden;
  pointer-events: none;
}

.cm-header__cta .btn-primary-navy {
  width: 151px;
  height: 48px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.cm-header__cta .btn-primary-navy span[aria-hidden='true'] {
  font-size: 20px;
  line-height: 1;
}

/* Mobile hamburger */
.cm-header__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--cm-navy);
}

@media (max-width: 991px) {
  .cm-header {
    height: 72px;
    padding: 0 16px;
  }
  .cm-header__logo {
    width: 96px;
    height: 40px;
  }
  .cm-header__logo img {
    width: 100%;
    height: auto;
  }
  .cm-header__nav-wrapper {
    display: none;
  }
  .cm-header__cta {
    display: none;
  }
  .cm-header__hamburger {
    display: flex;
    align-items: center;
  }
}

/* Mobile overlay nav */
.cm-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cm-white);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
  animation: slideIn 0.2s ease;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.cm-mobile-nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.cm-mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--cm-navy);
}

.cm-mobile-nav__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-mobile-nav__links li {
  margin-bottom: 4px;
}

.cm-mobile-nav__links li a,
.cm-mobile-nav__links li .cm-mobile-nav__label {
  display: block;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  color: var(--cm-navy);
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.15s ease;
}

.cm-mobile-nav__links li a:hover,
.cm-mobile-nav__links li a.nav-pill-active,
.cm-mobile-nav__links li .cm-mobile-nav__label.nav-pill-active {
  background: #bfdbfe;
  color: #27344b;
  font-weight: 700;
}

.cm-mobile-nav__sublinks {
  list-style: none;
  padding: 4px 0 10px 16px;
  margin: 0;
}

.cm-mobile-nav__sublinks li {
  margin-bottom: 0;
}

.cm-mobile-nav__sublinks li a {
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #49608a;
}

.cm-mobile-nav__sublinks li a:hover {
  background: #f2f6ff;
  color: #27344b;
}

.cm-mobile-nav__cta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--cm-card-border);
}

.cm-mobile-nav__cta .btn-primary-navy {
  width: 100%;
  text-align: center;
}

/* ============================================================
   Hero
   ============================================================ */

.gradient-hero {
  background: linear-gradient(180deg, #d6e6f6 0%, #dfe4f0 40%, #e8e6f0 70%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  text-align: center;
}

.gradient-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.8) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 40%, rgba(255,255,255,0.6) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 10%, rgba(255,255,255,0.9) 0%, transparent 40%);
  opacity: 0.7;
  pointer-events: none;
}

.gradient-hero:not(.gradient-hero--home):not(.guided-wizard) {
  background: url('/images/home/redesign/wizard-hero-bg.png') left top / cover no-repeat;
}

.gradient-hero:not(.gradient-hero--home):not(.guided-wizard)::before {
  background: linear-gradient(180deg, rgba(236, 242, 252, 0.3) 0%, rgba(244, 247, 253, 0.5) 56%, rgba(248, 250, 255, 0.78) 78%, rgba(248, 250, 255, 0.95) 100%);
  opacity: 1;
}

.gradient-hero:not(.gradient-hero--home):not(.guided-wizard)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.74) 62%, rgba(248, 250, 255, 1) 100%);
  pointer-events: none;
}

.gradient-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.gradient-hero--home {
  min-height: 615px;
  padding: 24px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('/images/home/redesign/hero-bg.png') center -42px / cover no-repeat;
}

.gradient-hero__content--home {
  max-width: 1120px;
}

.gradient-hero--home .gradient-hero__title {
  max-width: none;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-hero--home .gradient-hero__subtitle {
  max-width: 1024px;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-hero__title {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  color: var(--cm-navy);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.gradient-hero__subtitle {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: #65758b;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .gradient-hero {
    padding: 48px 0 40px;
  }
  .gradient-hero--home {
    background-position: center top;
  }
  .gradient-hero__title {
    font-size: 28px;
  }

  .gradient-hero:not(.gradient-hero--home):not(.guided-wizard),
  .guided-wizard,
  .directory-hero-redesign,
  .profile-hero,
  .cm-care-coming {
    background-position: center top;
  }
}

/* Hero Search */
.hero-search {
  width: min(990px, 100%);
  min-height: 96px;
  background: #fff;
  border: 1px solid rgba(240, 241, 246, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 16px -4px rgba(31, 41, 55, 0.1);
  padding: 18px 22px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 24px;
}

.hero-search__field {
  height: 60px;
  border: 1px solid #dbe1eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}

.hero-search__field--query {
  width: 474px;
  padding: 0 23px;
  background: #fff;
  gap: 12px;
}

.hero-search__field--location {
  width: 262px;
  background: #f9fafb;
  padding: 0 23px;
  gap: 10px;
}

.hero-search__icon,
.hero-search__location-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-search__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #65758b;
  line-height: 1.2;
  background: transparent;
  min-width: 0;
}

.hero-search__input::placeholder {
  color: #65758b;
  opacity: 1;
}

.hero-search__select {
  width: 100%;
  border: none;
  outline: none;
  padding: 0 28px 0 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #374151;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  min-width: 0;
}

.hero-search__btn {
  width: 154px;
  height: 60px;
  background-color: #27344b;
  color: var(--cm-white);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(31, 41, 55, 0.08);
  padding: 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.hero-search__btn:hover {
  background-color: #142038;
}

@media (max-width: 640px) {
  .hero-search {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    min-height: 0;
  }
  .hero-search__field--query,
  .hero-search__field--location,
  .hero-search__btn {
    width: 100%;
  }
  .hero-search__field--query,
  .hero-search__field--location {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Tags / Chips */
.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid #dbe1eb;
  border-radius: 40px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #27344b;
  background: rgba(255, 255, 255, 0.49);
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
}

.tag-chip:hover {
  border-color: #b9c4d5;
  color: var(--cm-navy);
  text-decoration: none;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.hero-tags__label {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
  margin-right: 4px;
  align-self: center;
}

/* ============================================================
   "I Don't Know Where to Start" CTA
   ============================================================ */

.cta-section {
  padding: 80px 0 118px;
  text-align: center;
  background: #f8f8fd;
}

.cta-section__inner {
  width: min(1061px, calc(100% - 48px));
  max-width: 1061px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 239px 688px;
  align-items: center;
  justify-content: center;
  column-gap: 42px;
}

.cta-section__illustration {
  flex-shrink: 0;
  width: 239px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section__illustration img,
.cta-section__illustration-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.cta-section__illustration-placeholder {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  background: linear-gradient(135deg, #dce8f5 0%, #c5d5e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-section__illustration-placeholder svg {
  width: 80px;
  height: 80px;
  color: var(--cm-navy);
  opacity: 0.5;
}

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

.cta-section__text h2 {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--cm-navy);
  margin-bottom: 12px;
}

.cta-section__text p {
  font-size: 18px;
  line-height: 1.7;
  color: #65758b;
  margin-bottom: 24px;
}

.cta-section__btn {
  width: 427px;
  max-width: 100%;
  min-height: 70px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  gap: 12px;
}

.cta-section__btn-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .cta-section__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
    justify-items: center;
    width: min(640px, calc(100% - 32px));
  }

  .cta-section__illustration {
    margin: 0 auto;
  }

  .cta-section__text {
    text-align: center;
  }
  .cta-section__illustration-placeholder {
    width: 140px;
    height: 140px;
  }

  .cta-section__text h2 {
    font-size: 40px;
  }

  .cta-section__btn {
    width: 100%;
  }
}

/* ============================================================
   Partners Section
   ============================================================ */

.partners-section {
  padding: 56px 0 54px;
  background:
    linear-gradient(180deg, rgba(248, 250, 255, 0.92) 0%, rgba(248, 250, 255, 0.82) 58%, rgba(248, 250, 255, 0.9) 100%),
    url('/images/home/redesign/wizard-hero-bg.png') center bottom / cover no-repeat;
}

.partners-section .cm-container {
  max-width: 1280px;
}

.partners-section__label {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 16px;
  padding: 10px;
  border: 1px solid #e1e5ed;
  border-radius: 21px;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--cm-navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.partners-section__label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--cm-navy);
}

.partners-section__title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--cm-navy);
  margin-bottom: 16px;
}

.partners-section__subtitle {
  text-align: center;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.2;
  color: #65758b;
  margin-bottom: 32px;
}

.partners-section__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 72px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.partners-section__logos img {
  max-height: 61px;
  max-width: 162px;
  width: auto;
  object-fit: contain;
  opacity: 1;
  transition: transform 0.2s ease;
  filter: none;
}

.partners-section__logos img:hover {
  transform: translateY(-1px);
}

.partners-section__logos a {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .partners-section__logos {
    gap: 20px;
  }
  .partners-section__logos img {
    height: 32px;
  }
  .partners-section__title {
    font-size: 22px;
  }
}

/* ============================================================
   Trust Bar
   ============================================================ */

.trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 16px 16px;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
  border-top: 1px solid var(--cm-card-border);
  flex-wrap: wrap;
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-bar__item svg {
  color: #2a9d7f;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.trust-bar__dot {
  display: none;
}

@media (max-width: 768px) {
  .trust-bar {
    font-size: 15px;
    line-height: 22px;
    gap: 18px;
  }
}

/* ============================================================
   Cards
   ============================================================ */

.card-clean {
  background: var(--cm-white);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
  padding: 28px;
  border: 1px solid var(--cm-card-border);
}

/* ============================================================
   Footer
   ============================================================ */

.cm-footer {
  background: var(--cm-white);
  border-top: 1px solid var(--cm-card-border);
  padding: 0;
  font-family: var(--font-body);
}

.cm-footer .trust-bar {
  border-top: none;
  border-bottom: 1px solid var(--cm-card-border);
}

.cm-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 0;
}

.cm-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.cm-footer__col h4 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--cm-navy);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cm-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-footer__col ul li {
  margin-bottom: 10px;
}

.cm-footer__col ul li a {
  font-size: 14px;
  color: var(--cm-body-text);
  text-decoration: none;
  transition: color 0.15s ease;
}

.cm-footer__col ul li a:hover {
  color: var(--cm-navy);
}

.cm-footer__bottom {
  border-top: 1px solid var(--cm-card-border);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.cm-footer__copyright {
  font-size: 13px;
  color: var(--cm-secondary-text);
}

.cm-footer__copyright a {
  color: var(--cm-secondary-text);
  text-decoration: none;
}

.cm-footer__copyright a:hover {
  color: var(--cm-navy);
}

.cm-footer__social {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-footer__social li a {
  color: var(--cm-secondary-text);
  transition: color 0.15s ease;
}

.cm-footer__social li a:hover {
  color: var(--cm-navy);
}

@media (max-width: 768px) {
  .cm-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .cm-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cm-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Utility: Container
   ============================================================ */

.cm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* ============================================================
   Guided Wizard ("I Don't Know Where to Start")
   ============================================================ */

.guided-wizard {
  padding: 80px 0 48px;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  background: url('/images/home/redesign/wizard-hero-bg.png') left top / cover no-repeat;
  align-items: flex-start;
  justify-content: center;
}

.guided-wizard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(236, 242, 252, 0.3) 0%, rgba(244, 247, 253, 0.5) 56%, rgba(248, 250, 255, 0.78) 78%, rgba(248, 250, 255, 0.95) 100%);
  pointer-events: none;
}

.guided-wizard::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.72) 58%, rgba(248, 250, 255, 1) 100%);
  pointer-events: none;
}

.guided-wizard__content {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.guided-wizard__title {
  font-family: var(--font-heading);
  font-size: 72px;
  font-weight: 700;
  color: var(--cm-navy);
  margin-bottom: 8px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.guided-wizard__subtitle {
  font-family: var(--font-body);
  font-size: 26px;
  line-height: 1.7;
  color: #65758b;
  margin-bottom: 36px;
}

/* Step 1 — 2x3 grid of concern cards */
.guided-wizard__grid {
  display: grid;
  grid-template-columns: 452px 452px;
  gap: 26px;
  width: 930px;
  margin: 0 auto 80px;
}

.guided-wizard__card {
  background: #faf9fd;
  border: 1px solid #d4dae8;
  border-radius: 18px;
  min-height: 173px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 26px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  box-shadow: 0 0 4px rgba(189, 189, 189, 0.04), 0 4px 8px rgba(189, 189, 189, 0.2);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.guided-wizard__card:hover {
  border-color: #c4cfdf;
}

.guided-wizard__card:focus,
.guided-wizard__card:focus-visible {
  outline: none;
  border-color: #d4dae8;
  box-shadow: 0 0 4px rgba(189, 189, 189, 0.04), 0 4px 8px rgba(189, 189, 189, 0.2);
}

.guided-wizard__card--selected {
  border-color: #f8f8f8;
  background: linear-gradient(180deg, #ebf1ff 0%, #d0dff9 100%);
}

.guided-wizard__card--selected:focus,
.guided-wizard__card--selected:focus-visible {
  border-color: #f8f8f8;
}

.guided-wizard__card-emoji {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}

.guided-wizard__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 107px;
  border-radius: 0;
  flex-shrink: 0;
  background: transparent !important;
}

.guided-wizard__card-icon img {
  width: 120px;
  height: auto;
  display: block;
}

.guided-wizard__card-label {
  flex: 1;
  font-family: var(--font-caption);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #13326d;
}

.guided-wizard__continue {
  width: 286px;
  max-width: 100%;
  min-height: 70px;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.guided-wizard__continue:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Step 2 — Vertically stacked service cards */
.guided-wizard__services {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 825px;
  margin: 0 auto 80px;
}

.guided-wizard__service-card {
  background: #faf9fd;
  border: 1px solid #d4dae8;
  border-radius: 18px;
  min-height: 173px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  box-shadow: 0 0 4px rgba(189, 189, 189, 0.04), 0 4px 8px rgba(189, 189, 189, 0.2);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.guided-wizard__service-card:hover {
  border-color: #c4cfdf;
}

.guided-wizard__service-card:focus,
.guided-wizard__service-card:focus-visible {
  outline: none;
  border-color: #d4dae8;
  box-shadow: 0 0 4px rgba(189, 189, 189, 0.04), 0 4px 8px rgba(189, 189, 189, 0.2);
}

.guided-wizard__service-card--selected {
  border-color: #f8f8f8;
  background: linear-gradient(180deg, #ebf1ff 0%, #d0dff9 100%);
}

.guided-wizard__service-card--selected:focus,
.guided-wizard__service-card--selected:focus-visible {
  border-color: #f8f8f8;
}

.guided-wizard__service-icon {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent !important;
}

.guided-wizard__service-icon img {
  width: 120px;
  height: auto;
}

.guided-wizard__service-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.guided-wizard__service-title {
  font-family: var(--font-caption);
  font-size: 24px;
  line-height: 1.2;
  color: #13326d;
}

.guided-wizard__service-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #65758b;
}

.guided-wizard__almost-done {
  width: 653px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.guided-wizard__almost-done + .guided-wizard__continue {
  display: flex;
  margin: 0 auto;
}

.guided-wizard__almost-done strong {
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.2px;
  color: #27344b;
}

.guided-wizard__almost-done span {
  font-size: 32px;
  line-height: 1.4;
  color: #27344b;
}

.guided-wizard__back {
  display: none;
  margin: 16px auto 0;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cm-secondary-text);
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.15s ease;
}

.guided-wizard__back:hover {
  color: var(--cm-navy);
}

@media (max-width: 640px) {
  .guided-wizard__title {
    font-size: 26px;
  }
  .guided-wizard__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .guided-wizard__card {
    padding: 18px 14px;
  }
  .guided-wizard__card-emoji {
    font-size: 28px;
  }

  .guided-wizard__card-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }

  .guided-wizard__service-card {
    min-height: 0;
    padding: 16px;
    gap: 14px;
  }

  .guided-wizard__service-icon {
    width: 74px;
    min-width: 74px;
    height: 74px;
  }

  .guided-wizard__service-icon img,
  .guided-wizard__card-icon img {
    width: 74px;
  }

  .guided-wizard__service-title,
  .guided-wizard__card-label {
    font-size: 20px;
  }

  .guided-wizard__service-desc {
    font-size: 16px;
  }

  .guided-wizard__almost-done {
    width: 100%;
  }

  .guided-wizard__almost-done strong {
    font-size: 30px;
  }

  .guided-wizard__almost-done span {
    font-size: 24px;
  }
}

/* ============================================================
   Provider Search — Redesigned Directory
   ============================================================ */

.directory-hero-redesign {
  background: url('/images/home/redesign/wizard-hero-bg.png') left top / cover no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 616px;
  padding: 80px 0 24px;
  text-align: center;
}

.directory-hero-redesign::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(236, 242, 252, 0.28) 0%, rgba(244, 247, 253, 0.44) 62%, rgba(248, 250, 255, 0.7) 84%, rgba(248, 250, 255, 0.96) 100%);
  pointer-events: none;
}

.directory-hero-redesign::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.88) 64%, rgba(248, 250, 255, 1) 100%);
  pointer-events: none;
}

.directory-hero-redesign .gradient-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1024px;
}

.directory-hero-redesign .gradient-hero__title {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}

.directory-hero-redesign .gradient-hero__subtitle {
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 54px;
}

.directory-hero-redesign .hero-search__field,
.directory-hero-redesign .hero-search__field--query,
.directory-hero-redesign .hero-search__field--location {
  height: 59px;
}

.directory-hero-redesign .hero-search__btn {
  height: 59px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* Guidance strip below the search bar */
.directory-guidance {
  background: #f8faff;
  border-bottom: none;
  padding: 0 0 20px;
}

.directory-guidance__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.directory-guidance__title {
  font-family: var(--font-body);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 400;
  color: var(--cm-navy);
  margin-bottom: 18px;
}

.directory-guidance__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.directory-guidance__subtitle {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: #65758b;
  margin: 0;
}

/* Filter bar */
.directory-filters {
  background: #f8faff;
  border-bottom: none;
  padding: 0 0 8px;
}

.directory-filters__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.directory-filters__select {
  border: 1px solid var(--cm-card-border);
  border-radius: 10px;
  padding: 9px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cm-navy);
  background: var(--cm-white);
  cursor: pointer;
  outline: none;
  min-width: 140px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.directory-filters__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--cm-card-border);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--cm-muted);
  background: var(--cm-white);
  cursor: pointer;
  transition: all 0.15s ease;
}

.directory-filters__toggle:hover,
.directory-filters__toggle--active {
  border-color: var(--cm-navy);
  color: var(--cm-navy);
  background: #f0f4ff;
}

.directory-filters__spacer {
  flex: 1;
}

/* Active filters row */
.directory-active-filters {
  max-width: 1280px;
  margin: 0 auto 16px;
  padding: 0 24px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.directory-active-filters__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cm-navy);
  color: var(--cm-white);
  border-radius: 999px;
  padding: 5px 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.directory-active-filters__pill svg {
  width: 12px;
  height: 12px;
}

.directory-active-filters__clear {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--cm-secondary-text);
  cursor: pointer;
  padding: 4px 8px;
  text-decoration: underline;
}

.directory-active-filters__clear:hover {
  color: var(--cm-navy);
}

/* Results header */
.directory-results-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.directory-results-header__count {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--cm-body-text);
}

.directory-results-header__count strong {
  color: var(--cm-navy);
}

.directory-results-header__sort {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--cm-secondary-text);
  border: 1px solid var(--cm-card-border);
  border-radius: 8px;
  padding: 6px 12px;
  background: var(--cm-white);
  cursor: pointer;
  outline: none;
}

/* Provider result cards — list view */
.directory-results {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.provider-card {
  background: var(--cm-white);
  border: 1px solid rgba(212, 218, 232, 0.8);
  border-radius: 16px;
  padding: 24px 23px;
  display: flex;
  gap: 26px;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 4px 16px -4px rgba(31, 41, 55, 0.1);
}

.provider-card:hover {
  box-shadow: 0 4px 20px rgba(27, 42, 74, 0.08);
}

.provider-card__image {
  width: 128px;
  height: 128px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--cm-light-gray);
}

.provider-card__body {
  flex: 1;
  min-width: 0;
}

.provider-card__name {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

.provider-card__name:hover {
  text-decoration: underline;
  color: var(--cm-navy);
}

.provider-card__specialty {
  font-size: 14px;
  color: #27344b;
  margin-bottom: 6px;
}

.provider-card__meta {
  font-size: 13px;
  color: #65758b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.provider-card__meta svg {
  flex-shrink: 0;
}

.provider-card__description {
  font-size: 14px;
  color: #65758b;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.provider-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.provider-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #e0e6eb;
  border-radius: 999px;
  font-size: 12px;
  color: #27344b;
  background: rgba(39, 52, 75, 0.06);
}

.provider-card__tag svg {
  color: var(--cm-teal);
}

.provider-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.provider-card__actions .btn-primary-navy {
  padding: 8px 20px;
  font-size: 13px;
}

.provider-card__actions .btn-secondary-navy {
  padding: 8px 20px;
  font-size: 13px;
}

.provider-card__directions {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.2;
}

.provider-card__directions:hover {
  color: #111827;
  text-decoration: none;
}

.cm-directions-link {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.cm-directions-link:hover {
  color: #111827;
  text-decoration: none;
}

.provider-card__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
  min-width: 80px;
}

.provider-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.provider-card__rating svg {
  color: #F4C150;
}

.provider-card__rating span {
  color: var(--cm-secondary-text);
  font-weight: 400;
}

.provider-card__likes {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border: 1px solid var(--cm-card-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--cm-navy);
  background: var(--cm-white);
  cursor: pointer;
  transition: all 0.15s ease;
}

.provider-card__likes:hover {
  background: #f0f4ff;
  border-color: var(--cm-navy);
}

.provider-card__likes--liked {
  background: #f0f4ff;
  border-color: var(--cm-navy);
}

@media (max-width: 768px) {
  .provider-card {
    flex-direction: column;
    padding: 18px;
  }
  .provider-card__image {
    width: 100%;
    height: 160px;
  }
  .provider-card__aside {
    flex-direction: row;
    align-items: center;
    min-width: auto;
  }
  .directory-filters__inner {
    gap: 8px;
  }
}

/* Show More */
.directory-show-more {
  text-align: center;
  padding: 12px 0 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.directory-show-more__remaining {
  font-size: 13px;
  color: var(--cm-secondary-text);
  margin-top: 8px;
}

/* Empty / no results */
.directory-empty {
  text-align: center;
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.directory-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  color: var(--cm-secondary-text);
  opacity: 0.4;
}

.directory-empty__text {
  font-size: 16px;
  color: var(--cm-secondary-text);
}

/* ============================================================
   Provider Profile — Redesigned
   ============================================================ */

.profile-hero {
  background: url('/images/home/redesign/wizard-hero-bg.png') left top / cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 80px 0 72px;
  text-align: center;
}

.profile-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(236, 242, 252, 0.26) 0%, rgba(244, 247, 253, 0.44) 62%, rgba(248, 250, 255, 0.72) 86%, rgba(248, 250, 255, 0.96) 100%);
  pointer-events: none;
}

.profile-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.94) 72%, rgba(248, 250, 255, 1) 100%);
  pointer-events: none;
}

.profile-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.profile-hero__name {
  font-family: var(--font-heading);
  font-size: 72px;
  font-weight: 700;
  color: var(--cm-navy);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-style: normal;
}

.profile-hero__org {
  font-family: var(--font-body);
  font-size: 26px;
  line-height: 1.7;
  color: #65758b;
}

/* Main profile card */
.profile-main {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 24px 84px;
  position: relative;
  z-index: 2;
}

.profile-card {
  background: linear-gradient(180deg, #ffffff 47.461%, #eff6ff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(31, 41, 55, 0.1);
  border: 1px solid rgba(212, 218, 232, 0.8);
  padding: 40px 32px;
  display: grid;
  grid-template-columns: minmax(0, 800px) 385px;
  gap: 31px;
}

.profile-card__left {
  min-width: 0;
}

.profile-card__badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(39, 52, 75, 0.06);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: #27344b;
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.profile-card__title {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.9px;
  font-weight: 700;
  color: #1d3d50;
  margin-bottom: 16px;
}

.profile-card__desc {
  font-size: 18px;
  line-height: 28px;
  color: #626d84;
  margin-bottom: 16px;
}

.profile-card__section-title {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #262f40;
  margin-bottom: 16px;
  margin-top: 35px;
}

/* Services grid with teal checks */
.profile-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin-bottom: 8px;
}

.profile-services__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #626d84;
}

.profile-services__item svg {
  color: var(--cm-teal);
  flex-shrink: 0;
}

/* Tags for insurance/payment */
.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-tags__item {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #e0e6eb;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #6c7993;
  background: rgba(39, 52, 75, 0.06);
}

/* Right sidebar */
.profile-card__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-photo {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--cm-light-gray);
  border: 1px solid rgba(231, 226, 218, 0.5);
  box-shadow: 0 4px 20px -4px rgba(38, 47, 64, 0.1);
}

.profile-contact {
  background: linear-gradient(0.11661111228114862deg, #eff6ff 0%, #ffffff 47.461%);
  border: 1px solid rgba(231, 226, 218, 0.5);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 20px -4px rgba(38, 47, 64, 0.1);
}

.profile-contact__title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #262f40;
  margin: 0 0 15px;
}

.profile-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #262f40;
  margin-bottom: 16px;
  line-height: 24px;
}

.profile-contact__item:last-child {
  margin-bottom: 0;
}

.profile-contact__item svg {
  flex-shrink: 0;
  color: #3b4659;
  margin-top: 0;
}

.profile-contact__item a {
  color: var(--cm-navy);
  text-decoration: none;
}

.profile-contact__item a:hover {
  text-decoration: underline;
}

.profile-languages {
  font-size: 16px;
  color: #262f40;
}

.profile-languages strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #626d84;
  margin-bottom: 8px;
}

.profile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-actions .btn-primary-navy,
.profile-actions .btn-secondary-navy {
  width: 100%;
  text-align: center;
  min-height: 52px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
}

/* Claim banner */
.profile-claim-banner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 16px;
  position: relative;
  z-index: 2;
}

.profile-claim-banner__inner {
  background: #fffbf0;
  border: 1px solid #f0e4c8;
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--cm-body-text);
}

.profile-claim-banner__inner .btn-primary-navy {
  padding: 6px 16px;
  font-size: 13px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .profile-hero__name {
    font-size: 28px;
  }
  .profile-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
  .profile-services {
    grid-template-columns: 1fr;
  }
  .profile-card__right {
    order: -1;
  }
}

/* ============================================================
   ChoiceMD Care Coming Soon
   ============================================================ */

.cm-care-coming {
  position: relative;
  overflow: hidden;
  background: url('/images/home/redesign/wizard-hero-bg.png') left top / cover no-repeat;
  padding: 120px 24px 190px;
}

.cm-care-coming::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(236, 242, 252, 0.3) 0%, rgba(244, 247, 253, 0.48) 56%, rgba(248, 250, 255, 0.76) 100%);
  pointer-events: none;
}

.cm-care-coming::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 417px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.8) 62%, rgba(248, 250, 255, 1) 100%);
  pointer-events: none;
}

.cm-care-coming__inner {
  position: relative;
  z-index: 1;
  max-width: 731px;
  margin: 0 auto;
  text-align: center;
}

.cm-care-coming__logo {
  width: 265px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
}

.cm-care-coming__title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--cm-navy);
  margin: 0 0 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(101, 117, 139, 0.29);
}

.cm-care-coming__title-lead {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
}

.cm-care-coming__title-main {
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
}

.cm-care-coming__subtitle {
  font-family: var(--font-ui);
  font-size: 24px;
  line-height: 1.33;
  color: #4b5563;
  margin: 0 auto;
  max-width: 760px;
}

@media (max-width: 768px) {
  .cm-care-coming {
    padding: 64px 16px 48px;
  }

  .cm-care-coming__title {
    gap: 4px;
    border-bottom-width: 0;
  }

  .cm-care-coming__title-lead {
    font-size: 30px;
  }

  .cm-care-coming__title-main {
    font-size: 24px;
  }

  .cm-care-coming__subtitle {
    font-size: 18px;
  }
}

/* ============================================================
   Content Pages — Generic Sections
   ============================================================ */

.cm-page-section {
  padding: 60px 0;
}

.cm-content-card {
  background: var(--cm-white);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(27, 42, 74, 0.08);
  border: 1px solid var(--cm-card-border);
  padding: 48px;
}

@media (max-width: 768px) {
  .cm-content-card {
    padding: 28px 20px;
    border-radius: 16px;
  }
}

.cm-content-body p {
  color: var(--cm-body-text);
  line-height: 1.7;
  margin-bottom: 16px;
}

.cm-content-body ul,
.cm-content-body ol {
  color: var(--cm-body-text);
  line-height: 1.7;
  padding-left: 24px;
  margin-bottom: 16px;
}

.cm-content-body ul li,
.cm-content-body ol li {
  margin-bottom: 8px;
}

.cm-content-body a:not(.btn-primary-navy):not(.btn-secondary-navy) {
  color: var(--cm-navy);
  text-decoration: underline;
}

.cm-content-body a:not(.btn-primary-navy):not(.btn-secondary-navy):hover {
  color: #142038;
}

.cm-content-body .btn-primary-navy,
.cm-content-body .btn-secondary-navy {
  text-decoration: none;
}

.cm-content-body .btn-primary-navy {
  color: var(--cm-white);
}

.cm-content-body .btn-secondary-navy {
  color: var(--cm-navy);
}

.cm-content-body h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.cm-content-body h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.cm-content-body h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-weight: 600;
}

/* Team member cards */
.cm-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.cm-team-card {
  background: var(--cm-white);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
  border: 1px solid var(--cm-card-border);
  overflow: hidden;
}

.cm-team-card__photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.cm-team-card__body {
  padding: 24px;
}

.cm-team-card__name {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--cm-navy);
  margin-bottom: 8px;
}

.cm-team-card__desc {
  font-size: 15px;
  color: var(--cm-body-text);
  line-height: 1.6;
}

/* ============================================================
   Auth Pages (Login, Register, Forgot/Reset Password)
   ============================================================ */

.cm-auth-section {
  background: linear-gradient(180deg, #d6e6f6 0%, #dfe4f0 40%, #e8e6f0 70%, #f5f5f7 100%);
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.cm-auth-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('/images/home/clouds-bg.png') center top / cover no-repeat;
  opacity: 0.10;
  pointer-events: none;
}

.cm-auth-card {
  background: var(--cm-white);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(27, 42, 74, 0.10);
  padding: 48px;
  width: 100%;
  max-width: 440px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .cm-auth-card {
    padding: 32px 24px;
  }
}

.cm-auth-card__title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--cm-navy);
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
}

.cm-auth-card__subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cm-secondary-text);
  text-align: center;
  margin-bottom: 24px;
}

.cm-form-group {
  margin-bottom: 20px;
}

.cm-form-label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--cm-navy);
  margin-bottom: 6px;
}

.cm-form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--cm-card-border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--cm-navy);
  background: var(--cm-white);
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.cm-form-input:focus {
  border-color: var(--cm-navy);
}

.cm-form-input::placeholder {
  color: #a0aec0;
}

textarea.cm-form-input {
  resize: vertical;
  min-height: 100px;
}

select.cm-form-input {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.cm-form-error {
  color: #e53e3e;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 10px 14px;
  background: #fff5f5;
  border-radius: 8px;
  border: 1px solid #fed7d7;
}

.cm-auth-links {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--cm-secondary-text);
}

.cm-auth-links a {
  color: var(--cm-navy);
  font-weight: 600;
  text-decoration: none;
}

.cm-auth-links a:hover {
  text-decoration: underline;
}

.cm-auth-divider {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--cm-card-border);
  text-align: center;
  font-size: 14px;
  color: var(--cm-secondary-text);
}

.cm-auth-divider a {
  color: var(--cm-navy);
  font-weight: 600;
  text-decoration: none;
}

.cm-auth-divider a:hover {
  text-decoration: underline;
}

.cm-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 640px) {
  .cm-form-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Legal Pages (Privacy, Terms, Disclaimer)
   ============================================================ */

.cm-legal-body {
  max-width: 900px;
  margin: -30px auto 0;
  padding: 0 24px 80px;
  position: relative;
  z-index: 2;
}

.cm-legal-card {
  background: var(--cm-white);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(27, 42, 74, 0.08);
  border: 1px solid var(--cm-card-border);
  padding: 48px;
}

@media (max-width: 768px) {
  .cm-legal-card {
    padding: 28px 20px;
  }
}

.cm-legal-card h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.cm-legal-card h3 {
  margin-top: 28px;
  margin-bottom: 10px;
}

.cm-legal-card h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--cm-navy);
}

.cm-legal-card p {
  line-height: 1.7;
  margin-bottom: 14px;
}

.cm-legal-card ul,
.cm-legal-card ol {
  padding-left: 24px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.cm-legal-card ul li,
.cm-legal-card ol li {
  margin-bottom: 8px;
}

.cm-legal-card a {
  color: var(--cm-navy);
}

/* ============================================================
   Article / News Listing Pages
   ============================================================ */

.cm-article-content {
  padding: 48px 0 60px;
}

.cm-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  align-items: stretch;
}

.cm-article-grid > * {
  width: 100%;
  min-width: 0;
}

@media (max-width: 991px) {
  .cm-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cm-article-grid {
    grid-template-columns: 1fr;
  }
}

.cm-article-card {
  background: var(--cm-white);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
  border: 1px solid var(--cm-card-border);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.cm-article-card:hover {
  box-shadow: 0 6px 24px rgba(27, 42, 74, 0.10);
  transform: translateY(-2px);
}

.cm-article-card__image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: var(--cm-light-gray);
}

.cm-article-card__body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cm-article-card__category {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--cm-tag-border);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--cm-muted);
  margin-bottom: 10px;
  align-self: flex-start;
}

.cm-article-card__title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--cm-navy);
  margin-bottom: 8px;
  line-height: 1.3;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cm-article-card__excerpt {
  font-size: 14px;
  color: var(--cm-body-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.cm-article-card__link {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cm-navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cm-article-card__link:hover {
  text-decoration: underline;
}

.cm-article-card--news .cm-article-card__title-link {
  text-decoration: none;
}

.cm-article-card--news .cm-article-card__title-link:hover .cm-article-card__title {
  text-decoration: underline;
}

.cm-article-card--news .cm-article-card__title {
  margin-top: 0;
}

.cm-article-card__share {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.cm-article-card__share-btn {
  border: none;
  background: transparent;
  color: #3b5a98;
  font-size: 18px;
  cursor: pointer;
  padding: 2px;
  line-height: 1;
}

.cm-article-card__share-btn:last-child {
  color: #1d9bf0;
}

/* Article detail page */
.cm-article-detail {
  max-width: 800px;
  margin: -30px auto 0;
  padding: 0 24px 80px;
  position: relative;
  z-index: 2;
}

.cm-article-detail__card {
  background: var(--cm-white);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(27, 42, 74, 0.08);
  border: 1px solid var(--cm-card-border);
  padding: 48px;
}

@media (max-width: 768px) {
  .cm-article-detail__card {
    padding: 28px 20px;
  }
}

.cm-article-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--cm-secondary-text);
  text-decoration: none;
  margin-bottom: 24px;
}

.cm-article-detail__back:hover {
  color: var(--cm-navy);
  text-decoration: none;
}

.cm-article-detail__content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--cm-body-text);
}

.cm-article-detail__content h2,
.cm-article-detail__content h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.cm-article-detail__content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

.cm-article-detail__content p {
  margin-bottom: 16px;
}

.cm-article-detail__content a {
  color: var(--cm-navy);
}

/* Category header */
.cm-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.cm-category-header h2 {
  margin: 0;
}

/* Show more */
.cm-show-more {
  text-align: center;
  padding: 24px 0;
}

.cm-show-more__text {
  font-size: 13px;
  color: var(--cm-secondary-text);
  margin-top: 8px;
}

/* Blog article list item */
.cm-blog-article {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid var(--cm-card-border);
}

.cm-blog-article:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .cm-blog-article {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.cm-blog-article__text {
  flex: 1;
}

.cm-blog-article__text h2 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}

.cm-blog-article__text h2 a {
  color: var(--cm-navy);
  text-decoration: none;
}

.cm-blog-article__text h2 a:hover {
  text-decoration: underline;
}

.cm-blog-article__text p {
  color: var(--cm-body-text);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.cm-blog-article__image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

.cm-blog-article__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}

/* ============================================================
   Search Bar for Content Pages
   ============================================================ */

.cm-search-bar {
  display: flex;
  align-items: center;
  background: var(--cm-white);
  border: 1.5px solid var(--cm-card-border);
  border-radius: 12px;
  overflow: hidden;
  max-width: 360px;
}

.cm-search-bar__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cm-navy);
  background: transparent;
  min-width: 0;
}

.cm-search-bar__input::placeholder {
  color: #a0aec0;
}

.cm-search-bar__btn {
  background: var(--cm-navy);
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  color: var(--cm-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cm-search-bar__btn:hover {
  background: #142038;
}

/* ============================================================
   Events Pages
   ============================================================ */

.cm-events-content {
  padding: 48px 0 60px;
}

.cm-event-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

/* ============================================================
   Community / Forum Pages
   ============================================================ */

.cm-forum-content {
  padding: 48px 0 60px;
}

.cm-forum-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
}

@media (max-width: 991px) {
  .cm-forum-layout {
    grid-template-columns: 1fr;
  }
}

.cm-forum-sidebar .card-clean {
  margin-bottom: 16px;
}

.cm-thread-post {
  padding: 24px 0;
  border-bottom: 1px solid var(--cm-card-border);
}

.cm-thread-post:last-child {
  border-bottom: none;
}

.cm-thread-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cm-thread-meta__author {
  font-weight: 600;
  color: var(--cm-navy);
  font-size: 14px;
}

.cm-thread-meta__date {
  font-size: 13px;
  color: var(--cm-secondary-text);
}

/* ============================================================
   Calendar Page
   ============================================================ */

.cm-calendar-section {
  padding: 48px 0 60px;
}

.cm-calendar-wrapper .rbc-calendar {
  background: var(--cm-white);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
  border: 1px solid var(--cm-card-border);
  padding: 20px;
}

.cm-calendar-notice {
  text-align: center;
  padding: 24px;
  background: #fafbfc;
  border-radius: 12px;
  border: 1px solid var(--cm-card-border);
  margin-top: 32px;
  font-size: 15px;
  color: var(--cm-body-text);
  line-height: 1.6;
}

/* ============================================================
   Newsletter Section
   ============================================================ */

.cm-newsletter {
  background: var(--cm-navy);
  padding: 48px 0;
}

.cm-newsletter__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cm-newsletter__text h3 {
  color: var(--cm-white);
  font-family: var(--font-heading);
  font-size: 24px;
  margin-bottom: 4px;
}

.cm-newsletter__text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

.cm-newsletter__form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cm-newsletter__input {
  padding: 12px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  min-width: 220px;
}

.cm-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cm-newsletter__input:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

.cm-newsletter__btn {
  background: var(--cm-white);
  color: var(--cm-navy);
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.cm-newsletter__btn:hover {
  background: #f0f2f5;
}

@media (max-width: 640px) {
  .cm-newsletter__inner {
    flex-direction: column;
    text-align: center;
  }
  .cm-newsletter__form {
    width: 100%;
    flex-direction: column;
  }
  .cm-newsletter__input {
    min-width: auto;
    width: 100%;
  }
}

/* ============================================================
   Awards Page
   ============================================================ */

.cm-awards-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
}

@media (max-width: 768px) {
  .cm-awards-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cm-awards-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.cm-awards-feature {
  text-align: center;
  margin: 40px 0;
}

.cm-awards-feature img {
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

/* ============================================================
   Founder & Story Pages
   ============================================================ */

.cm-founder-hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0 60px;
}

@media (max-width: 768px) {
  .cm-founder-hero {
    flex-direction: column;
    gap: 24px;
  }
}

.cm-founder-hero__text {
  flex: 1;
}

.cm-founder-hero__image {
  flex: 1;
}

.cm-founder-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.cm-timeline-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--cm-card-border);
}

@media (max-width: 768px) {
  .cm-timeline-block {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.cm-timeline-block__year {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--cm-teal);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cm-timeline-block__location {
  font-size: 14px;
  color: var(--cm-secondary-text);
  margin-top: 4px;
}

.cm-gallery-row {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 16px;
  margin: 32px 0;
}

@media (max-width: 768px) {
  .cm-gallery-row {
    grid-template-columns: 1fr;
  }
}

.cm-gallery-row figure {
  margin: 0;
}

.cm-gallery-row img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

.cm-gallery-row figcaption {
  font-size: 13px;
  color: var(--cm-secondary-text);
  margin-top: 8px;
  font-style: italic;
}

.cm-blockquote {
  border-left: 3px solid var(--cm-teal);
  padding: 16px 24px;
  margin: 24px 0;
  font-style: italic;
}

.cm-blockquote p {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--cm-navy);
  line-height: 1.5;
  margin-bottom: 8px;
}

.cm-blockquote footer {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 14px;
  color: var(--cm-secondary-text);
}

.cm-story-card {
  background: #fafbfc;
  border: 1px solid var(--cm-card-border);
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 16px;
}

.cm-story-card h3 {
  margin-bottom: 12px;
  margin-top: 0;
}

.cm-story-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .cm-story-features {
    grid-template-columns: 1fr;
  }
}

.cm-story-feature {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 320px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.cm-story-feature__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 42, 74, 0.1) 0%, rgba(27, 42, 74, 0.8) 100%);
}

.cm-story-feature__content {
  position: relative;
  z-index: 1;
  padding: 24px;
  color: var(--cm-white);
}

.cm-story-feature__content p {
  color: var(--cm-white);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.cm-story-feature__number {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cm-white);
  color: var(--cm-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.cm-continue-reading {
  text-align: center;
  padding: 48px 0 24px;
}

.cm-continue-reading__label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--cm-secondary-text);
  margin-bottom: 24px;
}

/* ============================================================
   Contact Form Section
   ============================================================ */

.cm-contact-form-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 60px;
}

/* ============================================================
   Activation Page
   ============================================================ */

.cm-activation {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.cm-activation h2 {
  margin-bottom: 12px;
}

/* ============================================================
   Survey Page Override
   ============================================================ */

.cm-survey-section {
  padding: 48px 0 60px;
}

@font-face{font-family:"revicons";fallback:fallback;src:url("./revicons.woff") format('woff'),url("./revicons.ttf") format('ttf'),url("./revicons.eot") format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\E824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\E825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' \BB';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '\AB   ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-flex-basis: 0 px;
      -ms-flex-preferred-size: 0 px;
          flex-basis: 0 px;
}
.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-header-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.cmd-editor {
  width: 100%;
  min-height: 236px;
  margin-top: 12px;
  border: 2px solid #d7deea;
  border-radius: 0.5rem;
  font: normal normal 1rem / 1.25 Roboto, 'sans-serif';
  letter-spacing: 0.02em;
  color: #27344b;
  background-color: transparent;
  outline: none;
  resize: none;
}

.cmd-editor .ql-container {
  font: inherit;
}

