@charset "UTF-8";
/**
*********************
* Base global styles.
********************
**/
/**
*********************
* External Fonts
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Red */
/* Gold */
/* Green */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* Third party brand colors */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/** container widths */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Image
********************
**/
img {
  max-width: 100%;
  height: auto;
}

/**
*********************
* Theme typography to de
********************
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-block-end: 1rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 1.875rem;
  margin-block: 0;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  h2 {
    font-size: 3.125rem;
  }
}

p {
  margin: 0 auto 1.75rem auto;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

a {
  transition: color 200ms ease-in-out;
  text-decoration: underline;
  color: #0037FD;
  font-weight: 700;
  text-underline-offset: 0.2rem;
}
a:hover, a:focus {
  color: rgb(0, 49.4565217391, 227.5);
}

.caption-text {
  color: #545658;
  font-size: 0.625rem;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
}

.u-cke-highlighted {
  color: #0037FD;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

.dialog-off-canvas-main-canvas {
  position: relative;
}

body {
  margin: 0;
  word-break: break-word;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-width: 0.0625rem;
  outline-offset: 0.125rem;
}

.messages {
  padding-block: 0.75rem;
  padding-inline: 1rem;
  margin-block: 1rem;
  background-image: none !important;
}
.messages--status {
  background-color: #c0fbab;
}
.messages--warning {
  background-color: #fdca40;
}
.messages--error {
  background-color: #ff8269;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.layout-container {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.layout-container--fluid {
  max-width: unset;
}
@media only screen and (min-width: 48rem) {
  .layout-container {
    padding-inline: 3.125rem;
  }
}

.d-mobile-none {
  display: none;
}
@media only screen and (min-width: 62rem) {
  .d-mobile-none {
    display: block;
  }
}

.d-desktop-none {
  display: block;
}
@media only screen and (min-width: 62rem) {
  .d-desktop-none {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media only screen and (min-width: 36rem) {
  .container {
    max-width: remfn(540px);
  }
}
@media only screen and (min-width: 48rem) {
  .container {
    max-width: remfn(720px);
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    max-width: remfn(960px);
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    max-width: remfn(1140px);
  }
}
@media only screen and (min-width: 90rem) {
  .container {
    max-width: remfn(1320px);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.125rem;
  margin-block-end: 1.5rem;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0.0165rem solid #000;
  border-color: #000;
  background-color: #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding-inline: 4.5rem;
}
.button:hover, .button:focus {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}
.button--inverse:hover, .button--inverse:focus {
  color: #fff;
  background-color: #000;
}
.button.ui-widget {
  background-color: #FC6A3B;
}
.button.ui-widget:hover, .button.ui-widget:focus {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

#register {
  background-color: #fff !important;
}

.form-item {
  min-height: 3.3125rem;
}
.form-item.form-item--border-end {
  min-height: unset;
  margin-block-end: 1.25rem;
  padding-block-end: 1.25rem;
  border-block-end: 0.0165rem solid #000;
}

.form-label {
  display: block;
  margin-block-end: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.form-text,
.form-email,
.form-tel {
  width: 100%;
  height: 1.75rem;
  transition: 0.25s all ease-in-out;
  border: none;
  border-block-end: 0.0165rem solid #000;
  box-shadow: none;
  font-size: 1rem;
  padding-inline: 0.75rem;
}
.form-text:hover, .form-text:focus,
.form-email:hover,
.form-email:focus,
.form-tel:hover,
.form-tel:focus {
  border: 0.0165rem solid #000;
  border-color: #0037FD;
  outline: none;
}

.js-form-type-checkbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.875rem;
}
.js-form-type-checkbox > .form-input {
  flex: 0 0 1.5rem;
}

.form-radio,
.form-checkbox {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0.25rem;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 0;
  appearance: none;
}
.form-radio:checked,
.form-checkbox:checked {
  border-color: #FC6A3B;
  outline: none;
  background-color: #FC6A3B;
  background-image: url("../../../assets/media/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}

#edit-container-09 {
  background-color: rgba(252, 106, 58, 0.23);
  padding: 20px 38px 20px 38px;
}

#edit-if-you-d-like-to-attend-both-make-sure-to-select-both-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.375rem;
}

.js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme {
  border: 1px solid;
  border-radius: 0;
  padding: 12px 20px;
  height: 335px;
}
.js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme:checked {
  border-color: #FC6A3B;
  outline: none;
  background-color: #FC6A3B;
  background-image: url("../../../assets/media/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}

.js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme {
  border: 1px solid;
  border-radius: 0;
  padding: 12px 20px;
  height: 335px;
}
.js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme:checked {
  border-color: #FC6A3B;
  outline: none;
  background-color: #FC6A3B;
  background-image: url("../../../assets/media/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}

.insert-img-1 {
  width: 100%;
  height: 160px;
  background-image: url("../../../assets/media/day-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 15px;
}

.insert-img-2 {
  width: 100%;
  height: 160px;
  background-image: url("../../../assets/media/evening.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 15px;
}

.js-form-type-checkbox {
  display: block !important;
}

.form-label.option > .form-label__text {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-weight: bold;
  line-height: normal;
  margin-top: 10px;
}

.js-form-item-programme-for-accompanying-guests,
.form-item--border-end.js-form-item.form-item.js-form-type-checkbox.form-item__i-agree-that-my-contact-data-can-be-used-for-organisational-and.js-form-item-i-agree-that-my-contact-data-can-be-used-for-organisational-and {
  display: flex !important;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 1050px) {
  #edit-container-09 {
    padding: 20px 10px 20px 10px;
  }
  #edit-if-you-d-like-to-attend-both-make-sure-to-select-both-options {
    display: block !important;
  }
  .js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-evening-programme {
    border: 1px solid !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    height: auto !important;
  }
  .js-form-item.form-item.js-form-type-checkbox.form-item__if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme.js-form-item-if-you-d-like-to-attend-both-make-sure-to-select-both-options-day-programme {
    border: 1px solid !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    height: auto !important;
    margin-bottom: 15px !important;
  }
}
.program-selectbox {
  margin-block-end: 2.5rem;
}
.program-selectbox > .form-label {
  display: block;
  margin-block-end: 1.5rem;
}
.program-selectbox .form-item {
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
}
.program-selectbox .form-item .form-label {
  display: inline-block;
  min-height: 1.875rem;
  margin-inline-start: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.program-selectbox .form-item .form-item__description {
  margin-inline-start: 2.75rem;
}
@media only screen and (min-width: 48rem) {
  .program-selectbox .form-item {
    padding-inline: 2.375rem;
    padding-block: 1.75rem;
  }
}
.program-selectbox .form-radios {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  gap: 1.375rem;
}
.program-selectbox .form-radios > .form-item {
  flex: 0 0 100%;
}
.program-selectbox .form-radios > .form-item:first-child {
  flex: 0 0 calc(50% - 0.6875rem);
  flex-direction: column;
  align-items: flex-start;
  background-color: #B8FFFA;
}
.program-selectbox .form-radios > .form-item:nth-child(2) {
  flex: 0 0 calc(50% - 0.6875rem);
  flex-direction: column;
  align-items: flex-start;
  background-color: #DAB0FF;
}
.program-selectbox .form-radios > .form-item:last-child {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(252, 106, 58, 0.23);
}
@media screen and (max-width: 1050px) {
  .program-selectbox .form-radios {
    display: block !important;
    max-width: 100%;
  }
  .program-selectbox .form-radios > .form-item {
    margin: 5px 0;
  }
}

.js-form-item.form-item.js-form-type-checkbox.form-item__i-am-a-student-research-institute.js-form-item-i-am-a-student-research-institute {
  justify-content: center;
}

.webform-submission-form .error {
  color: #ff8269;
  font-size: 0.75rem;
}

.webform-button--submit {
  width: 100%;
  margin-block-start: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .webform-button--submit {
    width: auto;
  }
}

#edit-flexbox-05 {
  display: block;
  margin-top: 30px;
  margin-block-end: 1.25rem;
  gap: 1.375rem;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:first-child {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(2) {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(3) {
  text-align: center;
  margin: 15px 0;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(4) {
  border: 0.0165rem solid #000;
  border-color: #000;
  padding: 1.25rem;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(4) > .webform-flex--container #edit-container-box .form-label:first-child {
  margin: 10px 0;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(4) > .webform-flex--container #edit-container-box .form-label:nth-child(2) {
  margin: 15px 0;
}
#edit-flexbox-05 > .webform-flex.webform-flex--1:nth-child(4) > .webform-flex--container #edit-container-box .form-label:nth-child(3) {
  margin: 15px 0;
}

@supports (width: 100dvw) {
  #edit-container-01 {
    width: 100dvw;
    margin-inline: calc(50% - 50dvw) !important;
  }
}
#edit-container-01 {
  display: block;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}

#edit-container-01 {
  background: #000;
  max-width: none !important;
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #edit-container-01 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

#edit-container-05 {
  display: flex;
  justify-content: space-between;
  margin: 0 100px;
}

.form-label__text > strong {
  font-size: 18px;
}

.form-label__text > h1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold !important;
  margin-left: -26px !important;
}

#edit-container-04 {
  width: auto;
}
@media screen and (max-width: 1050px) {
  #edit-container-04 {
    width: 100%;
  }
}
#edit-container-04 .form-label {
  padding-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
}
#edit-container-04 .form-label span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
#edit-container-04 .form-label:first-child {
  margin-top: 50px;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
}
#edit-container-04 .form-label:nth-child(2) {
  margin-top: 20px;
}
#edit-container-04 .form-label:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}
#edit-container-04 .form-label:nth-child(3) {
  margin-top: 20px;
}
#edit-container-04 .form-label:nth-child(3)::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#edit-container-04 .form-label:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  #edit-container-04 .form-label:nth-child(4) {
    margin-bottom: 20px;
  }
}
#edit-container-04 .form-label:nth-child(4)::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#edit-container-03 {
  width: auto;
}
@media screen and (max-width: 1050px) {
  #edit-container-03 {
    width: 100%;
  }
}
#edit-container-03 .form-label {
  padding-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
}
#edit-container-03 .form-label span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
#edit-container-03 .form-label:first-child {
  margin-top: 50px;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
}
#edit-container-03 .form-label:nth-child(2) {
  margin-top: 20px;
}
#edit-container-03 .form-label:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}
#edit-container-03 .form-label:nth-child(3) {
  margin-top: 20px;
}
#edit-container-03 .form-label:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}
#edit-container-03 .form-label:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  #edit-container-03 .form-label:nth-child(4) {
    margin-bottom: 20px;
  }
}
#edit-container-03 .form-label:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}

#edit-container-02 {
  width: auto;
}
@media screen and (max-width: 1050px) {
  #edit-container-02 {
    width: 100%;
  }
}
#edit-container-02 .form-label {
  padding-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
}
#edit-container-02 .form-label span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
#edit-container-02 .form-label:first-child {
  margin-top: 50px;
  font-size: 24px !important;
  font-style: normal;
  line-height: 100%;
}
#edit-container-02 .form-label:nth-child(2) {
  margin-top: 20px;
}
#edit-container-02 .form-label:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}
#edit-container-02 .form-label:nth-child(3) {
  margin-top: 20px;
}
#edit-container-02 .form-label:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}
#edit-container-02 .form-label:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  #edit-container-02 .form-label:nth-child(4) {
    margin-bottom: 20px;
  }
}
#edit-container-02 .form-label:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  #edit-container-05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

.form-label-header.form-label {
  padding-top: 40px !important;
}

@media screen and (max-width: 1050px) {
  .form-label-header.form-label {
    margin-left: 0 !important;
  }
}
select.profile-selection {
  color: #000000;
  padding: 5px 0px;
  border: none;
  color: #000000;
  width: 100%;
  border-bottom: #000000 1px solid;
}

fieldset.profile-selection {
  color: #000000;
  padding: 5px 0px;
  border: none;
  color: #000000;
  width: 100%;
}

#registration-form-gscm.layout {
  background: #fff;
  padding-bottom: 200px !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
}

#conference-programme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
  color: black;
  margin-top: 28px;
  margin-bottom: 21px;
  background: #B8FFFA;
}

@supports (width: 100dvw) {
  #registration-form-gscm.layout {
    width: 100dvw;
    margin-inline: calc(50% - 50dvw) !important;
  }
}
#registration-form-gscm > .layout__region {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}

.webform-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-block-end: 1.25rem;
  gap: 1.375rem;
}
.webform-flexbox > .webform-flex {
  flex: 0 0 100%;
}
@media only screen and (min-width: 48rem) {
  .webform-flexbox > .webform-flex {
    flex: 0 0 calc(50% - 0.6875rem);
  }
}
.webform-flexbox .webform-flex--container {
  margin: 0;
}

#edit-flexbox-06 {
  display: none;
}

.layout-builder-configure-section label,
.layout-builder-configure-block label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.layout-builder-configure-section .form-item,
.layout-builder-configure-block .form-item {
  margin-block-end: 1.25rem;
}
.layout-builder-configure-section .form-item .form-item__description,
.layout-builder-configure-block .form-item .form-item__description {
  color: #545658;
  font-size: 0.75rem;
}
.layout-builder-configure-section input[type=text], .layout-builder-configure-section .form-textarea,
.layout-builder-configure-block input[type=text],
.layout-builder-configure-block .form-textarea {
  width: 100%;
  height: auto;
  padding: 0.75rem;
  border: 0.0165rem solid #000;
}
.layout-builder-configure-section .form-submit,
.layout-builder-configure-block .form-submit {
  margin-block: 1.25rem;
}

.media-library-widget {
  border: 0.0165rem solid #000;
  border-color: #545658;
}
.media-library-widget .fieldset-legend {
  font-size: 1rem;
  font-weight: 700;
}
.media-library-widget .description {
  color: #545658;
  font-size: 0.875rem;
}

.media-library-item__remove {
  min-height: unset;
}

.form-details {
  margin-block-end: 1rem;
  padding: 1rem;
  border: 0.0165rem solid #000;
  border-radius: 0.25rem;
}
.form-details:hover {
  cursor: pointer;
}
.form-details .form-details__title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.form-details .form-item {
  padding-block: 1rem;
  margin-block-end: 0;
}

.layout-builder-browser-block-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: 300px;
  vertical-align: middle;
}
.layout-builder-browser-block-item > .js-layout-builder-block-link {
  height: 100%;
}
.layout-builder-browser-block-item img {
  height: calc(100% - 2rem);
  object-fit: contain;
}

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