/*@globalText-color: rgb(37, 35, 36);*/
.popover {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: white;
  background-color: #ffe8fa;
  border: 0.125em solid #c341a5;
  max-width: 18.75em;
  min-width: 14em;
  border-radius: 0.375em;
  -webkit-box-shadow: 0em 0.125em 1.875em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0em 0.125em 1.875em rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0em 0.125em 1.875em rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0em 0.125em 1.875em rgba(0, 0, 0, 0.2);
  box-shadow: 0em 0.125em 1.875em rgba(0, 0, 0, 0.2);
  padding: 0.9375em;
}
.popover.bottom {
  margin-top: 0.625em;
}
.popover > .arrow {
  border-width: 0.6875em;
}
.popover > .arrow:after {
  border-width: 0.6875em;
}
.popover.bottom > .arrow {
  border-bottom-color: #c341a5;
  margin-left: -0.6875em;
  top: -0.6875em;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #ffe8fa;
}
.popover.top {
  margin-top: -0.625em;
}
.popover.top > .arrow {
  border-top-color: #c341a5;
  margin-left: -0.6875em;
  bottom: -0.6875em;
}
.popover.top > .arrow:after {
  border-top-color: #ffe8fa;
  bottom: 0.125em !important;
  margin-left: -0.6875em !important;
}
.popover-title + .popover-content {
  padding-top: 0.9375em;
}
.popover-content {
  padding: 0.9375em;
}
.popoverNumberOrMailOutter {
  font-size: 1.1875em;
  display: block;
  vertical-align: middle;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popoverPhoneNumberHref {
  line-height: 2.5em;
  text-decoration: underline;
  vertical-align: middle;
  color: #3e2338;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
}
.popoverPhoneNumberHref:hover {
  color: #3e2338;
  text-decoration: underline;
}
.popoverPhoneNumberHref:focus {
  color: #3e2338;
  text-decoration: underline;
}
.popoverAddressHref {
  line-height: 1.3em;
  vertical-align: middle;
  color: #3e2338;
}
.copyButton {
  width: 6.25em;
  height: 2.1875em;
  line-height: 2.1875em;
  border: 0em;
  background-color: #c341a5;
  color: white;
  border-radius: 0.8125em;
  padding: 0em;
  margin-top: 1em;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.copyButton:hover {
  background-color: #882a73;
}
.copyButtonIcon {
  font-size: 0.9375em;
  padding-right: 0.5333333em;
}
.copyButtonText {
  font-size: 0.8125em;
  vertical-align: top;
}
#popover_phone_content {
  display: none;
}
#popover_mail_content {
  display: none;
}
#popover_content {
  display: none;
}
#popover_content,
#popover_adr_content {
  display: none;
}
#popoverCopyInputOutterId {
  position: fixed;
  top: 0em;
  left: -6em;
  width: 3em;
  overflow: hidden;
}
#popoverCopyInputOutterId input {
  width: 3em;
}
#titlePage {
  /******************************* Title banner *********************************/
  /******************************* Title banner *********************************/
  /******************************* Help for You *********************************/
  /******************************* Help for You *********************************/
  /****************************** Customer Story ********************************/
  /****************************** Customer Story ********************************/
  /*********************************** Bonus ************************************/
  /*********************************** Bonus ************************************/
  /********************************* Questions **********************************/
  /********************************* Questions **********************************/
  /*********************************** Footer ***********************************/
  /*********************************** Footer ***********************************/
}
#titlePage.titleBannerContainerPanel {
  background-color: #f9f9f9;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage .headerSplitter {
  position: relative;
  width: 250px;
  height: 30px;
  margin: 0 auto;
  margin-top: 15px;
}
#titlePage .headerSplitter .line {
  height: calc(50% + 2px);
}
#titlePage .headerSplitter .line .lineCommon {
  display: inline-block;
  height: 100%;
  width: calc(50% - 40px);
  border-bottom: 2px solid rgba(195, 65, 165, 0.3);
}
#titlePage .headerSplitter .line .lineLeft {
  float: left;
}
#titlePage .headerSplitter .line .lineRight {
  float: right;
}
#titlePage .headerSplitter .icon {
  position: absolute;
  height: 30px;
  width: 80px;
  top: 0px;
  opacity: 0;
  left: calc(50% - 40px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#titlePage #giftFloatId {
  position: absolute;
  left: -190px;
  bottom: 128px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 16px !important;
  background-color: #5e5e5e;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  transition: left 350ms ease;
}
#titlePage #giftFloatId span {
  font-size: 18px;
  font-weight: bold;
  color: #f9f9f9;
  padding: 0 16px;
}
#titlePage #giftFloatId img {
  width: 50px;
}
#titlePage #giftFloatId:hover {
  left: 0;
}
@media only screen and (max-width: 767px) {
  #titlePage #giftFloatId:hover {
    left: -190px;
  }
}
#titlePage #titleBannerPanelId {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  min-height: 320px;
}
#titlePage #titleBannerPanelId.titleBannerPanel {
  /*background-size: contain;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
}
#titlePage #titleBannerPanelId .titleBannerBackground {
  position: relative;
  display: block;
  height: 100vh;
}
#titlePage #titleBannerPanelId .titleBannerContentOutter {
  padding-top: 100px;
  position: relative;
  display: block;
  height: 100%;
  min-height: 320px;
}
#titlePage #titleBannerPanelId .titleLogoOut {
  height: 530px;
  text-align: left;
}
#titlePage #titleBannerPanelId #titleLogoImg {
  position: relative;
  z-index: 1;
  height: 100%;
  /*margin-left: 50px;*/
}
#titlePage #titleBannerPanelId .titleDiamondsOut {
  position: absolute;
  right: 0;
  width: 100%;
  height: 470px;
  bottom: 590px;
  text-align: right;
}
#titlePage #titleBannerPanelId #titleDiamondImg {
  height: 100%;
}
#titlePage #titleBannerPanelId #slogan {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 16px;
  text-shadow: 1px 0 0 #545454, -1px 0 0 #545454;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1199px) and (min-height: 1680px) and (max-height: 1920px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 1680*/
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 590px;
    margin-top: 70px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 300px;
    height: 500px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1199px) and (min-height: 1367px) and (max-height: 1679px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 1367 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 520px;
    margin-top: 50px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 220px;
    height: 450px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1199px) and (min-height: 992px) and (max-height: 1366px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 992 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 480px;
    margin-top: 30px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 340px;
    bottom: 160px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1199px) and (min-height: 768px) and (max-height: 991px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 768 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 440px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 310px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1199px) and (min-height: 620px) and (max-height: 767px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 620 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 380px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 310px;
    bottom: 60px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 1199px) and (min-height: 480px) and (max-height: 619px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 480 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 280px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 280px;
    bottom: 60px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 28px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 1199px) and (max-height: 479px) {
  #titlePage #titleBannerPanelId {
    /* 1200 x 320 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 180px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 190px;
    bottom: 40px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 24px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 1680px) and (max-height: 1920px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 1680*/
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 480px;
    margin-top: 70px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 370px;
    height: 460px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 1367px) and (max-height: 1679px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 1367 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 480px;
    margin-top: 50px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 260px;
    height: 440px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 992px) and (max-height: 1366px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 992 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 470px;
    margin-top: 30px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 80px;
    height: 330px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 768px) and (max-height: 991px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 768 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 430px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 90px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 620px) and (max-height: 767px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 620 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 380px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 70px;
    height: 240px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 480px) and (max-height: 619px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 480 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 290px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 40px;
    height: 240px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 28px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 479px) {
  #titlePage #titleBannerPanelId {
    /* 992 x 320 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 180px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 16px;
    height: 220px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 24px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 1367px) and (max-height: 1679px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 1367 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 370px;
    margin-top: 50px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 280px;
    height: 400px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 992px) and (max-height: 1366px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 992 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 370px;
    margin-top: 30px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 120px;
    height: 370px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 768px) and (max-height: 991px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 768 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 330px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 60px;
    height: 280px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 620px) and (max-height: 767px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 620 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 320px;
    margin-top: 16px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 60px;
    height: 210px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 480px) and (max-height: 619px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 480 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 290px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 50px;
    height: 200px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 28px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-height: 479px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 320 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 160px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    margin-left: 50px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 30px;
    height: 180px;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    margin-right: 50px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 24px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (min-height: 992px) and (max-height: 1366px) {
  #titlePage #titleBannerPanelId {
    /* 480 x 992 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    text-align: center;
    height: 270px;
    bottom: 370px;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (min-height: 768px) and (max-height: 991px) {
  #titlePage #titleBannerPanelId {
    /* 480 x 768 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    text-align: center;
    height: 280px;
    bottom: 220px;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (min-height: 620px) and (max-height: 767px) {
  #titlePage #titleBannerPanelId {
    /* 480 x 620 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    text-align: center;
    height: 210px;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 95%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 250px;
    bottom: 110px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 26px;
    bottom: 12px;
    padding: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (min-height: 480px) and (max-height: 619px) {
  #titlePage #titleBannerPanelId {
    /* 480 x 480 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    text-align: center;
    height: 220px;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 95%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 270px;
    bottom: 110px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 26px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-height: 479px) {
  #titlePage #titleBannerPanelId {
    /* 768 x 320 */
  }
  #titlePage #titleBannerPanelId #tbcoId {
    padding-top: 70px;
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 160px;
    margin-top: 0;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    margin-left: 50px;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    bottom: 30px;
    height: 180px;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    margin-right: 50px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 24px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (max-width: 479px) and (min-height: 768px) and (max-height: 991px) {
  #titlePage #titleBannerPanelId {
    /* 320 x 768 */
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    text-align: center;
    height: 150px;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 150px;
    bottom: 350px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 26px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (max-width: 479px) and (min-height: 620px) and (max-height: 767px) {
  #titlePage #titleBannerPanelId {
    /* 320 x 620 */
  }
  #titlePage #titleBannerPanelId .titleBannerContentOutter {
    padding-top: 80px;
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 140px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 170px;
    bottom: 200px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 26px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (max-width: 479px) and (min-height: 480px) and (max-height: 619px) {
  #titlePage #titleBannerPanelId {
    /* 320 x 480 */
  }
  #titlePage #titleBannerPanelId .titleBannerContentOutter {
    padding-top: 80px;
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 140px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 170px;
    bottom: 150px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 96px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 24px;
    bottom: 8px;
    padding: 8px;
  }
}
@media only screen and (max-width: 479px) and (max-height: 479px) {
  #titlePage #titleBannerPanelId {
    /* 320 x 320 */
  }
  #titlePage #titleBannerPanelId .titleBannerContentOutter {
    padding-top: 60px;
  }
  #titlePage #titleBannerPanelId .titleLogoOut {
    height: 140px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleLogoImg {
    height: auto;
    width: 95%;
    max-width: 550px;
    margin-left: 0;
  }
  #titlePage #titleBannerPanelId .titleDiamondsOut {
    height: 160px;
    bottom: 100px;
    text-align: center;
  }
  #titlePage #titleBannerPanelId #titleDiamondImg {
    height: auto;
    width: 100%;
    max-width: 600px;
  }
  #titlePage #titleBannerPanelId #giftFloatId {
    bottom: 72px;
  }
  #titlePage #titleBannerPanelId #slogan {
    font-size: 20px;
    bottom: 8px;
    padding: 8px;
  }
}
#titlePage #helpForYouId {
  /*.helpForYouItem {
            width: 220px;
            height: 350px;
            background-color: #ffe8fa;
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            border-top-left-radius: 110px;
            border-top-right-radius: 110px;
            padding: 10px;
            margin: 0 auto;
        }
        .helpForYouItemImageOutter {
            background-color: white;
            width: 100%;
            height: 200px;
            border-radius: 50%;
        }
        .helpForYouItemImage {
            height: 200px;
            border-radius: 50%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            opacity: 0;
            .transitionFunction(opacity @globalTransitionFastSpeed ease);
        }
        .helpForYouItemLabel {
            font-family: 'Great Vibes', cursive;
            font-size: 35px;
            padding: 15px 0px;
            height: 80px;
            overflow: hidden;
        }
        .helpForYouItemButtonOutter {
            padding: 0px 6px;
        }
        .helpForYouItemButton {
            font-size: 13px;
            width: 100%;
        }*/
}
#titlePage #helpForYouId.helpForYouContainerPanel {
  padding: 80px 0px;
}
#titlePage #helpForYouId .helpForYouSectionHeadText {
  font-size: 1.875em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  color: #757575;
}
#titlePage #helpForYouId .helpForYouHeaderHeight {
  position: relative;
  /*height: 78px;*/
}
#titlePage #helpForYouId .helpForYouSectionContentOutter {
  padding-top: 60px;
}
#titlePage #helpForYouId .helpForYouItemOutter {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 400px;
  padding: 16px;
}
#titlePage #helpForYouId .helpForYouItem {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 12px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(117, 117, 117, 0.3);
  -moz-box-shadow: 0 6px 16px 0 rgba(117, 117, 117, 0.3);
  -ms-box-shadow: 0 6px 16px 0 rgba(117, 117, 117, 0.3);
  -o-box-shadow: 0 6px 16px 0 rgba(117, 117, 117, 0.3);
  box-shadow: 0 6px 16px 0 rgba(117, 117, 117, 0.3);
}
#titlePage #helpForYouId .helpForYouImg {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#titlePage #helpForYouId h3 {
  font-weight: bold;
  color: #757575;
  margin: 0;
  padding: 34px 20px;
  font-size: 23px;
}
#titlePage #helpForYouId button {
  width: 100%;
  height: 40px;
  display: block;
  max-width: 200px;
  margin: 0 auto!important;
  line-height: 40px;
  font-weight: 600;
  font-size: 13px;
  background: linear-gradient(90deg, #cdcdcd, #e3e3e3, #cdcdcd);
  border-radius: 20px;
  color: #5e5e5e;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #titlePage #helpForYouId .helpForYouItemOutter {
    width: 33%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #titlePage #helpForYouId .helpForYouItemOutter {
    width: 50%;
  }
  #titlePage #helpForYouId h3 {
    font-size: 20px;
    padding: 38px 20px;
  }
}
@media only screen and (max-width: 479px) {
  #titlePage #helpForYouId .helpForYouItemOutter {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #titlePage #helpForYouId {
    /*.helpForYouItem {
                margin: 16px 0px;
                &.first {
                    float: right;
                }
                &.second {
                    float: left;
                }
                &.third {
                    float: right;
                }
                &.fourth {
                    float: left;
                }
            }*/
  }
}
@media only screen and (max-width: 767px) {
  #titlePage #helpForYouId {
    /*.helpForYouItem {
                width: 100%;
                margin: 16px auto;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px; 
                border-top-left-radius: 0px; 
                border-top-right-radius: 0px; 
                &.first {
                    float: none;
                }
                &.second {
                    float: none;
                }
                &.third {
                    float: none;
                }
                &.fourth {
                    float: none;
                }
            }
            .helpForYouItemImageOutter {
                border-radius: 0px;
            }
            .helpForYouItemImage {
                border-radius: 0px;
                background-size: contain;
            }
            .helpForYouItemButton {
                max-width: 250px;
            }*/
  }
}
#titlePage #customersStoryId.customersStoryContainerPanel {
  padding: 80px 0px;
}
#titlePage #customersStoryId .customersStorySectionHeadText {
  font-size: 1.875em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  color: #757575;
}
#titlePage #customersStoryId .headerHeight {
  position: relative;
  /*height: 78px;*/
}
#titlePage #customersStoryId .customersStorySectionContentOutter {
  padding-top: 60px;
}
#titlePage #customersStoryId #storiesToInsertOutterId {
  height: 400px;
}
#titlePage #customersStoryId #storiesLoId {
  line-height: 400px;
  text-align: center;
}
#titlePage #customersStoryId #customersStoryButtons.scsb {
  opacity: 0;
}
#titlePage #benefitsId .container {
  position: relative;
}
#titlePage #benefitsId .benefitsBackground {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #benefitsId.benefitsContainerPanel {
  position: relative;
  padding: 80px 0px;
}
#titlePage #benefitsId .benefitsSectionHeadText {
  font-size: 1.875em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  color: #757575;
}
#titlePage #benefitsId .benefitsHeaderHeight {
  position: relative;
  /*height: 78px;*/
}
#titlePage #benefitsId .benefitsSectionContentOutter {
  padding-top: 60px;
}
#titlePage #benefitsId .benefitsItemOutter {
  display: inline-block;
  vertical-align: middle;
  height: 460px;
  width: 33%;
  padding: 32px;
}
#titlePage #benefitsId .benefitsItem {
  height: 100%;
  padding: 32px;
  cursor: pointer;
  -webkit-transition: box-shadow 350ms ease;
  -moz-transition: box-shadow 350ms ease;
  -o-transition: box-shadow 350ms ease;
  -ms-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}
