@font-face {
 font-family: "TisaSansPro";
 src: url("../fonts/TisaSansPro-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/TisaSansPro-Medium.woff") format("woff"),
  url("../fonts/TisaSansPro-Medium.ttf") format("truetype"),
  url("../fonts/TisaSansPro-Medium.svg#TisaSansPro-Medium") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: "TisaSansPro-Bold";
 src: url("../fonts/TisaSansPro-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/TisaSansPro-Bold.woff") format("woff"),
  url("../fonts/TisaSansPro-Bold.ttf") format("truetype"),
  url("../fonts/TisaSansPro-Bold.svg#TisaSansPro-Bold") format("svg");
 font-weight: normal;
 font-style: normal;
}

.custom_iframe {
 background-image: url(/wp-content/uploads/2020/06/Group-16.png);
 background-size: 100% 100%;
 background-position: center;
 padding: 0;
 background-repeat: no-repeat;
 display: flex;
 justify-content: center;
 align-content: center;
 flex-direction: column;
 margin: 60px auto;
 box-shadow: 0px 6.23932px 20.5897px rgba(0, 0, 0, 0.25);
 border-radius: 25px;
 width: 1170px;
 overflow: hidden;
 min-height: 366px;
 transform: scale(0.8);
 -moz-transform: scale(0.8);
 -moz-transform-origin: left center;
 transform-origin: left center;
 margin-left: -15%;
}
body .post-single .post-body .custom_iframe h3 {
 font-style: normal;
 font-weight: 700;
 line-height: 52px;
 text-align: center;
 color: #fff !important;
 letter-spacing: initial !important;
 font-size: 48px !important;
 text-transform: initial !important;
 margin-bottom: 30px;
 margin-top: 35px;
}
.custom_iframe_description {
 font-family: TisaSansPro;
 font-style: normal;
 font-weight: 500;
 font-size: 22px;
 line-height: 121.5%;
 text-align: center;
 color: #ff8fb7;
}
.mobile_custom_short_code_explication {
 display: none;
}
.custom_iframe_description.mobile_desc {
 display: none;
}
.custom_iframe_button {
 background: #fff;
 border-radius: 4.99px;
 box-shadow: 0px 15px 15px rgba(149, 11, 42, 0.25);
 padding: 5px 15px;
 width: max-content;
 margin: 20px auto;
 margin-top: 24px;
 font-family: TisaSansPro !important;
 font-style: normal;
 font-weight: bold !important;
 font-size: 25px;
 line-height: normal !important;
 display: flex;
 align-items: center;
 text-align: center;
 color: #fd2b5a !important;
 box-shadow: 0px 9.35897px 9.35897px rgba(149, 11, 42, 0.25);
 transition: box-shadow 0.5s, color 0.5s, background 0.5s;
 padding: 10px 27px;
 padding-top: 15px;
}
.custom_iframe_button:hover {
 background: #fc4479;
 color: white !important;
 box-shadow: initial;
}
.textLine {
 display: flex;
 justify-content: center;
 align-content: center;
 width: max-content;
 height: min-content;
}
.textLine img {
 margin: auto !important;
 max-width: 35px !important;
}
.textLine span {
 font-family: TisaSansPro !important;
 font-style: normal;
 font-weight: normal !important;
 font-size: 21px;
 display: block;
 color: #fff;
 margin: auto;
 margin-left: 5px;
 margin-top: 6.5px;
}
.custom_iframe_subtexts {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 align-content: center;
 max-width: 475px;
 margin: auto;
}
.footer_short_code_text {
 font-family: TisaSansPro-Bold;
 font-style: normal;
 font-weight: 700;
 font-size: 16px;
 line-height: 149.5%;
 text-align: center;
 color: #ffd4e0;
 margin: 20px auto;
 margin-bottom: 20px;
}
.custom_iframe_button_mobile {
 display: none;
}

