.contact-wrap {
  display: block;
}
.contact-wrap .form-wrap {
  width: 100%;
}
.contact-wrap .form-wrap form.webform-submission-contact-form {
  margin: auto;
  background: transparent;
  padding-top: 0;
}
@media screen and (max-width: 767.72px) {
  .contact-wrap .form-wrap form.webform-submission-contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-wrap .text-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: transparent;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact-wrap .text-wrap {
    padding: 30px 20px;
  }
}
.contact-wrap .text-wrap::before {
  content: "";
  width: 100vw;
  top: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c9b248;
}
.contact-wrap .address, .contact-wrap .email, .contact-wrap .phone {
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .contact-wrap .address, .contact-wrap .email, .contact-wrap .phone {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .contact-wrap .address, .contact-wrap .email, .contact-wrap .phone {
    width: 33.33%;
    padding: 0 10px;
  }
}
.contact-wrap .address p {
  position: relative;
  padding-left: 40px;
}
.contact-wrap .address p::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
  -webkit-mask-image: url("../images/location.svg");
          mask-image: url("../images/location.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: white;
}
.contact-wrap .email a {
  position: relative;
  padding-left: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-wrap .email a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.contact-wrap .email a:hover {
  color: #334766;
}
.contact-wrap .email a:hover::before {
  background-color: #334766;
}
.contact-wrap .email a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0;
  -webkit-mask-image: url("../images/mail.svg");
          mask-image: url("../images/mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: white;
}
.contact-wrap .phone a {
  position: relative;
  padding-left: 40px;
  display: block;
}
@media screen and (min-width: 992px) {
  .contact-wrap .phone a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.contact-wrap .phone a:hover {
  color: #334766;
}
.contact-wrap .phone a:hover::before {
  background-color: #334766;
}
.contact-wrap .phone a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
  -webkit-mask-image: url("../images/phone.svg");
          mask-image: url("../images/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: white;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #334766;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: center;
  color: white;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  outline: none;
  border: 0;
  background-image: url("../images/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.ui-widget-overlay {
  background-color: black;
}

.node-89 .basic-banner {
  padding-bottom: 0;
}

#contact-map div.gm-style > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > :not(:nth-child(1)) {
  width: 40px !important;
  height: 40px !important;
}
#contact-map div.gm-style > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > :not(:nth-child(1)) img {
  -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
          animation: zoom-in-zoom-out 2s ease-out infinite;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.gm-style-iw .gm-style-iw-chr button.gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
  outline: none;
  background: unset;
  z-index: 1;
  opacity: 1;
}
.gm-style-iw .gm-style-iw-chr button.gm-ui-hover-effect span {
  background-image: url("../images/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  border: 1px solid black;
}
.gm-style-iw .custom-marker h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  color: #334766;
  padding-right: 10px;
  margin-bottom: 6px;
}
@media screen and (min-width: 576px) {
  .gm-style-iw .custom-marker h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .gm-style-iw .custom-marker h3 {
    font-size: 20px;
    margin-bottom: 12px;
    padding-right: 0;
  }
}
.gm-style-iw .custom-marker p {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .gm-style-iw .custom-marker p {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.gm-style-iw .custom-marker br {
  display: block;
}
.gm-style-iw .custom-marker a {
  color: #334766;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  outline: none;
}
.gm-style-iw .custom-marker a:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .gm-style-iw .custom-marker a {
    margin-bottom: 10px;
  }
}
.gm-style-iw .custom-marker a:hover {
  color: #c9b248;
}
.gm-style-iw .custom-marker a:hover::before {
  background-color: #c9b248;
}
.gm-style-iw .custom-marker .mail-link::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0;
  -webkit-mask-image: url("../images/mail.svg");
          mask-image: url("../images/mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: #334766;
}
.gm-style-iw .custom-marker .phone-link::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0;
  -webkit-mask-image: url("../images/phone.svg");
          mask-image: url("../images/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: #334766;
}
.gm-style-iw .custom-marker .fax-icon {
  color: #334766;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  outline: none;
}
.gm-style-iw .custom-marker .fax-icon::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0;
  -webkit-mask-image: url("../images/fax.svg");
          mask-image: url("../images/fax.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: #334766;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper {
  -ms-flex-item-align: unset;
      align-self: unset;
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper .image-item {
  height: 100%;
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper .image-item > div {
  height: 100%;
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper .image-item > div .field--name-field-media-image {
  height: 100%;
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper .image-item > div .field--name-field-media-image .field__item {
  height: 100%;
}
.node-97 .half-viewport-type .paragraph--type--text-image .image-wrapper .image-item > div .field--name-field-media-image .field__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.node-108 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text h2 {
  font-size: 22px;
}
@media screen and (min-width: 395px) {
  .node-108 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .node-108 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .node-108 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .node-108 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text h2 {
    font-size: 30px;
  }
}

.node-103 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .node-103 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) {
  .node-103 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .node-103 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 22px;
  }
}

.paragraph--type--full-text {
  padding-top: 0;
}
.paragraph--type--full-text .paragraph-container p a {
  color: #334766;
  text-decoration: none;
  font-weight: bold;
}
.paragraph--type--full-text .paragraph-container p a:hover {
  color: #c9b248;
}

.banner-text img.align-right {
  margin-left: 12px;
  margin-bottom: 12px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .banner-text img.align-right {
    max-width: 120px;
  }
}

.node-116 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
  font-size: 19px;
}
@media screen and (max-width: 767.72px) {
  .node-116 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.72px) {
  .node-116 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199.72px) {
  .node-116 .basic-banner .banner-wrapper .left-wrapper .left-wrapper-inner .banner-text {
    font-size: 16px;
  }
}
.node-116 .paragraph--type--full-text {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .node-116 .paragraph--type--full-text {
    margin-top: -40px;
  }
}
.node-116 .paragraph--type--full-text .field--name-field-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .node-116 .paragraph--type--full-text .field--name-field-text p {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.node-116 .paragraph--type--full-text .field--name-field-text p img {
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (min-width: 768px) {
  .node-116 .paragraph--type--full-text .field--name-field-text p img {
    height: 100px;
    margin-left: 40px;
  }
}

#block-rtbolt-downloads .field--name-field-add-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document {
    margin: 0 -10px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item {
    width: 50%;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item {
  height: 100%;
  padding: 30px 15px 20px 15px;
  background: rgb(18, 75, 109);
  background: -webkit-gradient(linear, left top, left bottom, from(#124b6d), to(#2b2e35));
  background: linear-gradient(180deg, #124b6d 0%, #2b2e35 100%);
  color: white;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item {
    padding: 30px 20px 20px 30px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 22px;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .label {
    padding-left: 30px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -4px;
  margin: auto 0;
  -webkit-mask-image: url("../images/right-arrow-blue.svg");
          mask-image: url("../images/right-arrow-blue.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .label::before {
    width: 25px;
    height: 25px;
    left: -10px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .file a {
  position: relative;
  padding: 6px 6px 4px 30px;
  border: 1px solid #fff;
  word-break: break-word;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: inline-block;
  width: 100%;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .file a:hover {
  color: #334766;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .file a::before {
  position: absolute;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  content: "";
  top: 8px;
  left: 8px;
  margin: auto 0;
  -webkit-mask-image: url("../images/download.svg");
          mask-image: url("../images/download.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  width: 15px;
  height: 15px;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .text {
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .text {
    padding-left: 30px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .text p a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .text p a:hover {
  color: #c9b248;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .field--name-field-add-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 25px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  #block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .field--name-field-add-file {
    padding-left: 30px;
  }
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .field--name-field-add-file .field__item {
  width: 100%;
  max-width: 402px;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .field--name-field-add-file .field__item:hover .file a {
  color: #c9b248;
}
#block-rtbolt-downloads .field--name-field-add-document > .field__item .paragraph--type--download-item .field--name-field-add-file .field__item:hover .file a::before {
  background-color: #c9b248;
}

.view-faq {
  padding-bottom: 50px;
  padding-top: 50px;
}
.view-faq .view-header {
  text-align: center;
}
.view-faq .view-header h2 {
  color: var(--c-primary);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .view-faq .view-header h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .view-faq .view-header h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .view-faq .view-header h2 {
    font-size: 32px;
  }
}
.view-faq .views-row:first-child .faq-item {
  border-top: 0;
}
.view-faq .faq-item {
  padding: 20px 0;
  border-top: 1px solid #334766;
  text-align: center;
}
.view-faq .faq-item.active .title::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.view-faq .faq-item .title {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.view-faq .faq-item .title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .view-faq .faq-item .title h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .view-faq .faq-item .title h3 {
    font-size: 20px;
  }
}
.view-faq .faq-item .title::before {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  background-image: url("../images/down-arrow-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .view-faq .faq-item .title::before {
    width: 20px;
    height: 20px;
  }
}
.view-faq .faq-item .text {
  padding-top: 15px;
}

.videos-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.videos-inner .field--name-field-add-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.videos-inner .field--name-field-add-video > .field__item {
  width: 100%;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .videos-inner .field--name-field-add-video > .field__item {
    width: 50%;
  }
}
.videos-inner .field--name-field-add-video > .field__item .paragraph--type--videos {
  height: 100%;
}
.videos-inner .field--name-field-add-video > .field__item .paragraph--type--videos .video-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.videos-inner .field--name-field-add-video > .field__item .title h2 {
  color: var(--c-primary);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .videos-inner .field--name-field-add-video > .field__item .title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .videos-inner .field--name-field-add-video > .field__item .title h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .videos-inner .field--name-field-add-video > .field__item .title h2 {
    font-size: 32px;
  }
}
.videos-inner .field--name-field-add-video > .field__item .video-wrapper-outer .field--name-field-media-video-file {
  padding: 0 0 56.25%;
  position: relative;
}
.videos-inner .field--name-field-add-video > .field__item .video-wrapper-outer .field--name-field-media-video-file video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.graphs-wrapper-inner {
  padding-bottom: 50px;
}
.graphs-wrapper-inner .field--name-field-graph-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .graphs-wrapper-inner .field--name-field-graph-items {
    margin: 0 -60px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item {
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item {
    width: 50%;
    padding: 20px 60px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3n) {
  width: 100%;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3n) .field--name-field-text {
  max-width: 790px;
  margin: auto;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3) .field--name-field-media-image .field__item {
  height: auto;
}
@media screen and (min-width: 992px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3) .field--name-field-media-image .field__item {
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3) .field--name-field-media-image .field__item {
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3) .field--name-field-media-image .field__item {
    height: 260px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(3) .field--name-field-media-image .field__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(4) .field--name-field-media-image .field__item, .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(5) .field--name-field-media-image .field__item {
  height: auto;
}
@media screen and (min-width: 992px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(4) .field--name-field-media-image .field__item, .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(5) .field--name-field-media-image .field__item {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(4) .field--name-field-media-image .field__item, .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(5) .field--name-field-media-image .field__item {
    height: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(4) .field--name-field-media-image .field__item, .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(5) .field--name-field-media-image .field__item {
    height: 180px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(4) .field--name-field-media-image .field__item img, .graphs-wrapper-inner .field--name-field-graph-items > .field__item:nth-child(5) .field--name-field-media-image .field__item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 380px;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section .field--name-field-main-title {
  text-align: center;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section .field--name-field-main-title h3 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.14px;
  color: #C9B248;
  font-weight: 700;
  font-family: "Myriad Pro";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.2em;
}
@media screen and (min-width: 1200px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section .field--name-field-main-title h3 {
    font-size: 25px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section .field--name-field-text {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item .paragraph--type--graph-section .field--name-field-text {
    font-size: 18px;
    font-weight: 600;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .field--name-field-media-image .field__item {
  height: 160px;
}
@media screen and (min-width: 768px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item .field--name-field-media-image .field__item {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .graphs-wrapper-inner .field--name-field-graph-items > .field__item .field--name-field-media-image .field__item {
    height: 200px;
  }
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .field--name-field-media-image .field__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.graphs-wrapper-inner .field--name-field-graph-items > .field__item .field--name-field-text {
  padding-top: 20px;
  text-align: justify;
}
.graphs-wrapper-inner .graphs-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item:first-child .box-color {
  background-color: #C9B348;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item:nth-child(2) .box-color {
  background-color: #C1C7D1;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item:nth-child(3) .box-color {
  background-color: #99A2B2;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item:nth-child(4) .box-color {
  background-color: #707E93;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item:nth-child(5) .box-color {
  background-color: #475975;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item .box-color {
  display: block;
  width: 18px;
  height: 18px;
}
.graphs-wrapper-inner .graphs-items-list .graphs-item .box-name {
  margin-left: 15px;
  line-height: 1;
  display: block;
  margin-top: 0.2em;
}
.graphs-wrapper-inner .note-wrapper {
  width: 100%;
  text-align: center;
}
.graphs-wrapper-inner .note-wrapper .note-text {
  color: #C9B248;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.download-graph-wrapper {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 14px;
  background: rgb(198, 198, 200);
  background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#f1f1f1));
  background: linear-gradient(180deg, #a9a9a9 0%, #f1f1f1 100%);
}
.download-graph-wrapper .field--name-body {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .download-graph-wrapper .field--name-body {
    font-size: 20px;
  }
}
.download-graph-wrapper .field--name-field-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-graph-wrapper .field--name-field-document a {
  color: var(--c-white);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2307692308;
  border-radius: 24px;
  letter-spacing: -0.07px;
  padding: 10px 18px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--c-body);
}
@media screen and (min-width: 768px) {
  .download-graph-wrapper .field--name-field-document a {
    font-size: 14px;
  }
}
.download-graph-wrapper .field--name-field-document a:hover {
  background-color: var(--c-secondary);
  color: var(--c-white);
}