.slideFrame {
 position: fixed;
 right: 0;
 bottom: 0px;
 background-color: #fff;
 border: 1px solid #ddd;
 box-sizing: border-box;
 border-radius: 8px;
 border-right: initial;
 min-width: 491px;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 min-height: 250px;
 max-height: 250px;
 background-position: 0px -17px;
 background-size: cover;
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
 display: none;
 background-repeat: no-repeat;
 border-bottom-left-radius: 0;
 z-index: 9999;
 zoom: 0.8;
 scale: 0.8;
 -moz-transform-origin: right bottom;
}
@media only screen and (max-width: 991px) {
 .only_desktop {
  display: none !important;
 }
}
.frameSlideContent {
 width: 50%;
 min-width: 50%;
 min-height: 235px;
 margin: auto;
 padding: 0;
 z-index: 9999;
 display: flex;
 justify-content: flex-end;
 align-items: flex-end;
 flex-direction: column;
 margin: auto;
 margin-right: 0;
 min-width: 285px;
}
.frameSlideContentContainer {
 font-style: normal;
 font-weight: 700;
 font-size: 23px;
 line-height: 26px;
 display: flex;
 align-items: center;
 color: #000;
 margin: auto;
 margin-top: auto;
 width: 239px;
 margin-right: 20px;
 font-family: freight-sans-pro !important;
}
.closeThisFrame {
 width: 16px;
 height: 16px;
 margin: auto;
 display: block;
 margin-top: 20px;
 margin-right: 20px;
 cursor: pointer;
}
.frameSlideContentContainer {
 font-style: normal;
 font-weight: 700;
 font-size: 21px;
 line-height: 26px;
 display: flex;
 align-items: center;
 color: #000;
 margin: auto;
 margin-top: 33px;
 width: 239px;
 margin-right: 20px;
}

.buttonSlideFrame {
 background: #00c3da;
 border-radius: 7px;
 font-style: normal;
 font-weight: 700 !important;
 font-size: 17px;
 line-height: 18px !important;
 display: flex;
 align-items: center;
 text-align: center;
 color: #fff !important;
 padding: 19px;
 margin: auto;
 margin-bottom: 11px;
 margin-right: 20px;
 width: max-content;
 font-family: freight-sans-pro !important;
 transition: background 0.5s, color 0.5s;
}

.buttonSlideFrame:hover {
 background: rgba(210, 244, 249, 0.3);
 color: #24c3d7 !important;
}
html body .popUpByNoxxAgency {
 display: none !important;
}

.slideFrame.specific1 .frameSlideContentContainer {
 font-style: normal;
 font-weight: 700;
 font-size: 32px;
 line-height: 115%;
 display: flex;
 align-items: center;
 color: #000;
 margin: auto;
 margin-top: 22px;
 width: 216px;
 margin-right: 20px;
}
