@-webkit-keyframes glowing {
  0% {
    background-color: #54BAEA;
    -webkit-box-shadow: 0 0 3px #54BAEA;
  }
  50% {
    background-color: #066C8B;
    -webkit-box-shadow: 0 0 10px #066C8B;
  }
  100% {
    background-color: #54BAEA;
    -webkit-box-shadow: 0 0 3px #54BAEA;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #54BAEA;
    -moz-box-shadow: 0 0 3px #54BAEA;
  }
  50% {
    background-color: #066C8B;
    -moz-box-shadow: 0 0 10px #066C8B;
  }
  100% {
    background-color: #54BAEA;
    -moz-box-shadow: 0 0 3px #54BAEA;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #54BAEA;
    box-shadow: 0 0 3px #54BAEA;
  }
  50% {
    background-color: #066C8B;
    box-shadow: 0 0 10px #066C8B;
  }
  100% {
    background-color: #54BAEA;
    box-shadow: 0 0 3px #54BAEA;
  }
}

@keyframes glowing {
  0% {
    background-color: #54BAEA;
    box-shadow: 0 0 3px #54BAEA;
  }
  50% {
    background-color: #066C8B;
    box-shadow: 0 0 10px #066C8B;
  }
  100% {
    background-color: #54BAEA;
    box-shadow: 0 0 3px #54BAEA;
  }
}

@keyframes upDown {
  from {
    top: 45%;
  }
  to {
    top: 55%;
  }
}

@-webkit-keyframes autofill {
  0%, 100% {
    color: #666;
    background: #ffffff;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hbspt-form select.hs-input, .hs-form select.hs-input {
    background-image: none;
    padding-right: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

a {
  color: #066C8B;
}

a:hover {
  color: #54BAEA;
  text-decoration: none;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
}

.logo {
  max-width: 240px;
  height: auto;
}

.column {
  background-color: #eeeeee;
  padding: 30px;
  width: 28%;
}

.column__form {
  padding-top: 25px;
}

.column__btn {
  display: none;
  font-size: 35px;
  text-align: center;
}

.column__logo{
  text-align: center;
}

.column__btn .arrow-down {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  color: #066C8B;
  overflow: hidden;
}

.column__btn .arrow-down i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: upDown .5s ease-in-out alternate infinite;
}

.column__visit {
  font-size: 14px;
  line-height:  24px;
  color: #405159;
  padding: 5px 0 10px;
}

.column__visit .visit-text {
  text-align: center;
}

.column__visit .visit-text a {
  color:  #ff9900;
}

.content {
  padding: 40px 100px 0 100px;
  width: 72%;
}

.title-text {
  color: #404040;
  text-align: center;
  padding-bottom: 20px;
  font-smooth: always;
}

.title-text h1 strong{
  display:  block;
  font-size:  32px;   
}

.title-text h1{
  font-family:  Calibri;  
  font-weight:  normal;
  font-size:  28px;
  line-height:  32px;  
  margin: 0;  
  color: #405159;
}

.title-text h2 {
  padding:  0;
  font-size: 24px;
  line-height:  32px;  
  font-weigth:  bold;
  margin: 0;
  color: #ff9900;
}

.laptop-frame {
  position: relative;
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

.laptop-frame .idm-player {
  max-width: 100% !important;
  border-radius:  12px;
}

.laptop-frame:after {
  content: "";
  /*top: -5.5%;
  left: -3.15%;*/
  top: -5.6%;
  left: -3.45%;  
  z-index: -1;
  position: absolute;
  /*width: calc(100% + 6.8%);
  height: calc(100% + 11.2%);*/
  width: calc(100% + 10%);
  height: calc(100% + 16%);
  background-size: contain;
  background-repeat: no-repeat;
  /*background-image: url("../images/iPad.png");*/
  background-image: url("../images/mobile-frame.png");
}

.laptop-frame img {
  width: 100%;
  border-radius:  12px;
}

.section-share {
  position: relative;
  display: none;
  /*padding: 15px 0 0 0;*/
  padding: 0;
}

.section-share__text {
  text-align: center;
}

.share-buttons {
  text-align: center;
  letter-spacing: -.36em;
  padding: 5px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.share-buttons__item {
  position: relative;
  display: inline-block;
  margin: 5px;
  list-style-type: none;
}

.share-buttons__link {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  width: 2.5em;
  height: 2.5em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all .3s ease;
}

a[disabled].share-buttons__link {
  box-shadow: none;
  background-color: #6c757d !important;
  color: #bababa !important;
  cursor: no-drop;
}

a[disabled].share-buttons__link:hover {
  color: #bababa !important;
}

.share-buttons__link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: normal;
}

#fbBtn {
  background-color: #395aa1;
}

#fbBtn:hover {
  background-color: #fff;
  color: #395aa1;
}

