:root {
  --fontSize-px: 1px;
  --site-padding: 30px;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 i,
h2 i,
h3 i,
h4 i {
  font-family: "Inria Serif", serif;
  font-weight: 300;
  font-size: 52px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  z-index: 1060;
}
.nav-link.text-white {
  color: var(--main-color-4, #fff);
  /* Common/H6 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 166.667% */
  letter-spacing: -0.3px;
}
.header-spacer {
  height: 100px;
}
body header {
  transition: background-color 0.5s;
}
body.scrolling header {
  background-color: #ff4f00;
  transition: background-color 1s;
}
.modal [class="close"],
.modal .modal-header {
  opacity: 0;
  pointer-events: none;
}

.preventDefault {
  height: 30px;
  width: 30px;
  background-color: unset;
  position: absolute;
  z-index: 9;
  display: none;
  cursor: pointer;
}
.modal-open .preventDefault {
  display: block;
}
#title{
  position: absolute;
  z-index: 3;
  top: 27%;
}
#rectange{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105deg, rgba(27, 4, 63, 0.45) 13.7%, rgba(27, 4, 63, 0.30) 93.7%);
  background-blend-mode: multiply;
  backdrop-filter: blur(1.5px);
}
#maskGroup{
  z-index:2;
  width: 43.3vw;
  height: 43.45vw;
  background: url('../images/cannes2024/Mask group.png');
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: lighten;
  position: absolute;
  right: 0;
  top: 6.2vw;
  background-blend-mode: hard-light;
}
#hero {
  position: relative;
  background-image: url(../images/cannes2024/cannesBg_min.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-width: 100vw;
  max-height: 100%;
  padding-left: var(--site-padding, 30px);
  padding-right: var(--site-padding, 30px);
  max-width: 100vw;
  overflow-x: hidden;
}
.cologne p{
  color: var(--main-color-1, #1B043F);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.023%;
}
.heroBrandContainer {
  padding-top: 45px;
  padding-bottom: 45px;
}
#main > .row > * {
  padding-left: var(--site-padding, 30px);
  padding-right: var(--site-padding, 30px);
  overflow: hidden;
}
#main > .row {
}
body .row {
  margin-left: 0px;
  margin-right: 0px;
}

#dmexco {
  font-weight: 700;
  font-size: calc(64 * var(--fontSize-px, 1px));
  margin-left: -0.06em;
  margin-top: 34px;
}
.nav-item {
  cursor: pointer;
}
#dmxcoLogo {
  width: 100%;
  max-width: 118px;
  height: auto;
  margin-top: 22px;
}

.logo {
  width: 100%;
  max-width: 173px;
  height: auto;
}

.heroTitle {
  font-weight: 300;
  --fontSize-px: 0.05vw;
  font-size: calc(128 * var(--fontSize-px, 1px));
  line-height: 1.1em;

}
div.heroTitle {
  max-width: 15.1vw;
  min-width: 15.1vw;
  text-align: left;
  margin-right: 12px;
}
.heroTitle .arrowHero {
  padding-top: 0.2em;
  width: 15.1vw;
}
#bookMobile{
  z-index: 3;
  position: absolute;
  bottom: 0;
}
#imageBG{
  width: 100%;
  visibility: hidden;
}
#title h4{
  margin-top: 1vw;
  color: var(--main-color-4, #FFF);
  font-family: Inter;
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4vw; /* 105.469% */
  letter-spacing: -1.28px;
}
#title h3{
  padding-top: 0.4em;
  color: var(--main-color-4, #FFF);
  font-family: Inter;
  font-size: 7vw;
  font-style: normal;
  font-weight: 300;
  line-height: 7vw; /* 57.813% */
  letter-spacing: -2.56px;
}

