@font-face {
  font-family: 'avant_bold';
  src: url("../fonts/ITC Avant Garde Gothic Pro-Bold.otf"); }
@font-face {
  font-family: 'avant_book';
  src: url("../fonts/ITC Avant Garde Gothic Pro-Book.otf"); }
@font-face {
  font-family: 'avant_demi';
  src: url("../fonts/ITC Avant Garde Gothic Pro-Demi.otf"); }
@font-face {
  font-family: 'avant_medium';
  src: url("../fonts/ITC Avant Garde Gothic Pro-Medium.otf"); }
@font-face {
  font-family: 'avant_lite';
  src: url("../fonts/ITC Avant Garde Gothic Pro-XLt.otf"); }
html {
  font-size: 10px;
  font-family: "avant_book", sans-serif;
  scroll-behavior: smooth;
  position: relative; }
  html body {
    margin: 0;
    overflow: auto !important; }
    html body * {
      box-sizing: border-box; }

a {
  text-decoration: none;
  color: #4eb7cd;
  line-height: 1.0; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.purple-color {
  color: #7C31C8; }

.yellow-color {
  color: #FBC702; }

.green-color {
  color: #50B196; }

.rose-color {
  color: #FA9D7E; }

.red-color {
  color: #f44336; }

.grey-color {
  color: #D6D6D6; }

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

.white-color {
  color: #fff; }

.blue-color {
  color: #113046; }

.light-blue-color {
  color: #43B3DC; }

.dark-blue-color {
  color: #112636; }

.grey-blue-background {
  color: #dae6ee; }

.light-blue-background {
  background-color: #43B3DC; }

.dark-blue-background {
  background-color: #112636; }

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

p {
  margin: 0;
  font-size: 1.5rem; }

h1 {
  font-size: 6.5rem;
  line-height: 1.57; }

h2 {
  font-size: 6rem;
  line-height: 1.37; }

h3 {
  font-size: 4.5rem;
  line-height: 1.2; }

h4 {
  font-size: 3.5rem;
  line-height: 1.0; }

h5 {
  font-size: 3rem;
  line-height: 1.0; }

h1, h2, h3, h4, h5 {
  font-family: "avant_bold", sans-serif;
  color: #112636;
  margin: 0 0 1.5rem 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #FF7777; }

img {
  max-width: 100%; }

hr {
  border-bottom: none;
  box-shadow: none;
  outline: none;
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #43B3DC;
  margin: 3.4rem 0;
  padding: 0;
  width: 3.1rem; }

#ui-datepicker-div {
  width: auto;
  z-index: 15 !important; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; }
  table tr th, table tr td {
    font-size: 1.5rem; }

ol, ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  ol li, ul li {
    position: relative;
    font-size: 2rem;
    line-height: 1.5; }

.collapseomatic {
  background-position: 5px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 2px;
  padding: 5px 10px 5px 20px;
  display: block;
  background: url(./../../images/collapse-down.png) no-repeat 98% center #c7dae3;
  color: #393f4f;
  border: none; }

input,
select,
texarea,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border: 1px solid lightgrey; }

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #373b47;
  font-weight: normal;
  font-family: "avant_book", sans-serif; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0.6rem;
    left: 0;
    height: 2.2rem;
    width: 2.2rem;
    background-color: #fff;
    border: 1px solid #6c717d; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 25%;
    top: 2%;
    width: 0.8rem;
    height: 1.3rem;
    border: solid #43B3DC;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #fff; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .radio-container .checkmark {
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #6c717d; }
    .radio-container .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      width: 60%;
      height: 60%;
      background-color: #1F184E;
      left: 20%;
      top: 20%;
      border: none;
      border-radius: 100%; }
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc; }
  .radio-container input:checked ~ .checkmark {
    background-color: #fff; }
  .radio-container input:checked ~ .checkmark:after {
    display: block; }

.custom-select {
  position: relative;
  width: 100%;
  height: 6.15rem;
  margin: 0;
  border-bottom: 1px solid #BABABA; }

.custom-select select {
  display: none; }

.select-selected {
  background-color: #fff; }

.select-selected:after {
  position: absolute;
  content: "";
  top: 2.5rem;
  right: 0;
  width: 0;
  height: 0;
  border: 0.85rem solid transparent;
  border-color: #7C31C8 transparent transparent transparent;
  z-index: 2; }

.select-selected:before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  height: 5rem;
  width: 5rem;
  z-index: 1; }

.select-selected.select-arrow-active:after {
  border-color: #43B3DC transparent transparent transparent; }

.custom-select {
  cursor: pointer; }
  .custom-select .select-selected {
    color: #8885A4;
    font-family: "avant_book", sans-serif;
    font-size: 2rem;
    padding: 2rem 0; }
  .custom-select.selected .select-selected {
    color: #120C4A; }

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99;
  margin-top: 1px;
  padding: 0.75rem 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  overflow: auto;
  max-height: 300px; }
  .select-items div {
    color: #120C4A;
    padding: 0.25rem 1.6rem 0 1.6rem;
    display: block;
    font-size: 1.6rem;
    line-height: 3.3rem;
    font-family: "avant_medium", sans-serif;
    border-left: 2px solid #fff;
    cursor: pointer; }
    .select-items div:hover {
      border-left: 2px solid #7C31C8;
      background-color: #F2F2F2;
      color: #7C31C8; }

.select-hide {
  display: none; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1.6rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0.5rem; }

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px; } }
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px; } }
.slider-container {
  position: relative;
  background: lightgrey; }
  .slider-container .slider-arrow {
    position: absolute;
    font-size: 5rem;
    top: 50%;
    transform: translateY(-50%);
    color: lightgrey;
    z-index: 20;
    cursor: pointer; }
  .slider-container .slider-arrow.slider-arrow-left {
    left: 3rem; }
  .slider-container .slider-arrow.slider-arrow-right {
    right: 3rem; }
  .slider-container .slider-arrow:hover i {
    text-shadow: 1px 0px 5px white; }
  .slider-container .slider-arrow i {
    transition: text-shadow 0.2s ease-in-out; }
  .slider-container .slide-single {
    height: auto;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .slider-container .slick-slide {
    height: auto; }
  .slider-container .slide-single-content button {
    margin: 2rem 0.5rem; }
  .slider-container .slide-single {
    min-height: 600px !important; }
  .slider-container ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%); }
    .slider-container ul.slick-dots li {
      display: inline-block; }
      .slider-container ul.slick-dots li button {
        color: transparent;
        border-radius: 150px;
        padding: 0;
        width: 0.65rem;
        height: 0.65rem;
        margin: 0.25rem;
        border: 1px solid white;
        background: none; }
      .slider-container ul.slick-dots li.slick-active button {
        border: 1px solid lightgrey;
        background: lightgrey; }

button {
  background-color: #fff;
  outline: none; }
  button:focus, button:active {
    outline: none; }

.button-rectangle {
  min-height: 5.7rem;
  min-width: 13.7rem;
  font-size: 2rem;
  font-family: "avant_bold", sans-serif;
  transition: all .5s ease;
  border-width: 1px;
  cursor: pointer; }
  .button-rectangle a {
    color: inherit; }
    .button-rectangle a:hover {
      text-decoration: none;
      color: inherit; }
  .button-rectangle.button-rounded {
    font-size: 2rem;
    border-radius: 10rem; }

button.button-rounded {
  width: auto;
  min-height: 5.7rem;
  min-width: 13.7rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-family: "avant_bold", sans-serif;
  white-space: nowrap;
  color: #FF7777;
  background-color: transparent;
  border: 1px solid #FF7777;
  transition: all 200ms linear;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1.45rem 1.6rem; }
  button.button-rounded.white-button {
    border: 1px solid #fff;
    color: #FF7777;
    background-color: #fff; }
    button.button-rounded.white-button:hover {
      border: 1px solid #FF7777;
      background-color: #FF7777;
      color: #fff; }
  button.button-rounded.white-transparent-button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent; }
    button.button-rounded.white-transparent-button:hover {
      border: 1px solid #fff;
      background-color: #fff;
      color: #112636; }
  button.button-rounded.salmon-button {
    border: 1px solid #FF7777;
    color: #fff;
    background-color: #FF7777; }
    button.button-rounded.salmon-button:hover {
      border: 1px solid #FF7777;
      background-color: transparent;
      color: #FF7777; }
  button.button-rounded.salmon-transparent-button {
    border: 1px solid #FF7777;
    color: #FF7777;
    background-color: transparent; }
    button.button-rounded.salmon-transparent-button:hover {
      background-color: #FF7777;
      color: #fff; }
  button.button-rounded img {
    max-height: 100%; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  padding: 0 2rem; }

html body .page-background {
  background-image: url("../images/scampi-bg.svg");
  background-size: auto;
  background-position: 37rem 22rem;
  background-repeat: no-repeat;
  background-color: #122534;
  padding-top: 12.5rem; }
  html body .page-background section .section-content-wrapper {
    margin: 0 auto;
    max-width: 1666px;
    width: 95%; }
  html body .page-background section h1, html body .page-background section h2, html body .page-background section h3, html body .page-background section h4, html body .page-background section h5 {
    color: #fff;
    margin-bottom: 4.8rem; }
    html body .page-background section h1 .salmon, html body .page-background section h2 .salmon, html body .page-background section h3 .salmon, html body .page-background section h4 .salmon, html body .page-background section h5 .salmon {
      color: #FF7777; }
  html body .page-background section .wp-block-image.title-image {
    margin: 0 -14rem;
    margin-bottom: 17.8rem; }
    html body .page-background section .wp-block-image.title-image img {
      margin-bottom: 0;
      margin-top: 0; }
  html body .page-background section p {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2.3rem;
    line-height: 1.82; }
  html body .page-background section ol, html body .page-background section ul {
    margin-bottom: 3rem; }
    html body .page-background section ol li, html body .page-background section ul li {
      color: #fff;
      font-size: 2.3rem;
      line-height: 1.25;
      margin-bottom: 1.5rem;
      position: relative;
      padding-left: 3.5rem; }
      html body .page-background section ol li:before, html body .page-background section ul li:before {
        content: '';
        display: block;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 0.7rem;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #FF7777; }
  html body .page-background section .flex-container {
    display: flex; }
    html body .page-background section .flex-container.space-between {
      justify-content: space-between;
      align-items: center; }
  html body .page-background section#page_content .section-content-wrapper {
    margin: 0 auto;
    max-width: 1087px;
    width: 95%;
    padding: 0 0 18.5rem 0; }
  html body .page-background section#page_content .report-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1666px;
    width: 95%; }
    html body .page-background section#page_content .report-wrapper .report-text {
      width: 65%;
      padding: 12rem 7rem 12rem 0;
      color: #fff;
      margin-bottom: 3rem;
      font-size: 2.3rem;
      line-height: 1.82; }
      html body .page-background section#page_content .report-wrapper .report-text .report-content h1 {
        font-size: 4rem;
        margin-top: 0; }
      html body .page-background section#page_content .report-wrapper .report-text h1, html body .page-background section#page_content .report-wrapper .report-text h2, html body .page-background section#page_content .report-wrapper .report-text h3, html body .page-background section#page_content .report-wrapper .report-text h4, html body .page-background section#page_content .report-wrapper .report-text h5 {
        color: #fff;
        margin-bottom: 3rem;
        margin-top: 5rem;
        line-height: 1.0; }
        html body .page-background section#page_content .report-wrapper .report-text h1 .salmon, html body .page-background section#page_content .report-wrapper .report-text h2 .salmon, html body .page-background section#page_content .report-wrapper .report-text h3 .salmon, html body .page-background section#page_content .report-wrapper .report-text h4 .salmon, html body .page-background section#page_content .report-wrapper .report-text h5 .salmon {
          color: #FF7777; }
      html body .page-background section#page_content .report-wrapper .report-text h1 {
        font-size: 6.5rem;
        margin-top: 0; }
      html body .page-background section#page_content .report-wrapper .report-text h2, html body .page-background section#page_content .report-wrapper .report-text h3, html body .page-background section#page_content .report-wrapper .report-text h4, html body .page-background section#page_content .report-wrapper .report-text h5 {
        color: #FF7777;
        font-size: 2.5rem; }
        html body .page-background section#page_content .report-wrapper .report-text h2:nth-child(2), html body .page-background section#page_content .report-wrapper .report-text h3:nth-child(2), html body .page-background section#page_content .report-wrapper .report-text h4:nth-child(2), html body .page-background section#page_content .report-wrapper .report-text h5:nth-child(2) {
          font-size: 3.5rem; }
      html body .page-background section#page_content .report-wrapper .report-text p {
        color: #fff;
        margin-bottom: 3rem;
        font-size: 2.3rem;
        line-height: 1.82; }
      html body .page-background section#page_content .report-wrapper .report-text ol, html body .page-background section#page_content .report-wrapper .report-text ul {
        margin-bottom: 3rem; }
        html body .page-background section#page_content .report-wrapper .report-text ol li, html body .page-background section#page_content .report-wrapper .report-text ul li {
          color: #fff;
          font-size: 2.3rem;
          line-height: 1.25;
          margin-bottom: 1.5rem;
          position: relative;
          padding-left: 3.5rem; }
          html body .page-background section#page_content .report-wrapper .report-text ol li:before, html body .page-background section#page_content .report-wrapper .report-text ul li:before {
            content: '';
            display: block;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 0.7rem;
            width: 1.5rem;
            height: 1.5rem;
            background-color: #FF7777; }
      html body .page-background section#page_content .report-wrapper .report-text img {
        border-radius: 5rem;
        margin: 11rem 0 7rem 0;
        max-width: 100%;
        width: 100%; }
    html body .page-background section#page_content .report-wrapper .report-stats {
      width: 35%;
      padding: 12rem 3.5rem;
      border-left: 1px solid #58677280; }
      html body .page-background section#page_content .report-wrapper .report-stats .buttons-container {
        padding: 0;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 4.5rem;
        display: flex; }
        html body .page-background section#page_content .report-wrapper .report-stats .buttons-container button {
          height: 5.7rem; }
          html body .page-background section#page_content .report-wrapper .report-stats .buttons-container button img {
            max-height: 100%; }
        html body .page-background section#page_content .report-wrapper .report-stats .buttons-container button#share_report {
          min-width: 16rem; }
        html body .page-background section#page_content .report-wrapper .report-stats .buttons-container button#download_report {
          display: inline-flex;
          align-items: center;
          justify-content: space-around;
          min-width: 25rem; }
      html body .page-background section#page_content .report-wrapper .report-stats .report-scores {
        text-align: center; }
        html body .page-background section#page_content .report-wrapper .report-stats .report-scores p.label {
          text-align: center;
          font-size: 2.5rem;
          color: #fff;
          margin-bottom: 1.5rem; }
        html body .page-background section#page_content .report-wrapper .report-stats .report-scores p.overall-score {
          text-align: center;
          color: #FF7777;
          font-size: 6.5rem;
          font-family: "avant_bold", sans-serif;
          margin-bottom: 4.5rem; }
        html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper {
          width: 100%;
          max-width: 34rem;
          margin: 0 auto; }
          html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .score-meter {
            position: relative;
            width: 100%;
            aspect-ratio: 1.75;
            margin-bottom: 4rem; }
            html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .score-meter .arrow {
              width: 100%;
              position: absolute;
              bottom: 4%;
              height: 18.5%; }
              html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .score-meter .arrow img {
                position: absolute;
                width: 45%;
                bottom: calc(-50% - 0.15rem);
                left: 9.3%;
                transform: rotate(-159.5deg); }
          html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .graph-container {
            width: 100%;
            aspect-ratio: 2;
            overflow: hidden;
            position: relative; }
            html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .graph-container .score-graph {
              background-color: #1E3C52;
              border-radius: 100%;
              width: 100%;
              aspect-ratio: 1.0;
              position: absolute;
              top: 0;
              left: 0; }
              html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .graph-container .score-graph .fill-wrapper {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                transform: rotate(0deg);
                overflow: hidden;
                border-radius: 100%; }
                html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .graph-container .score-graph .fill-wrapper .fill {
                  background-color: #FF7777;
                  width: 100%;
                  height: 50%;
                  top: 50%;
                  left: 0;
                  position: absolute; }
          html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .bar-metrics {
            width: 100%; }
            html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .bar-metrics .metric p.label {
              font-family: "avant_medium", sans-serif;
              color: #B4B4B4;
              font-size: 1.5rem;
              text-align: left;
              margin-bottom: 0.25rem; }
            html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .bar-metrics .metric .metric-bar {
              width: 100%;
              background-color: #707070;
              height: 0.5rem;
              margin-bottom: 3.5rem; }
              html body .page-background section#page_content .report-wrapper .report-stats .report-scores .graphs-wrapper .bar-metrics .metric .metric-bar .metric-fill {
                height: 0.5rem;
                background-color: #FF7777; }
  html body .page-background section#schedule_demo {
    background-color: #fff;
    margin-bottom: -2px; }
    html body .page-background section#schedule_demo .flex-container.two-columns .text-block,
    html body .page-background section#schedule_demo .flex-container.two-columns .image-block {
      width: 100%; }
    html body .page-background section#schedule_demo .flex-container.two-columns .text-block {
      padding: 5.5rem 5.5rem 6.7rem 0; }
      html body .page-background section#schedule_demo .flex-container.two-columns .text-block p {
        display: block; }
      html body .page-background section#schedule_demo .flex-container.two-columns .text-block p.subtitle {
        font-size: 5.5rem;
        line-height: 1.25;
        color: #112636;
        font-family: "avant_bold", sans-serif;
        margin-bottom: 3rem; }
        html body .page-background section#schedule_demo .flex-container.two-columns .text-block p.subtitle span.salmon {
          color: #FF7777; }
        html body .page-background section#schedule_demo .flex-container.two-columns .text-block p.subtitle span.underline {
          text-decoration: underline; }
    html body .page-background section#schedule_demo .flex-container.two-columns .image-block img {
      margin-top: -5.5rem;
      border-radius: 5rem 5rem 0 0;
      margin-bottom: 0; }

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