/*primary colors*/
/*primary*/
/*success*/
/*dark*/
/*secondary colors*/
/*white*/
/*blue*/
/*danger*/
/*danger*/
/*info*/
/*info*/
/*warning*/
/*warning*/
/*brown*/
footer.footer-main {
  display: flex;
  flex-direction: column;
}
footer.footer-main .contactForm {
  padding-bottom: 30px;
  padding-top: 30px;
  order: 1;
}
footer.footer-main .contactForm fieldset {
  display: block;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  margin-inline: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #00bf7d;
  -o-border-image: initial;
  border-image: initial;
  padding: 8px 95px 0px 95px;
  border-radius: 10px;
}
footer.footer-main .contactForm fieldset legend {
  float: inherit;
  width: auto;
  font-size: 22px;
  font-family: "Lato-ExtraBold";
  text-align: center;
  color: #00bf7d;
  padding: 0rem 1rem;
}
footer.footer-main .contactForm p {
  font-size: 16px;
  color: #00bf7d;
  text-align: center;
}
footer.footer-main .contactForm .form-label {
  font-size: 12px;
  color: #00bf7d;
}
footer.footer-main .contactForm .form-control {
  color: #00bf7d;
  border-color: #00bf7d;
  background-color: transparent;
}
footer.footer-main .contactForm .form-control:focus {
  color: #fff;
  background-color: #00bf7d;
  border-color: #00bf7d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 125, 0.5);
}
footer.footer-main .contactForm .form-check {
  display: flex;
  justify-content: center;
  color: #00bf7d;
  font-size: 12px;
}
footer.footer-main .contactForm .form-check .form-check-input {
  margin-right: 8px;
  background-color: transparent;
  border-color: #00bf7d;
}
footer.footer-main .contactForm .form-check .form-check-input:focus {
  border-color: #00bf7d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 125, 0.5);
}
footer.footer-main .contactForm .form-check .form-check-input[type="checkbox"] {
  border-radius: 0;
}
footer.footer-main .contactForm .form-check .form-check-label {
  font-size: inherit;
}
footer.footer-main .contactForm .btn-bg {
  display: flex;
  justify-content: center;
}
footer.footer-main .contactForm .btn-bg .btn {
  width: 160px;
  font-size: inherit;
  font-size: 12px;
  color: #000;
}
footer.footer-main .followUs {
  padding-bottom: 30px;
  padding-top: 30px;
  order: 2;
}
footer.footer-main .followUs h4 {
  font-family: Lato-ExtraBold;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
footer.footer-main .followUs .social-media-wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
footer.footer-main .followUs .social-media-wrapper .social-media-main {
  width: 100%;
  overflow: hidden;
}
footer.footer-main .followUs .social-media-wrapper .social-media-main .social-media-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer-main .followUs .social-media-wrapper .social-media-main .social-media-bg .social-item {
  flex-shrink: 0;
  width: 100px;
  height: 125px;
  background-color: transparent;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  margin-right: 4px;
  margin-left: 4px;
}
@media (min-width: 1400px) {
  footer.footer-main .followUs .social-media-wrapper .social-media-main .social-media-bg .social-item {
    width: 160px;
    height: 200px;
  }
}
footer.footer-main .followUs .social-media-wrapper .social-media-main .social-media-bg .social-item .social-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.footer-main .followUs .social-media-swiping .owl-stage-outer {
  overflow: hidden;
}
footer.footer-main .followUs .social-media-swiping .owl-stage-outer .owl-stage .owl-item {
  width: 120px !important;
  height: 150px;
}
footer.footer-main .followUs .social-media-swiping .owl-stage-outer .owl-stage .owl-item .item img {
  width: 120px;
  height: auto;
}
footer.footer-main .followUs .social-media-swiping .owl-nav,
footer.footer-main .followUs .social-media-swiping .owl-dots {
  display: none;
}
footer.footer-main .moreInformation {
  padding-bottom: 16px;
  padding-top: 30px;
  order: 3;
}
footer.footer-main .moreInformation h5 {
  font-size: 16px;
  color: #00bf7d;
  font-family: Lato-Bold;
  text-align: center;
}
footer.footer-main .moreInformation ul.more-info-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  justify-content: center;
}
footer.footer-main .moreInformation ul.more-info-nav li.nav-item {
  display: flex;
  align-items: center;
}
footer.footer-main .moreInformation ul.more-info-nav li.nav-item::after {
  /*font-family: 'Font Awesome 6 Pro';*/
  font-family: Lato-Light;
  content: "|";
  color: #00bf7d;
}
footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link {
  color: #00bf7d;
  font-family: Lato-Light;
  font-size: 16px;
}
footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link:hover,
footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link:focus {
  color: #00bf7d;
  text-decoration: underline;
}
footer.footer-main .moreInformation ul.more-info-nav li.nav-item:nth-last-child(1)::after {
  content: "";
}
footer.footer-main .copyrightContent {
  padding-bottom: 60px;
  padding-top: 16px;
  order: 4;
}
footer.footer-main .copyrightContent .bottom-logo-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0rem;
}
footer.footer-main .copyrightContent .bottom-logo-main p {
  color: #fff;
  font-family: Lato-Light;
  font-size: 16px;
}
footer.footer-main .copyrightContent .bottom-logo-main .bottom-logo {
  width: 179px;
  height: auto;
  margin-bottom: 32px;
}