.borderBottom {
  border-bottom: 1px solid white;
  padding-top: 22px;
  padding-bottom: 22px;
}
.meetingSection .borderBottom.last {
  margin-bottom: 20px;
}
.cologne {
  padding-right: 48px !important;
  font-size: calc(22 * var(--font-size-px, 1px));
  margin-bottom: 60px;
}
.cologneTitle.borderBottom {
  padding-top: 0;
  padding-bottom: 0;
}
.heroBrands {
  width: 100%;
  max-width: 100%;
  width: 43vw;
  height: auto;
  margin-left: -5px;
}
.cologneTitle {
  color: #ff4f00;
  font-weight: 300;
  font-size: calc(48 * var(--fontSize-px, 1px));
  margin-top: 84px;
}
.cologneTitle {
  color: var(--main-color-5, #FF4F00);
  font-family: "Inria Serif";
  font-size: 52px;
  font-style: italic;
  font-weight: 300;
  line-height: 60px; /* 66.667% */
  letter-spacing: -1.08px;
}
.cologneTitle span{
  color: var(--main-color-5, #FF4F00);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -0.96px;
}
h3.cologneTitle{
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
}

.meetingSection {
  background-color: #ff4f00;
}

.meetingSection h5 {
  font-size: calc(32 * var(--fontSize-px, 1px));
  font-family: Inter;
  font-size: calc(32 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  margin-bottom: 0.35rem;
}
.meetingSection h5 ~ p {
  font-size: calc(22 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}
.w-m-100 {
  width: 100%;
  max-width: 100%;
}
#meetTheTeam {
  background-image: url("../images/background_team.png");
  background-position: center;
  background-color: #1b043f;
  background-size: cover;
  padding-top: 80px;
  padding-left: calc(var(--site-padding, 30px) - 14px);
  padding-right: calc(var(--site-padding, 30px) - 14px);
  padding-bottom: 40px;
}
#meetTheTeam h3 {
  font-family: Inter;
  font-size: calc(48 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 66.667% */
  letter-spacing: -0.96px;
  margin-bottom: 80px;
}
#meetTheTeam h3 i {
  color: var(--main-color-4, #fff);
  font-family: Inria Serif;
  font-size: calc(52 * var(--fontSize-px, 1px));
  font-style: italic;
  letter-spacing: -1.04px;
}

.teamPerson img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

footer {
  background-color: #ff4f00;
  background-image: url("../images/footer.png");
  background-position: center;
  background-size: cover;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.btn.rounded-custom {
  border-radius: 50px;
  background-color: white;
  border-color: white;
  color: #ff4f00 !important;
  --bs-btn-active-bg: #ddd;
  --bs-btn-active-border-color: #ddd;
}
.navbar-nav {
  gap: 30px;
}
.navbar-nav a {
  font-size: calc(15 * var(--fontSize-px, 1px));
}
.teamPerson,
.teamPerson .personImage {
  margin-bottom: 42px;
  text-align: center!important;
}
.teamPerson .name {
  font-family: Inter;
  font-size: calc(32 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
}
.teamPerson .jobPosition {
  font-family: Inter;
  font-size: calc(22 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 400;
  min-height: 51px;
}
.teamPerson .jobPosition i {
  font-family: Inter;
  font-size: calc(22 * var(--fontSize-px, 1px));
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

footer .mailAdress {
  color: var(--main-color-4, #fff);
  font-family: Inter;
  font-size: calc(24 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.navbar-nav .btnMeeting {
  display: flex;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.meetingSection .btnMeeting {
  display: flex;
  height: 60px;
  padding: 12px 35px;
  align-items: center;
  gap: 8px;
  color: var(--main-color-5, #ff4f00);
  font-family: Inter;
  font-size: calc(22 * var(--fontSize-px, 1px));
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 154.545% */
  line-height: 20px;
  letter-spacing: -0.44px;
  width: 260px;
  max-width: 100%;
}

#hero .borderBottom p {
  font-size: calc(32 * var(--font-size-px, 1px));
  /* margin-bottom: 40px; */
}

.modal-backdrop.show {
  opacity: 0;
}
.modal {
  left: 100vw;
  top: 0;
  background-color: #ff4f00;
  transition: all 0.75s ease-in-out, height 0.5s 0.5s ease-in-out;
  --bs-modal-bg: #ff4f00;
  color: white;
}
#modalMeeting {
  display: block !important;
}
.modal.show {
  left: 0; /* Show the menu */
  top: 0;
  transition: all 0.75s ease-in-out, height 0.5s ease-in-out;
}
.modal .modal-header {
  border: none;
  padding: 30px;
  position: sticky;
  top: 0;
  background-color: #ff4f00;
  z-index: 1;
}
.modal .close {
  border: none;
  padding: 0;
  background: none;
}
.modal .navbar-toggler {
  border: none !important;
  box-shadow: unset !important;
}
.modal .form-control,
.modal .form-select {
  color: white;
  background-color: unset;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
}
.form-select option {
  background-color: #ff4f00;
}
.modal-body {
  overflow: hidden;
}
.form-control::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder {
  color: white;
}
.form-control::-ms-input-placeholder {
  color: white;
}
.form-text {
  color: white;
}
.modal .btn-close {
  --bs-btn-close-color: white;
}

.form-check {
  padding-left: 0;
  padding-right: 0;
}

.form-control:focus {
  color: white;
  background-color: unset;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.modal-body {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
.dmxcoLogoModal {
  width: auto;
  height: 65px;
}
.modal form {
  margin-top: 49px;
  padding: 0px;
}
.modal-fullscreen .modal-content {
  min-height: 100%;
  height: auto;
}
.modal .auth {
  margin-top: 40px;
}

.form-control:focus,
.was-validated .form-control:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: white;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: white;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: unset;
  color: white !important;
}
.invalid-feedback {
  color: white;
  position: absolute;
  font-size: 13px;
}
.form-select:focus {
  border-color: white;
  outline: 0;
  box-shadow: unset;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: white;
  box-shadow: unset;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}
.form-select.is-valid,
.was-validated .form-select:valid,
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: white;
}
form .field {
  margin-bottom: 24px;
}
form .field input,
form .field select {
  padding: 12px;
}

form .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.modal-footer {
  border: none;
}
.modal-footer .rounded-custom {
  padding-left: 28px;
  padding-right: 28px;
  gap: 8px;
  align-items: center;
  font-size: 18px;
}

form .form-result {
  padding: 12px;
}

form .form-result h1 {
  color: var(--main-color-4, #fff);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px; /* 144.444% */
  letter-spacing: -0.72px;
  margin-bottom: 38px;
}
form .form-result p {
  color: var(--main-color-4, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.023%; /* 30.064px */
}

header .logo {
  max-width: 172.37px;
  z-index: 1;
}
header .navbar-toggler {
  z-index: 1;
  padding: 0;
  border: none !important;
  box-shadow: unset !important;
}
header .svgClose {
  position: absolute;
  top: 0;
  left: 0;
}
.burger .burger-line {
  width: 30px;
  height: 2px;
  background-color: white;
  transition: transform 1s, opacity 0.5s;
}
.navbar-toggler:not(.collapsed) header,
.modal-open header {
  background-color: #ff4f00;
  transition: background-color 0.2s 0.77s;
}
.modal-open .navbar-toggler {
  display: block;
}
.modal-open .navbar-collapse:not(.show) .navbar-nav {
  display: none;
}

.navbar-toggler:not(.collapsed) .burger :first-child.burger-line,
.modal-open .burger :first-child.burger-line {
  transform: translate(0, 10px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .burger :first-child.burger-line + .burger-line,
.modal-open .burger :first-child.burger-line + .burger-line {
  transform: scale(0);
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .burger :last-child.burger-line,
.modal-open .burger :last-child.burger-line {
  transform: translate(0, -10px) rotate(-45deg);
}

@media (max-width: 1680px) {
  body {
    --fontSize-px: 0.8px;
    --site-padding: 30px;
  }
  header {
    --fontSize-px: 1px;
  }
  .heroBrandContainer {
    margin-bottom: 70px;
  }
  #hero .borderBottom p {
    --fontSize-px: 0.05vw;
    font-size: calc(60 * var(--fontSize-px, 1px));
  }
}
@media (max-width: 1200px) {
  .teamPerson .name {
    font-size: calc(22 * var(--fontSize-px, 1px));
    min-height: unset;
    margin-bottom: 0.8rem;
  }
  .teamPerson .jobPosition i {
    font-family: Inter;
    font-size: calc(18 * var(--fontSize-px, 1px));
    min-height: unset;
  }
  #meetTheTeam {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .teamPerson,
  .teamPerson .personImage {
    margin-bottom: 21px;
  }
  header .btnMeeting {
    display: none !important;
  }
  .navbar-nav {
    gap: 0;
  }
  .menuFooter {
    position: absolute;
    bottom: var(--site-padding);
    width: auto;
    display: block !important;
  }
  .menuFooter .mobile-footer {
    height: 111px;
    width: calc(100% - (var(--site-padding) * 2));
    bottom: 0;
    position: fixed;
    color: white;
    border-top: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--exte-color);
  }
  .navbar-collapse .nav-item a {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    font-family: Inter;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -0.64px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    width: 100vw;
    padding: 100px var(--site-padding);
    background-color: #ff4f00;

    box-shadow: unset;
    transition: all 0.5s ease-in-out, height 0.5s 0.5s ease-in-out;
  }
  .navbar-collapse.show {
    right: 0; /* Show the menu */
    transition: all 0.5s ease-in-out, height 0.5s ease-in-out;
  }

  .w-m-100 {
    width: 100%;
  }
  .meetingSection .btnMeeting {
    display: flex;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 4px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.36px;
    width: 100%;
    justify-content: space-between;
  }
  .meetingSection .borderBottom > div:first-child {
    padding-bottom: 20px;
  }
  .meetingSection .borderBottom .text-white.px-0.row {
    padding-left: 35px !important;
  }
  .meetingSection h5 {
    font-size: calc(24 * var(--fontSize-px, 1px));
    width: auto;
    padding-left: 2px;
  }
  .meetingSection h5 ~ p {
    font-size: calc(18 * var(--fontSize-px, 1px));
    align-self: center;
    padding-left: 2px !important;
    width: auto;
  }

  #hero .borderBottom p {
    --fontSize-px: 0.05vw;
    font-size: calc(56 * var(--fontSize-px, 1px));
  }
  #authorize {
    width: 80px !important;
  }
}

@media (min-width: 768px) {
  .offset-md-1-5 {
    margin-left: 12%;
  }
}
@media (max-width: 768px) {
  #hero{
    width: 100vw;
    padding-right: 0;
    overflow-x: hidden;
  }
  .meetingSection > div > div:last-child{
    margin-bottom: 40px!important;
  }
  .meetingSection .cologneTitle{
    margin-bottom: 0;
  }
  h3.cologneTitle span{
    font-size: 30px;
  }
  h3.cologneTitle{
    margin-bottom: 20px;
    line-height: 15px;
  }
  .cologneTitle i{
    line-height: 18px;
  }
  body {
    --fontSize-px: 1px;
    --site-padding: 15px;
  }
  header .logo {
    max-width: 97.8px;
    z-index: 1;
    padding-top: 1px;
  }

  .borderBottom.noMob {
    opacity: 0;
  }
  .invalid-feedback {
    color: white;
    position: inherit;
  }

  .menuHamburgesa {
    padding: 0px;
  }
  #dmexco {
    font-size: calc(22 * var(--fontSize-px, 1px));
    letter-spacing: -0.44px;
    margin-top: 52px;
  }
  #dmxcoLogo {
    max-width: 57px;
    margin-top: 34px;
  }
  .heroTitle {
    font-weight: 300;
    --fontSize-px: 0.25vw;
    font-size: calc(34 * var(--fontSize-px, 1px));
  }
  .heroBrands {
    margin-left: 0px;
  }
  #hero .borderBottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: start !important;
  }
  #hero .borderBottom p {
    font-size: calc(15 * var(--font-size-px, 1px));
    line-height: 26px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .heroBrands {
    text-align: start;
    max-height: 14px;
    width: auto;
  }
  .jcc-m-0 {
    justify-content: initial !important;
  }
  .px-m-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .heroBrandContainer {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 22px;
  }
  header.align-items-center {
    padding-top: 15px;
    height: 52px;
    align-items: start !important;
  }
  .header-spacer {
    height: 52px;
  }

  #hero .btnMeeting {
    display: flex;
    height: 46px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 188.889% */
    letter-spacing: -0.36px;
  }
  .cologne {
    padding-right: var(--site-padding, 30px) !important;
    font-size: calc(22 * var(--font-size-px, 1px));
    margin-bottom: 24px;
  }
  .cologne p {
    color: var(--main-color-1, #1b043f);
    font-family: Inter;
    font-size: 18px;
    line-height: 167.023%;
  }
  .cologneTitle {
    font-size: calc(28 * var(--fontSize-px, 1px)) !important;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .cologneTitle i {
    font-size: calc(32 * var(--fontSize-px, 1px)) !important;
  }
  .meetingSection {
    padding-left: var(--site-padding, 30px) !important;
    padding-right: var(--site-padding, 30px) !important;
  }
  .meetingSection .cologneTitle {
    height: auto !important;
    padding-bottom: 40px !important;
  }

  .meetingSection .borderBottom.last {

    margin-bottom: 0;
  }
  .meetingSection .borderBottom {
    padding-bottom: 10px;
  }
  .meetingSection .btnMeeting {
    margin-bottom: calc(10px + 0.35rem);
  }

  .meetingSection .borderBottom .text-white.px-0.row {
    padding-left: 35px !important;
  }
  .meetingSection h5 {
    font-size: calc(22 * var(--fontSize-px, 1px));
    padding: 0px !important;
    /* text-align: right; */
    padding-right: 2px !important;
  }
  .meetingSection h5 ~ p {
    font-size: calc(15 * var(--fontSize-px, 1px));
    align-self: center;
    padding-left: 2px !important;
  }

  #meetTheTeam {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  #meetTheTeam h3 {
    font-size: calc(28 * var(--fontSize-px, 1px));
    margin-bottom: 32px;
  }
  #meetTheTeam h3 i {
    font-size: calc(32 * var(--fontSize-px, 1px));
  }
  .teamPerson {
    --fontSize-px: 0.7px;
  }
  .teamPerson.empty {
    display: none;
  }
  .teamPerson .jobPosition,
  .teamPerson .name {
    line-height: 135%;
  }
  .teamPerson .name {
    justify-content: center!important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .teamPerson .personImage {
    margin-bottom: 22px;
  }
  footer {
    font-size: calc(15 * var(--fontSize-px, 1px));
    background-position: 95% 0;
  }
  footer .mailAdress {
    font-size: calc(15 * var(--fontSize-px, 1px));
  }
  .logoFoooter {
    height: 32px;
  }
  footer .footerContact {
    padding-top: 20px !important;
    gap: 20px !important;
  }

  .modal-header {
    height: 50px;
  }
  .modal form {
    margin-top: 25px;
  }
  .modal-body {
    margin-top: 10px;
  }
  .dmxcoLogoModal {
    height: 39px;
  }
  footer .text-m-c {
    justify-content: center !important;
  }
  footer .text-m-c > div {
    width: 100% !important;
    text-align: center;
  }
}

@media (max-width: 576px) {
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: unset;
  border-bottom: 1px solid white !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #ff4f00 inset;
  transition: background-color 5000s ease-in-out 0s;
}