#titlePage #benefitsId .benefitsItem:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.6);
  -moz-box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.6);
  -ms-box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.6);
  -o-box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.6);
  box-shadow: 0px 0px 40px 0px rgba(117, 117, 117, 0.6);
}
#titlePage #benefitsId h3 {
  height: 44px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #757575;
}
#titlePage #benefitsId img {
  /*width: 150px;*/
  height: 170px;
  margin: 30px 0 40px 0;
}
#titlePage #benefitsId p {
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #757575;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 650px) and (max-width: 991px) {
  #titlePage #benefitsId .benefitsItemOutter {
    width: 50%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 649px) {
  #titlePage #benefitsId .benefitsItemOutter {
    width: 100%;
  }
}
@media only screen and (max-width: 379px) {
  #titlePage #benefitsId .benefitsItemOutter {
    width: 100%;
    padding: 16px;
  }
}
#titlePage #questionsId .container {
  position: relative;
}
#titlePage #questionsId.questionsContainerPanel {
  position: relative;
  padding: 80px 0px;
}
#titlePage #questionsId .questionsBackground {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: auto;
  background-position: -200px bottom;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #questionsId #questionsDiamondImgId {
  position: absolute;
  height: 200px;
  width: 200px;
  /*top: 0px;*/
  bottom: 70px;
  /*left: 0px;*/
  right: -70px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #questionsId .questionsSectionHeadText {
  font-size: 1.875em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  color: #757575;
}
#titlePage #questionsId .questionsHeaderHeight {
  position: relative;
  /*height: 78px;*/
}
#titlePage #questionsId .questionsSectionContentOutter {
  padding-top: 40px;
}
#titlePage #questionsId .questionPlusButton {
  position: relative;
  width: 100%;
  height: 50px;
  border: 0px;
}
#titlePage #questionsId .questionHeadtext {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  width: calc(100% - 40px);
  font-weight: 600;
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#titlePage #questionsId .questionPlusIcon {
  position: absolute;
  opacity: 0;
  right: 10px;
  top: calc(50% - 13px);
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  vertical-align: middle;
  border: 2px solid #757575;
  color: #757575;
  border-radius: 50%;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #questionsId .questionPlusIcon.displayIcon {
  opacity: 1;
}
#titlePage #questionsId .questiontextOutter {
  height: 0px;
  overflow: hidden;
  border-bottom: 1px solid #757575;
  -webkit-transition: height 350ms ease;
  -moz-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  -ms-transition: height 350ms ease;
  transition: height 350ms ease;
}
#titlePage #questionsId .questionText {
  text-align: justify;
  padding: 0px 10px 30px 6px;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #questionsId .questionText.opened {
  opacity: 1;
}
#titlePage #questionsId .questionViewAllButton {
  font-size: 13px;
  width: 200px;
  margin-top: 60px;
}
@media only screen and (max-width: 479px) {
  #titlePage #questionsId #questionsDiamondImgId {
    display: none;
  }
}
#titlePage #landingFooterId {
  /*.creatorOutter {
            position: relative;
            width: 100%;
            min-height: 40px;
            vertical-align: middle;
            font-size: 15px;
            font-weight: 600;
            padding: 9px 16px;
        }
        .creatorCompany {
            color: #d34c7d;
            cursor: pointer;
            .transitionFunction(color @globalTransitionSpeed ease);
            &:hover {
                color: #ac003e;
            }
        }*/
}
#titlePage #landingFooterId.landingFooterContainerPanel {
  position: relative;
  padding: 60px 0px 0px 0px;
  background-color: #efefef;
}
#titlePage #landingFooterId .footerBackground {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #landingFooterId #fooImgOutId {
  height: 140px;
}
#titlePage #landingFooterId .landingFooterHorizontalLogo {
  height: 140px;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#titlePage #landingFooterId .socialButtonsOutter {
  padding: 30px 0px;
}
#titlePage #landingFooterId .socialMediaButtons {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0px;
  /*background-color: @menuTextHover-color;*/
  background: radial-gradient(#979797, #757575);
  color: white;
  margin: 5px;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
#titlePage #landingFooterId .socialMediaButtons:hover {
  background-color: #882a73;
}
#titlePage #landingFooterId .menuButtons {
  color: #757575;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 20px;
  border: 0px;
  border-right: 1px solid #737373;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
}
#titlePage #landingFooterId .menuButtons.lastButton {
  border-right: 0px;
}
#titlePage #landingFooterId .menuButtons.active {
  color: #d34c7d;
}
#titlePage #landingFooterId .menuButtons:hover {
  color: #d34c7d;
}
#titlePage #landingFooterId .contactButtonsOutter {
  padding: 30px 0px 40px 0px;
}
#titlePage #landingFooterId .contactButtonOutter {
  width: 33.33%;
  position: relative;
  display: inline-block;
  /*&.leftButton {
                text-align: right;
            }
            &.rightButton {
                text-align: left;
            }
            &.centerButton{
                text-align: center;
            }*/
}
#titlePage #landingFooterId .contactButton {
  font-size: 14px;
  width: 100%;
  max-width: 250px;
  margin: 13px 0px;
}
#titlePage #landingFooterId .contactButton.contactUs {
  font-size: 13px;
}
#titlePage #landingFooterId .contactButtonIcon {
  font-size: 19px;
  padding-right: 15px;
}
#titlePage #landingFooterId .footerTextOutter {
  position: relative;
  width: 100%;
  min-height: 40px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  /*color: #8e6685;*/
  padding: 9px 16px;
}
#titlePage #landingFooterId .footerCreatorCompany {
  color: #d34c7d;
  cursor: pointer;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
}
#titlePage #landingFooterId .footerCreatorCompany:hover {
  color: #ac003e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #titlePage #landingFooterId .contactButton {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #titlePage #landingFooterId {
    /*.contactButtonOutter {
                &.leftButton {
                    text-align: center;
                }
                &.rightButton {
                    text-align: center;
                }
            }*/
  }
  #titlePage #landingFooterId .contactButtonOutter {
    display: block;
    width: 100%;
  }
  #titlePage #landingFooterId .contactButton {
    width: 100%;
  }
  #titlePage #landingFooterId .menuButtons {
    margin: 10px 0px;
  }
}
/*# sourceMappingURL=index.css.map */