#accordionReferences {
  padding: 0rem 5rem;
}

.referenceFt {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*mobile view*/
@media (max-width: 991.98px) {
  footer.footer-main {
    /*more information*/
    /*copyright content*/
  }
  footer.footer-main .contactForm {
    order: 2;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  footer.footer-main .contactForm fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  footer.footer-main .contactForm fieldset legend {
    float: left;
    padding: 0;
  }
  footer.footer-main .contactForm p {
    font-size: 12px;
    text-align: left;
  }
  footer.footer-main .contactForm .form-label {
    font-size: 12px;
  }
  footer.footer-main .contactForm .form-control {
    font-size: 12px;
  }
  footer.footer-main .contactForm .form-check {
    font-size: 12px;
  }
  footer.footer-main .contactForm .form-check .form-check-label {
    font-size: 12px;
  }
  footer.footer-main .contactForm .btn-bg .btn {
    font-size: 12px;
    color: #000;
  }
  footer.footer-main .followUs {
    padding-bottom: 16px;
    padding-top: 16px;
    order: 1;
  }
  footer.footer-main .followUs h4 {
    font-size: 22px;
  }
  footer.footer-main .followUs .social-media-bg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
  }
  footer.footer-main .followUs .social-media-bg .social-item {
    width: 120px !important;
    height: 150px !important;
    overflow: hidden;
    margin-bottom: 10px;
  }
  footer.footer-main .moreInformation {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  footer.footer-main .moreInformation h5 {
    font-size: 11px;
    color: #fff;
    font-family: Lato-Bold;
  }
  footer.footer-main .moreInformation ul.more-info-nav {
    flex-direction: column;
    align-items: center;
  }
  footer.footer-main .moreInformation ul.more-info-nav li.nav-item::after {
    content: "";
  }
  footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 0px 2px;
    font-size: 11px;
  }
  footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link:hover,
  footer.footer-main .moreInformation ul.more-info-nav li.nav-item a.nav-link:focus {
    color: #fff;
    text-decoration: underline;
  }
  footer.footer-main .copyrightContent {
    padding-bottom: 32px;
    padding-top: 16px;
  }
  footer.footer-main .copyrightContent .bottom-logo-main .bottom-logo {
    margin-bottom: 20px;
  }
  footer.footer-main .copyrightContent .bottom-logo-main p {
    color: #fff;
    font-size: 11px;
  }
  #accordionReferences {
    padding: 0;
  }
  .referenceFt {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox {
  align-items: center;
  margin: 0rem;
}
@media (max-width: 991.98px) {
  .contactForm
    .webform-submission-form
    fieldset.js-webform-type-fieldset
    [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox {
    flex-direction: column;
  }
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  .webform-flex--1 {
  margin-bottom: 0rem;
}
@media (max-width: 991.98px) {
  .contactForm
    .webform-submission-form
    fieldset.js-webform-type-fieldset
    [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
    .webform-flex--1 {
    margin-bottom: 1rem;
  }
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element {
  font-size: 12px;
  color: #00bf7d;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .contactForm
    .webform-submission-form
    fieldset.js-webform-type-fieldset
    [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
    [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
    .captcha-type-challenge--image
    .captcha__element {
    gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .contactForm
    .webform-submission-form
    fieldset.js-webform-type-fieldset
    [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
    [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
    .captcha-type-challenge--image
    .captcha__element {
    justify-content: center;
  }
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-grow: 1;
  flex: inherit;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper
  img {
  border: 1px solid #00bf7d;
  padding: 0rem;
  border-radius: 4px;
  margin-bottom: 0;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper
  .reload-captcha-wrapper
  a {
  width: 30px;
  height: 30px;
  text-decoration: none;
  background: none;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper
  .reload-captcha-wrapper
  a.reload-captcha::after {
  font-family: "Font Awesome 6 pro";
  font-size: 30px;
  font-weight: 300;
  content: "\f021";
  /*font-weight: 900;
  content: "\f2f9";*/
  color: #00bf7d;
  line-height: normal;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .form-item {
  display: flex;
  flex-direction: column;
  flex: inherit;
  flex-grow: 2 !important;
  margin-bottom: 1rem;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .form-item
  .form-text {
  color: #00bf7d;
  border: 1px solid #00bf7d;
  background-color: transparent;
  border-radius: 4px;
  font-size: 12px;
  padding: 7.7px 12px;
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .form-item
  .form-text:focus {
  color: #fff;
  background-color: #00bf7d;
  border-color: #00bf7d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 125, 0.5);
}
.contactForm
  .webform-submission-form
  fieldset.js-webform-type-fieldset
  [data-drupal-selector="edit-flexbox-01"].js-webform-flexbox.webform-flexbox
  [data-drupal-selector="edit-flexbox-04"].js-webform-flexbox
  .captcha-type-challenge--image
  .captcha__element
  .form-item
  .description {
  display: none;
}

.onFormSubmittedFeedback {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 55px !important;
  background: transparent !important;
}
@media (max-width: 991.98px) {
  .onFormSubmittedFeedback {
    margin-bottom: 0px !important;
  }
}
.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
  color: #00bf7d !important;
  font-size: 14px;
  font-family: Lato-ExtraBold !important;
  text-align: center;
  padding-bottom: 0px !important;
}
.onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainer {
  padding: 0px !important;
}

@media (max-width: 991.98px) {
  .marketingForm div[data-editorblocktype="SubmitButton"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .emptyContainer:nth-last-child(1) table {
    display: none !important;
  }
}
.cmr-section {
  padding-top: 1px;
  padding-bottom: 30px;
}
.cmr-section .cmr-block {
  padding: 0px;
  margin: 0 5rem;
  color: #818181;
  font-family: "Lato-Regular";
  font-size: 12px;
}
#block-cryo-cmrfindaspecialist .cmr-section .cmr-block {
  margin: 0;
}

@media (max-width: 991.98px) {
  .cmr-section {
    padding-bottom: 16px;
  }
  .cmr-section .cmr-block {
    margin: 0 0rem;
  }
}
/*Continue Your Journey*/
.f-size-map {
  font-size: 18px;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .f-size-map {
    font-size: 16px;
  }
}