@media only screen and (max-width: 1290px) {
 .custom_iframe {
  background-image: url(/wp-content/uploads/2020/05/custom-iframe.png);
  background-size: cover;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 60px auto;
  box-shadow: 0px 6.23932px 20.5897px rgba(0, 0, 0, 0.25);
  border-radius: 14.9744px;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  min-height: auto;
  zoom: initial;
  transform: initial;
 }
 body .post-single .post-body .custom_iframe h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #fff !important;
  letter-spacing: initial !important;
  font-size: 30px !important;
  text-transform: initial !important;
  margin-bottom: 30px;
  margin-top: 35px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
 .custom_iframe_description {
  font-family: TisaSansPro;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 121.5%;
  text-align: center;
  max-width: 90%;
  margin: auto;
  color: #ff8fb7;
 }
 .mobile_custom_short_code_explication {
  display: none;
 }
 .custom_iframe_description.mobile_desc {
  display: none;
 }
 .custom_iframe_button {
  background: #fff;
  border-radius: 4.99px;
  box-shadow: 0px 15px 15px rgba(149, 11, 42, 0.25);
  padding: 5px 15px;
  width: max-content;
  margin: 20px auto;
  margin-top: 24px;
  font-family: TisaSansPro !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 15.59px;
  line-height: 149.5% !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fd2b5a !important;
  box-shadow: 0px 9.35897px 9.35897px rgba(149, 11, 42, 0.25);
  transition: box-shadow 0.5s, color 0.5s, background 0.5s;
  padding-top: 6.24px;
  padding-bottom: 3.12px;
  padding-right: 16.85px;
  padding-left: 17.47px;
 }
 .custom_iframe_button:hover {
  background: #fc4479;
  color: white !important;
  box-shadow: initial;
 }
 .textLine {
  display: flex;
  justify-content: center;
  align-content: center;
  width: max-content;
  height: min-content;
 }
 .textLine img {
  margin: auto !important;
  max-width: 35px !important;
 }
 .textLine span {
  font-family: TisaSansPro !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 15px;
  display: block;
  color: #fff;
  margin: auto;
  margin-left: 5px;
  margin-top: 6.5px;
 }
 .custom_iframe_subtexts {
  display: grid;
  grid-template-columns: repeat(auto-fit, 135px);
  align-content: center;
  max-width: 90%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
 }
 .footer_short_code_text {
  font-family: TisaSansPro-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 149.5%;
  text-align: center;
  color: #ffd4e0;
  margin: 20px auto;
  margin-bottom: 20px;
 }
 .custom_iframe_button_mobile {
  display: none;
 }
}

@media only screen and (max-width: 414px) {
 .custom_iframe {
  background: linear-gradient(121.61deg, #ef408e 17.66%, #fd2b5a 75.37%);
  border-radius: 9px;
  padding: 0px 25px;
 }
 .custom_iframe_button {
  display: none;
 }
 .custom_iframe_button_mobile {
  display: block;
 }
 .footer_short_code_text {
  font-family: TisaSansPro-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 149.5%;
  text-align: center;
  color: #ffd4e0;
  margin: 10px auto;
  margin-bottom: 16px;
 }
 .custom_iframe {
  background-size: cover;
  background-position: left bottom;
 }
 body .post-single .post-body .custom_iframe h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 31px !important;
  line-height: 33px;
  text-align: center;
  color: #fff !important;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 25px;
  max-width: 280px;
 }
 .custom_iframe_description {
  display: none;
 }
 .custom_iframe_description.mobile_desc {
  display: block;
  font-size: 13px;
 }
 .custom_iframe_button_mobile {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
 }

 .mobile_custom_short_code_explication {
  display: block;
  font-family: TisaSansPro;
 }
 .textLine {
  flex-direction: column;
 }
 .custom_iframe_subtexts {
  grid-template-columns: 1fr;
  padding-left: 35px;
  margin-left: auto;
 }
 .textLine span {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px;
  display: block;
  color: #fff;
  margin: auto;
  margin-left: 0;
  letter-spacing: -0.02em;
  line-height: 150% !important;
 }
 .textLine img {
  position: absolute !important;
  left: -25px;
  width: 15px;
  height: 15px;
  top: 3px;
 }
 .mobile_custom_short_code_explication {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 121.5%;
  color: #ff8fb7;
  max-width: 185px;
 }
 .textLine {
  display: flex;
  justify-content: center;
  align-content: center;
  width: max-content;
  height: min-content;
  flex-direction: column;
  max-width: 210px;
  position: relative;
  margin: 10px auto;
 }
 .custom_iframe {
  background-image: url(../images/custom_iframe_mobile.png);
 }
 .custom_iframe_subtexts {
  margin-left: 0;
 }
 .custom_iframe_button_mobile {
  display: block;
  margin-top: 85px;
  margin-bottom: 0px;
 }
}
