/* -- COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- COLOR -- */
/* -- BACKGROUND COLOR -- */
/* -- BUTTON -- */
/* -- RESET BUTTON -- */
/* -- HIDE SCROLLBAR -- */
.sbi-is-color-black {
  color: #131313;
}

.sbi-is-color-red {
  color: #612029;
}

.sbi-is-color-white {
  color: #FFFBF1;
}

.sbi-is-background-color-black {
  background-color: #131313;
}

.sbi-is-background-color-red {
  background-color: #612029;
}

.sbi-is-background-color-white {
  background-color: #FFFBF1;
}

.sbi-is-typo-h1 {
  font-size: 3.5789473684rem;
  line-height: 1.2;
}
@media screen and (max-width: 967px) {
  .sbi-is-typo-h1 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.sbi-is-typo-h2 {
  font-size: 2.5263157895rem;
  line-height: 1.2;
}
@media (max-width: 967px) {
  .sbi-is-typo-h2 {
    font-size: 1.7333333333rem;
    line-height: 1.3;
  }
}
@media (min-width: 967px) {
  .sbi-is-typo-h2 + * {
    margin-top: 60px;
  }
}
@media (max-width: 967px) {
  .sbi-is-typo-h2 + * {
    margin-top: 30px;
  }
}

.sbi-is-typo-h3 {
  font-size: 1.6842105263rem;
  line-height: 1.1;
}
@media (max-width: 967px) {
  .sbi-is-typo-h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.sbi-is-typo-h4 {
  font-size: 1.7894736842rem;
  line-height: 1.1;
}
@media (max-width: 967px) {
  .sbi-is-typo-h4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.sbi-is-typo-h5 {
  font-size: 1.1578947368rem;
  line-height: 1.1;
}
@media (max-width: 967px) {
  .sbi-is-typo-h5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.sbi-is-typo-small {
  font-size: 1.0526315789rem;
  line-height: 1.14;
}
@media (max-width: 967px) {
  .sbi-is-typo-small {
    font-size: 1.0666666667rem;
    line-height: 1.14;
  }
}

.sbi-is-typo-base {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (min-width: 3000px) {
  .sbi-is-typo-base {
    font-size: 30px;
  }
}
@media screen and (max-width: 967px) {
  .sbi-is-typo-base {
    font-size: 15px;
    line-height: 1.14;
  }
}

@media (min-width: 3000px) {
  .sbi-is-layout-wide {
    max-width: 2900px;
    margin: 0 auto;
  }
}
@media (min-width: 2200px) and (max-width: 3000px) {
  .sbi-is-layout-wide {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 967px) and (max-width: 2200px) {
  .sbi-is-layout-wide {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 967px) {
  .sbi-is-layout-wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 2200px) {
  .sbi-is-layout-content {
    max-width: 2100px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sbi-is-layout-content {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media (min-width: 967px) and (max-width: 1400px) {
  .sbi-is-layout-content {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 967px) {
  .sbi-is-layout-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 2200px) {
  .sbi-is-layout-content-ls {
    padding-left: calc(50vw - 1050px);
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sbi-is-layout-content-ls {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 967px) and (max-width: 1400px) {
  .sbi-is-layout-content-ls {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 967px) {
  .sbi-is-layout-content-ls {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 2200px) {
  .sbi-is-layout-content-rs {
    padding-right: calc(50vw - 1050px);
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sbi-is-layout-content-rs {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 967px) and (max-width: 1400px) {
  .sbi-is-layout-content-rs {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 967px) {
  .sbi-is-layout-content-rs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html,
input,
select,
textarea,
button {
  font-size: 19px;
  line-height: 1.6;
  font-family: "Mulish", Helvetica, sans-serif;
}
@media screen and (min-width: 3000px) {
  html,
  input,
  select,
  textarea,
  button {
    font-size: 30px;
  }
}
@media screen and (max-width: 967px) {
  html,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
    line-height: 1.3;
  }
}

body {
  background-color: #FFFBF1;
  margin: 0px;
}

body * {
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin: 0px;
}

p {
  line-height: 1.8;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

li {
  line-height: 1.6;
}

i,
em {
  font-style: normal;
}

@media (max-width: 967px) {
  .sbi-body::after {
    background-color: #612029;
    content: "";
    position: fixed;
    display: block;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: 99;
    opacity: 0.9;
    transition: 0.8s;
  }
}
@media (max-width: 967px) {
  .sbi-body > * {
    filter: blur(0px);
    transition: 0.8s;
  }
}

.sbi-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 967px) {
  .sbi-header-wrapper {
    filter: blur(0px) !important;
  }
}

.sbi-header__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 967px) {
  .sbi-header__inner {
    align-items: center;
  }
}
.sbi-header__logo {
  position: relative;
  top: -40px;
  left: -10px;
}
@media (max-width: 967px) {
  .sbi-header__logo {
    top: -8px;
  }
}
.sbi-header__logo img {
  height: 130px;
  width: auto;
}
@media (max-width: 967px) {
  .sbi-header__logo img {
    height: 80px;
  }
}
.sbi-header__navigation {
  padding-top: 20px;
}
@media (max-width: 967px) {
  .sbi-header__navigation {
    padding-top: 0px;
    display: none;
  }
}
.sbi-header__navigation ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 967px) {
  .sbi-header__navigation ul {
    display: block;
  }
}
.sbi-header__navigation li {
  display: block;
  margin-right: 60px;
}
@media (max-width: 967px) {
  .sbi-header__navigation li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 967px) {
  .sbi-header__navigation li:last-child {
    padding: 12px 26px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    margin-right: 0px;
  }
}
.sbi-header__navigation li a {
  color: #FFFBF1;
  font-size: 1.0526315789rem;
}
@media (max-width: 967px) {
  .sbi-header__navigation li a {
    color: #FFFBF1;
    font-size: 1.6842105263rem;
  }
}
.sbi-header__navigation-trigger {
  width: 38px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 967px) {
  .sbi-header__navigation-trigger {
    display: none;
  }
}
.sbi-header__navigation-trigger span {
  width: 100%;
  height: 2px;
  background-color: #FFFBF1;
  display: block;
  transition: all 0.6s;
}
.sbi-header__navigation-trigger span:nth-child(1) {
  position: absolute;
  top: 0;
  transform-origin: top left;
}
.sbi-header__navigation-trigger span:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 70%;
}
.sbi-header__navigation-trigger span:nth-child(3) {
  position: absolute;
  top: 100%;
  transform-origin: bottom left;
}
.sbi-header__navigation-trigger:hover span:nth-child(1) {
  width: 70%;
}
.sbi-header__navigation-trigger:hover span:nth-child(2) {
  width: 100%;
}
.sbi-header__navigation-trigger:hover span:nth-child(3) {
  width: 70%;
}

.sbi-header-top-bar__inner {
  display: flex;
  justify-content: flex-end;
}
.sbi-header-top-bar__languages {
  display: flex;
  margin: 36px 0px 20px 0px;
}
@media (max-width: 967px) {
  .sbi-header-top-bar__languages {
    margin: 14px 0px 0px 0px;
  }
}
.sbi-header-top-bar__languages li {
  display: flex;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #FFFBF1;
}
.sbi-header-top-bar__languages li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.sbi-header-top-bar__languages li a {
  font-size: 0.8421052632rem;
  line-height: 1.14;
  color: #FFFBF1;
  font-family: sans-serif;
}
@media (max-width: 967px) {
  .sbi-header-top-bar__languages li a {
    font-size: 0.9333333333rem;
    line-height: 1.14;
  }
}

@media (max-width: 967px) {
  .sbi-body--has-navigation-open {
    height: 100vh;
    overflow: hidden;
  }
}
@media (max-width: 967px) {
  .sbi-body--has-navigation-open .sbi-header__navigation {
    position: absolute;
    display: flex;
    left: 20px;
    top: 180px;
  }
}
.sbi-body--has-navigation-open .sbi-header__navigation-trigger span {
  width: 100% !important;
}
.sbi-body--has-navigation-open .sbi-header__navigation-trigger span:nth-child(1) {
  margin-top: -3.5px;
  transform: rotate(45deg);
}
.sbi-body--has-navigation-open .sbi-header__navigation-trigger span:nth-child(2) {
  opacity: 0;
  width: 0% !important;
}
.sbi-body--has-navigation-open .sbi-header__navigation-trigger span:nth-child(3) {
  margin-top: 1px;
  transform: rotate(-45deg);
}
@media (max-width: 967px) {
  .sbi-body--has-navigation-open > * {
    filter: blur(10px);
  }
}
@media (max-width: 967px) {
  .sbi-body--has-navigation-open::after {
    height: 100vh;
  }
}

.sbi-footer {
  position: relative;
  z-index: 1;
  background-color: rgb(248, 243, 234);
}
.sbi-footer__inner {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .sbi-footer__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sbi-footer__logo img {
  height: 108px;
  width: auto;
}
@media (max-width: 1400px) {
  .sbi-footer__logo img {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  .sbi-footer__section {
    flex: 2;
  }
}
@media (min-width: 967px) and (max-width: 1400px) {
  .sbi-footer__section {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 967px) {
  .sbi-footer__section {
    width: 100%;
    margin-bottom: 40px;
    order: 3;
  }
}
@media (min-width: 1400px) {
  .sbi-footer__section:last-child {
    flex: 1;
  }
}
@media (max-width: 967px) {
  .sbi-footer__section:last-child {
    width: fit-content;
    padding-right: 40px;
    order: 1;
  }
}
@media (max-width: 967px) {
  .sbi-footer__section:first-child {
    width: 50%;
    order: 1;
  }
}
.sbi-footer__socials {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 967px) {
  .sbi-footer__socials {
    margin-bottom: 10px;
  }
}
.sbi-footer__social {
  margin-right: 18px;
  display: flex;
}
.sbi-footer__social svg {
  height: 27px;
  width: auto;
}
.sbi-footer__social--is-linkedin svg {
  height: 32px;
}
.sbi-footer__legal a {
  display: block;
}
.sbi-footer * {
  font-size: 1.0526315789rem;
  line-height: 1.6;
}

.sbi-page-heading {
  padding-top: 400px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 967px) {
  .sbi-page-heading {
    padding-top: 240px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.error404 .sbi-page-heading {
  padding-top: 50vh;
  padding-bottom: 40vh;
  margin-bottom: 0px;
}
.error404 .sbi-page-heading * {
  text-align: center;
}

.sbi-page-content {
  margin-bottom: 80px;
}
@media (max-width: 967px) {
  .sbi-page-content {
    margin-bottom: 40px;
  }
}
.sbi-page-content h3 + * {
  margin-top: 20px;
}
.sbi-page-content * + h3 {
  margin-top: 40px;
}

@media (min-height: 620px) {
  .sbi-intro-cover {
    position: fixed;
    top: 0px;
    width: 100%;
  }
}
.sbi-intro-cover__media {
  position: absolute;
  z-index: -1;
  left: 0px;
  width: 100%;
  height: 70vh;
  min-height: 620px;
}
@media (max-width: 967px) {
  .sbi-intro-cover__media {
    height: 60vh;
    min-height: 480px;
  }
}
.sbi-intro-cover__media * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sbi-intro-cover__content {
  position: relative;
  height: 70vh;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 967px) {
  .sbi-intro-cover__content {
    height: 60vh;
    min-height: 480px;
  }
}
@media (prefers-contrast: more) {
  .sbi-intro-cover__content {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.sbi-intro-cover__content-inner {
  width: 100%;
}
.sbi-intro-cover__content h1 {
  margin-bottom: 120px;
}
@media (max-width: 967px) {
  .sbi-intro-cover__content h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 967px) {
  .sbi-intro-cover__content h1 br {
    display: none;
  }
}

.sbi-intro-cover-placeholder {
  height: 70vh;
  min-height: 620px;
}
@media (max-width: 967px) {
  .sbi-intro-cover-placeholder {
    height: 60vh;
    min-height: 480px;
  }
}
@media (max-height: 620px) {
  .sbi-intro-cover-placeholder {
    display: none;
  }
}

.sbi-not-intro {
  background-color: #FFFBF1;
  position: relative;
  z-index: 1;
}

@media (min-width: 967px) {
  .sbi-office {
    display: flex;
    padding-top: 120px;
  }
}
.sbi-office__content {
  flex: 2;
}
.sbi-office__content-section {
  display: flex;
  align-items: center;
  min-height: 39.6vw;
}
@media (max-width: 967px) {
  .sbi-office__content-section:last-child .sbi-office__content-section-inner {
    padding-bottom: 120px;
  }
}
.sbi-office__content-section-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 967px) {
  .sbi-office__content-section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sbi-office__content-section-inner > h2 {
  max-width: 600px;
}
@media (min-width: 967px) {
  .sbi-office__content-section-inner > * {
    padding-right: 120px;
  }
}
.sbi-office__media {
  flex: 1;
}
.sbi-office__media img {
  width: 80%;
  height: auto;
}
@media (min-width: 967px) and (max-width: 1400px) {
  .sbi-office__media img {
    width: 100%;
  }
}
@media (min-width: 967px) {
  .sbi-office__media img {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 967px) {
  .sbi-office__media img {
    position: relative;
    top: -60px;
    display: block;
    margin: 0 auto -60px auto;
  }
}

.sbi-competence {
  display: flex;
}
@media (max-width: 967px) {
  .sbi-competence {
    flex-direction: column-reverse;
  }
}
.sbi-competence__media {
  display: flex;
  flex: 1;
}
.sbi-competence__media > * {
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 967px) {
  .sbi-competence__media > * {
    position: relative;
    height: 30vh;
  }
}
.sbi-competence__content {
  display: flex;
  align-items: center;
  flex: 1.25;
}
@media (min-width: 967px) {
  .sbi-competence__content-inner {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 120px;
  }
}
@media (max-width: 967px) {
  .sbi-competence__content-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sbi-single-competence {
  margin-bottom: 60px;
}
@media (max-width: 967px) {
  .sbi-single-competence {
    margin-bottom: 40px;
  }
}
.sbi-single-competence:last-child {
  margin-bottom: 0px;
}
.sbi-single-competence h3 {
  margin-bottom: 20px;
}

.sbi-contact {
  display: flex;
}
@media (max-width: 967px) {
  .sbi-contact {
    flex-direction: column;
  }
}
.sbi-contact__content {
  flex: 2;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 967px) {
  .sbi-contact__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sbi-contact__content i,
.sbi-contact__content em {
  opacity: 0.6;
}
.sbi-contact__content .sbi-form {
  margin-top: 60px;
}
.sbi-contact__content .sbi-form label {
  color: #FFFBF1;
  display: block;
  margin-bottom: 10px;
}
.sbi-contact__content .sbi-form label a {
  text-decoration: underline;
}
.sbi-contact__content .sbi-form input[type=text],
.sbi-contact__content .sbi-form textarea {
  background-color: #FFFBF1;
  border: none;
  padding: 14px 20px;
  width: calc(100% - 40px);
  margin-bottom: 40px;
  border-radius: 0px;
}
.sbi-contact__content .sbi-form textarea {
  min-height: 300px;
  resize: vertical;
}
.sbi-contact__content .sbi-form button {
  padding: 12px 26px;
  background-color: #FFFBF1;
  color: #612029;
  border: none;
  cursor: pointer;
}
.sbi-contact__content .sbi-form--is-success button {
  display: none;
}
.sbi-contact__content .sbi-form__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.sbi-contact__content .sbi-form__checkbox-wrapper label {
  margin-bottom: 0px;
  margin-left: 10px;
}
.sbi-contact__content .sbi-form__security {
  display: none;
  margin-bottom: 40px;
}
.sbi-contact__content .sbi-form__security svg {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
.sbi-contact__content .sbi-form--has-captcha-visible .sbi-form__security {
  display: block;
}
.sbi-contact__content .sbi-form__message {
  color: #FFFBF1;
  margin-top: 10px;
}
.sbi-contact__content-inner {
  max-width: 600px;
  margin: 0 auto;
}
.sbi-contact__maps {
  position: sticky;
  top: 0px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/studio-bombardelli/assets/images/maps.jpg");
  background-position: center;
  background-size: 240%;
  transition: 0.8s;
  height: 100vh;
}
@media (max-width: 967px) {
  .sbi-contact__maps {
    height: 40vh;
    min-height: 400px;
  }
}
.sbi-contact__maps:hover {
  background-size: 280%;
}
.sbi-contact__maps svg {
  position: relative;
  top: -10px;
  height: 30px;
  width: auto;
  transition: 0.8s;
}
@media (max-width: 967px) {
  .sbi-contact__maps svg {
    height: 22px;
  }
}
.sbi-contact__maps:hover svg {
  height: 50px;
  top: -18px;
}

.sbi-is-animation {
  position: relative;
  top: 10px;
  opacity: 0;
  transition: 1s;
}
.sbi-is-animation.sbi-is-animation-visible {
  opacity: 1;
  top: 0px;
}

/*# sourceMappingURL=studio-bombardelli.css.map */