#twBtn {
  background-color: #3c9cd8;
}

#twBtn:hover {
  background-color: #fff;
  color: #3c9cd8;
}

#lkBtn {
  background-color: #0c78b9;
}

#lkBtn:hover {
  background-color: #fff;
  color: #0c78b9;
}

#vkBtn {
  background-color: #4a76a8;
}

#vkBtn:hover {
  background-color: #fff;
  color: #4a76a8;
}

#downloadBtn {
  background-color: #39485f;
}

#downloadBtn:hover {
  background-color: #fff;
  color: #39485f;
}

#copyBtn {
  background-color: #343434;
}

#copyBtn:hover {
  background-color: #fff;
  color: #343434;
}

#whatsappBtn {
  background-color: #00e676;
  color: #fff;
}

#whatsappBtn i {
  font-size: 25px;
}

#whatsappBtn:hover {
  background-color: #fff;
  color: #00e676;
}

@media only screen and (max-width: 991px) {
  #fbBtn:hover {
    background-color: #395aa1;
    color: #fff;
  }

  #twBtn:hover {
    background-color: #3c9cd8;
    color: #fff;
  }

  #lkBtn:hover {
    background-color: #0c78b9;
    color: #fff;
  }

  #vkBtn:hover {
    background-color: #4a76a8;
    color: #fff;
  }

  #downloadBtn:hover {
    background-color: #39485f;
    color: #fff;
  }

  #copyBtn:hover {
    background-color: #343434;
    color: #fff;
  }

  #whatsappBtn:hover {
    background-color: #00e676;
    color: #fff;
  }
}

.share-buttons__tooltiptext {
  display: none;
  visibility: hidden;
  opacity: 0;
  letter-spacing: normal;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  background-color: #066C8B;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  border-radius: 21px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.share-buttons__tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #066C8B transparent;
}

.share-buttons__showTooltip {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.default-btn {
  background-color: #066C8B;
  letter-spacing: 0;
  margin-left: 0;
  font-size: 16px;
  outline: none;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  border: 2px solid #066C8B;
  border-radius: 21px;
  padding: 5px 25px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  display: block;
  text-align: center;
}

.default-btn:hover {
  color: #066C8B;
  background-color: #ffffff;
}

.reload-page.btn-orange {
  margin-bottom: 20px;
  white-space: break-spaces;
}


.tabletDevice .share-wrapper {
  margin: 25px 0;
}

.personalised-video input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.column__form input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.error-message {
  text-align: center;
  font-size: 16px;
  color: #066C8B;
  line-height: 1.4;
  margin-bottom: 10px;
}

.form-reload {
  text-align: center;
}

.form-reload .reload-page {
  display: inline-block;
}

.btn-handlerTrack {
  font-size: 28px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}

.btn-handlerTrack i {
  flex-shrink: 0;
}

.btn-handlerTrack__current-track-name {
  font-size: 13px;
  padding-left: 6px;
}

.IOS-mobile .share-buttons__item:nth-child(5) {
  display: none;
}
.submitted-message p{
  text-align: center;
}
