:root {
  --bannerWidth: 728px;
  --bannerHeight: 90px;
  --primaryColor: #691d3f;
  --secondaryColor: #fbeece;
  --ctaHoverColor1: #b30b37;
  --ctaHoverColor2: #f9d674;
}

* { 
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  min-width: 0;
} 

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

#creative_container {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: solid 1px #000;
  box-sizing: border-box;
}

.fallback,
.fallbackImage,
.loadingScreen,
.overlay,
.overlayTextContainer,
.click_layer  {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bannerWidth);
  height: var(--bannerHeight);
}

.fallback {
  z-index: 99;
}

.fallbackImage {
  background-image: url('./fallback_728x90.jpg');
  overflow: hidden;
  background-size: cover;
}

.loadingScreen {
  background-color: #fff;
  z-index: 9;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90000;
  visibility: hidden;
  background-color: rgba(256,256,256,0.9);
}

.overlay .closeOverlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  padding: 9px;
  z-index: 10000;
}

.overlay .overlayTextContainer {
  width: 95%;
  height: 90%;
  left: 2%;
  top: 9%;
}

.overlay .overlayText {
  font-size: 11px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.click_layer {
  z-index: 70;
}

#content {
  position: absolute;
  width: 728px;
  height: 90px;
  background-color: var(--primaryColor);
  overflow: hidden;
}

.frame1_Logo_container, .frame5_Logo_container {
	position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
	top: 15px;
  left: 15px;
	width: 72px;
	height: 42px;
}

.frame5_Logo_container{
  opacity: 0;
}

.frame1_Logo, .frame5_Logo {
  align-self: center;
  width: 72px;
  height: inherit;
  background-repeat: no-repeat;
  opacity: 0;
}

.frame1_headlines_container, .frame5_headlines_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 1px;
  left: 116px;
  width: 340px;
  height: auto;
}

.frame5_headlines_container {
  width: 210px;
}

.frame1_event_name_container, .frame5_event_name_container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 340px;
  height: 35px;
}

.frame5_event_name_container{
  opacity: 0;
}

.frame5_event_name_container {
  width: 210px;
}

.frame1_event_name, .frame5_event_name {
  align-self: center;
  text-align: left;
  width: 340px;
  height: auto;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #FFF;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: .15px;
}

.frame5_event_name {
  width: 210px;
  color: var(--primaryColor);

}

.frame5_event_name {
  opacity: 0;
}

.frame1_headline_container, .frame5_headline_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  width: 340px;
}

.frame1_headline {
  align-self: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -.05px;
  color: #ffffff;
  width: auto;
  font-size: 24px;
  line-height: 1.1;
  height: auto;
  width: 340px;
}

.frame5_headline{
  color: var(--primaryColor);
}


.frame5_headline_container {
  opacity: 0;
}

.frame2_headline_container, .frame3_headline_container, .frame4_headline_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 19px;
  left: 15px;
  width: 250px;
  height: 52px;
  opacity: 0;
}

.frame2_headline_container{
  opacity: 1;
}


.frame2_headline, .frame3_headline, .frame4_headline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  max-height: 50px;
  width: 250px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin-left: 10px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: .7px;
  font-weight: 300;
  color: var(--primaryColor);
  z-index: 1;
  opacity: 0;
}

.frame2_headline span,
.frame3_headline span,
.frame4_headline span {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 300;
  color: var(--primaryColor);
  padding: 0;
  margin: 0;
}

.frame5_headline_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  height: 40px;
  width: 210px;
}

.frame5_headline {
  align-self: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -.05px;
  width: auto;
  font-size: 24px;
  line-height: 1.1;
  height: 46px;
  max-height: 46px;
  width: 210px;
}

.frame1_VF_badge, .frame5_VF_badge {
  position: absolute;
  width: 60px;
  height: auto;
  z-index: 2;
  left: 591px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 3px rgb(255 255 255 / 15%);
}

.frame5_VF_badge {
  left: 510px;
  opacity: 0;
}

.frame1_VF_desc, .frame5_VF_desc {
  position: absolute;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  width: 50px;
  height: 60px;
  line-height: 12px;
  letter-spacing: -.15px;
  z-index: 2;
  color: #ffffff;
  top: 4px;
  left: 665px;
  opacity: 0;
  visibility: hidden;
}

.frame5_VF_desc {
  color: var(--primaryColor);
  text-align: right;
  top: 5px;
  left: 446px;
}

.CTA_text, .CTA_frame_1, .CTA_frame_5 {
  position: absolute;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  background-color: var(--primaryColor);
  height: 28px;
  max-height: 28px;
  width: auto;
  max-width: fit-content;
  padding: 6px 16px;
  left: unset;
  top: 45px;
  z-index: 1;
  opacity: 0;
  right: 15px;
  display: flex;
  justify-content: center;
}

.CTA_frame_1{
  right: 151px !important;
}

.CTA_frame_2, .CTA_frame_3, .CTA_frame_4, .CTA_frame_5 {
  left: unset;
  right: 15px;
  opacity: 0;
  width: auto;

}

.CTA_frame_1_content, .CTA_frame_2_content, .CTA_frame_3_content, .CTA_frame_4_content, .CTA_frame_5_content {
  margin: 0;
  width: fit-content;
}

#content:hover .CTA_text {
  background-color: var(--ctaHoverColor1);
}

.CTA_frame_1{
  color: var(--primaryColor);
  background-color: var(--secondaryColor);
}

.CTA_frame_5 {
  color: var(--secondaryColor);
  background-color: var(--primaryColor);
}

#content:hover .CTA_frame_1 {
  background-color: var(--ctaHoverColor2);
}

#content:hover .CTA_frame_5 {
  background-color: var(--ctaHoverColor1);
}

.frame1_bg_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 293px;
  height: 90px;
}

.element_color {
  align-self: flex-start;
  width: 16px;
  height: 100%;
  background-color: var(--primaryColor);
  z-index: 2;
}

.mask {
  position: absolute;
  top: 10px;
  left: 1px;
  width: 37px;
  height: 70px;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0;
}

.frame2_product_image, .frame3_product_image, .frame4_product_image, .frame5_product_image {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 1px;
  left: 275px;
  z-index: 1;
  opacity: 0;
  background-position: center;
  background-size: contain;
}

.frame5_product_image {
  left: 335px;
}

.frame2_text_container, .frame3_text_container, .frame4_text_container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  left: 441px;
  width: 125px;
  height: 100%;
  max-height: 90px;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.frame2_copy, .frame3_copy, .frame4_copy  {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  width: 125px;
  max-height: 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: .1px;
  color: var(--primaryColor);
  text-align: right;
}

.frame2_product_name,.frame3_product_name, .frame4_product_name {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  bottom: 16px;
  width: 125px;
  max-height: 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -.17px;
  color: #000000;
  height: auto;
  margin-top: 18px;
  z-index: 3;
  text-align: right;
}

.legal_text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 8.5px;
  text-align: right;
  width: 130px;
  height: auto;
  line-height: 1;
  z-index: 200;
  color: var(--primaryColor);
  bottom: 41px;
  right: 15px;
  opacity: 0;
  display: none;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 728px;
  height: 90px;
  background-color: #ffffff;
  z-index: 0;
  opacity: 0;
}