html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000;
  overflow-x: hidden;
  min-width: 375px;
  background: #fff;
}



@media screen and (min-width: 992px) {
  .body-team-members {
    max-width: 80% !important;
  }
  .desc-relative {
    position: relative;
  }
  .msg-members {
    position: absolute;
    top: -10px;
  }
}


.out-wrap {
  min-height: 100vh;
  position: relative;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 20px;
  }
  #members_list .row {
    border: 1px solid #BFBFBF;;
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 18px;
  }
}

.hr {
  border-bottom: 2px solid #0078AD;
  padding-top: 30px;
  margin-bottom: 30px;
}

.content {
  display: flex;
  min-height: 100vh;
}

.panel_desktop_left {
  flex: 0 0 50%;
  background: #0078AD40;
  display: flex;
  align-items: center;
  justify-content: center;

}
.panel_desktop_left .logo_step_1 {
  width: 80%;
  height: 50%;
  background-image: url(../../images/user/register_step_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.panel_desktop_left .logo_step_2 {
  width: 80%;
  height: 50%;
  background-image: url(../../images/user/register_step_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-desc-200 {
  background-color: #80BCD6;
  width: 200px;
}

@media screen and (max-width: 992px) {
  .panel_desktop_left {
    display: none;
  }
  .btn-desc-200 {
    width: 100%;
  }
  .btn-mob-50 {
    width: 45%;
  }

}

.divider-line {
  opacity: 1;
  margin-bottom: 45px;
}

.divider-5 {
  height: 5px;
}

.divider-10 {
  height: 10px;
}

.divider-15 {
  height: 15px;
}

.divider-20 {
  height: 20px;
}

.divider-24 {
  height: 24px;
}

.divider-30 {
  height: 30px;
}

.divider-40 {
  height: 40px;
}

.divider-50 {
  height: 50px;
}

.divider-60 {
  height: 60px;
}

.divider-70 {
  height: 70px;
}

.divider-80 {
  height: 80px;
}

.divider-90 {
  height: 80px;
}

.divider-100 {
  height: 100px;
}

.divider-130 {
  height: 130px;
}

.divider-150 {
  height: 150px;
}

.btn {
  font-weight: 400;
  font-size: 20px;
  border-radius: 20px;
  min-width: 90px;
  padding: 7px 10px;
  line-height: 1;
  margin-right: 14px;
}
.btn-primary {
  background-color: #0078AD;
  border-color: #0078AD;
}
.btn-secondary {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
  color: #fff;
}
.btn-light {
  background-color: #fff;
  border-color: #BFBFBF;
  color: #BFBFBF;
}
.btn-info-invert {
  border-width: 3px;
  background-color: #fff;
  border-color: #80BCD6 !important;
  color: #003C57;
}
.btn-info-invert.active {
  background-color: #80BCD6;
  color: #fff;
}
.btn-primary-invert {
  border-width: 3px;
  background-color: #fff;
  border-color: #003C57 !important;
  color: #003C57;
}
.btn-primary-invert.active {
  background-color: #003C57;
  color: #fff;
}
.btn.btn-sm {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 20px;
  }
  .btn.btn-light {
    border: transparent;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.progress {
  border: 1px solid #666B6A;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 50px;
  max-width: 300px;
  height: 13px;
}
.progress .progress-bar {
  background: #80BCD6;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (max-width: 992px) {
  .progress {
    margin-bottom: 25px;
  }
}

.following-questions {
  flex: 0 0 50%;
  padding: 80px 30px 20px;
}
.following-questions .logo {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.following-questions .logo span {
  display: inline-block;
  background: url(../../images/user/logo_blue_new.svg) no-repeat;
  background-size: contain;
  width: 258px;
  height: 139px;
}
.following-questions-bottom .logo span {
  display: inline-block;
  background: url(../../images/user/logo_blue_new.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
}
.following-questions .title {
  display: inline-block;
  background: #E1E1E1;
  border-radius: 50px;
  padding: 13px 36px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 50px;
  text-align: center;
}
.following-questions .title-team {
  padding: 13px 36px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 0;
  text-align: center;
}
.following-questions .second-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.following-questions .thank-you-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  color: #0078AD;
}

.following-questions .verify-email-title {
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.following-questions .third-title {
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  color: #0078AD;
}
.following-questions p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.following-questions p small {
  font-size: 18px;
}
.following-questions p small i {
  font-size: 12px;
}
.following-questions .input-group {
  margin-bottom: 20px;
}
.following-questions .input-group .form-control, .following-questions .input-group .form-select {
  border-color: #BFBFBF;
  font-weight: 400;
  font-size: 18px;
  padding: 6px 20px;
  border-radius: 20px !important;
}
.following-questions .input-group .form-control::-webkit-input-placeholder, .following-questions .input-group .form-select::-webkit-input-placeholder {
  color: #BFBFBF;
  font-style: normal;
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:-moz-placeholder, .following-questions .input-group .form-select:-moz-placeholder {
  color: #BFBFBF;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control::-moz-placeholder, .following-questions .input-group .form-select::-moz-placeholder {
  color: #BFBFBF;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:-ms-input-placeholder, .following-questions .input-group .form-select:-ms-input-placeholder {
  color: #BFBFBF;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:focus::-webkit-input-placeholder, .following-questions .input-group .form-select:focus::-webkit-input-placeholder {
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:focus::-moz-placeholder, .following-questions .input-group .form-select:focus::-moz-placeholder {
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:focus:-moz-placeholder, .following-questions .input-group .form-select:focus:-moz-placeholder {
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control:focus:-ms-input-placeholder, .following-questions .input-group .form-select:focus:-ms-input-placeholder {
  transition: opacity 0.3s;
}
.following-questions .input-group .form-control + .input-group-text, .following-questions .input-group .form-select + .input-group-text {
  border-radius: 0 20px 20px 0;
}
.following-questions .input-group + .invalid-feedback {
  display: block;
  margin: -10px 0 20px 20px;
  font-size: 11px;
  line-height: 13px;
}

#invalid-feedback {
  display: block !important;
}
.following-questions .input-group + .msg {
  display: block;
  margin: -10px 0 20px 20px;
  font-size: 10px;
  line-height: 13px;
  color: #BFBFBF;
}
.following-questions .body {
  max-width: 443px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .following-questions {
    flex: 0 0 100%;
    padding: 30px 30px 50px;
  }
  .following-questions .title {
    font-size: 20px;
    border-radius: 0;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 20px;
    margin-bottom: 40px;
  }
  .following-questions .body {
    max-width: 100%;
  }
  .following-questions .logo span{
    width: 120px;
    height: 62px;
  }
  .following-questions .logo{
    margin-bottom: 20px;
  }
  .following-questions p {
    font-size: 16px;
  }
  .following-questions p small {
    font-size: 14px;
  }
  .following-questions .input-group {
    margin-bottom: 20px;
  }
  .following-questions .input-group .form-control, .following-questions .input-group .form-select {
    font-size: 16px;
    padding: 5px 20px 4px;
    border-radius: 20px;
  }
  .following-questions .input-group .form-control + .input-group-text, .following-questions .input-group .form-select + .input-group-text {
    border-radius: 0 20px 20px 0;
  }
}

.radio-btn {
  margin-bottom: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.radio-btn input {
  position: absolute;
  opacity: 0;
}
.radio-btn span {
  display: block;
  border: 1px solid #BFBFBF;
  border-radius: 20px;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
}
.radio-btn input:checked + span {
  border-color: #0078AD;
  box-shadow: 0 0 0 2px #0078AD;
}
@media screen and (max-width: 992px) {
  .radio-btn span {
    font-size: 16px;
  }
}

.select-integration label {
  display: block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.select-integration label input {
  position: absolute;
  opacity: 0;
}
.select-integration label span {
  display: block;
}
.select-integration label .wr {
  display: block;
  text-align: center;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  padding: 13px 5px 7px;
}
.select-integration label .wr .img {
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto 9px;
}
.select-integration label .wr .name {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #666B6A;
}
.select-integration label .wr .role {
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #666B6A;
}
.select-integration label input:checked + .wr {
  border-color: #0078AD;
  box-shadow: 0 0 0 2px #0078AD;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.group-btn-1 {
  max-width: 320px;
  margin: 0 auto;
}

.group-btn-2 {
  max-width: 430px;
  margin: 0 auto;
}

.landing-page {
  padding: 100px 15px 50px;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .landing-page {
    padding: 50px 15px 50px;
  }
}
.landing-page .logo {
  display: block;
  background: url(../../images/user/logo_blue_new.svg) no-repeat;
  background-size: contain;
  width: 258px;
  height: 139px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 992px) {
  .landing-page .logo {
    width: 233px;
    height: 49px;
    margin-bottom: 70px;
  }
}
.landing-page .wrap-1 {
  max-width: 840px;
  margin: 0 auto;
}
.landing-page .wrap-2 {
  max-width: 690px;
  margin: 0 auto;
}
.landing-page .wrap-3 {
  max-width: 580px;
  margin: 0 auto;
}
.landing-page .wrap-4 {
  max-width: 510px;
  margin: 0 auto;
}
.landing-page .btn-get-start {
  font-size: 30px;
  font-style: italic;
  padding: 14px 34px;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .landing-page .btn-get-start {
    font-size: 20px;
    padding: 9px 30px;
  }
}
.landing-page .txt-btn {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #000807;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .landing-page .txt-btn {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.landing-page h2 {
  margin-bottom: 50px;
}
.landing-page h2 span {
  display: inline-block;
  line-height: 1.1;
  border-bottom: 2px solid #80BCD6;
  font-weight: 400;
  font-size: 32px;
  color: #000807;
  padding-bottom: 15px;
}
.landing-page h2 span strong {
  display: block;
  font-weight: 600;
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  .landing-page h2 {
    margin-bottom: 20px;
  }
  .landing-page h2 span {
    font-size: 22px;
  }
  .landing-page h2 span strong {
    font-size: 26px;
  }
}
.landing-page h3 {
  margin-bottom: 30px;
}
.landing-page h3 span {
  font-style: italic;
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid #000807;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 5px;
  color: #0078AD;
}
@media screen and (max-width: 992px) {
  .landing-page h3 {
    margin-bottom: 20px;
  }
  .landing-page h3 span {
    font-size: 20px;
  }
}
.landing-page p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .landing-page p {
    font-size: 16px;
  }
}
.landing-page header {
  margin-bottom: 320px;
}
.landing-page header h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  color: #000807;
  margin-bottom: 100px;
}
.landing-page header p {
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  color: #000807;
  margin-bottom: 100px;
}
.landing-page header .wrap-1 {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.landing-page header .wrap-1:before {
  content: "";
  display: block;
  width: 1493px;
  height: 1493px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -655px;
  transform: translateX(-50%);
  background: #CBE3EE;
  box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .landing-page header {
    margin-bottom: 160px;
  }
  .landing-page header .wrap-1 {
    max-width: 305px;
  }
  .landing-page header .wrap-1:before {
    width: 759px;
    height: 759px;
    top: -140px;
  }
  .landing-page header h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 70px;
  }
  .landing-page header p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 70px;
  }
}
.landing-page .block-cup {
  background: #80BCD6;
  box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.15);
  margin: 0 -15px 330px;
}
.landing-page .block-cup div {
  display: inline-block;
  align-items: center;
  padding: 36px 260px 36px 0;
  position: relative;
}
.landing-page .block-cup div span {
  display: inline-block;
  font-weight: 600;
  font-size: 45px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.landing-page .block-cup div i {
  background: url(../images/user/cup.svg) no-repeat;
  background-size: contain;
  width: 212px;
  height: 249px;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .landing-page .block-cup {
    margin-bottom: 240px;
  }
  .landing-page .block-cup div {
    padding: 20px 140px 20px 0;
  }
  .landing-page .block-cup div span {
    font-size: 25px;
    line-height: 24px;
  }
  .landing-page .block-cup div i {
    width: 108px;
    height: 127px;
    top: -23px;
  }
}
.landing-page .blue-circle {
  position: relative;
  color: #fff;
}
.landing-page .blue-circle h2 {
  margin-bottom: 50px;
}
.landing-page .blue-circle h2 span {
  color: #fff;
  border: 0;
  padding: 0;
}
.landing-page .blue-circle .txt-btn {
  color: #fff;
}
.landing-page .blue-circle img {
  margin-bottom: 50px;
  max-width: 100%;
}
.landing-page .blue-circle p {
  max-width: 575px;
  margin: 0 auto 100px;
}
.landing-page .blue-circle:before {
  content: "";
  display: block;
  width: 1100px;
  height: 1100px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #003C57;
  box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .landing-page .blue-circle:before {
    width: 735px;
    height: 735px;
  }
  .landing-page .blue-circle img {
    margin-bottom: 30px;
    width: 259px;
  }
  .landing-page .blue-circle p {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.4;
  }
}
.landing-page .phone-descr {
  padding-top: 320px;
}
.landing-page .phone-descr div {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.landing-page .phone-descr i {
  display: block;
  background: url(../images/user/phone.jpg) no-repeat;
  width: 301px;
  height: 301px;
  flex: 0 0 301px;
  display: block;
  margin-right: 100px;
}
.landing-page .phone-descr span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .landing-page .phone-descr {
    padding-top: 210px;
  }
  .landing-page .phone-descr i {
    margin: 0 auto;
  }
  .landing-page .phone-descr span {
    display: none;
  }
}
.landing-page .about-tools {
  background: #F0F0F0;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 -15px 200px;
}
.landing-page .about-tools .block {
  background: #80BCD6;
  border-radius: 15px;
  padding: 40px 50px;
}
.landing-page .about-tools .block ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-page .about-tools .block ul li {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.landing-page .about-tools .block ul li:after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.landing-page .about-tools .block ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.landing-page .about-tools .block ul li:last-child:after {
  display: none;
}
.landing-page .about-tools .block.bl-2 {
  background: #CBE3EE;
}
.landing-page .about-tools .block.bl-2 li {
  color: #003C57;
}
.landing-page .about-tools .block.bl-2 li:after {
  background: #003C57;
}
@media screen and (max-width: 992px) {
  .landing-page .about-tools {
    padding: 50px;
    margin: 0 -15px 150px;
  }
  .landing-page .about-tools .block {
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .landing-page .about-tools .block ul li {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.landing-page .integrations-mark {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  font-style: italic;
  line-height: 38px;
  color: #FFFFFF;
  padding: 2px 27px;
  background: #003C57;
  border-radius: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .landing-page .integrations-mark {
    font-size: 20px;
    line-height: 25px;
  }
}
.landing-page .integrations-list {
  max-width: 900px;
  margin: 0 auto 30px;
}
.landing-page .integrations-list span {
  display: inline-block;
  margin: 0 15px 20px;
}
.landing-page .video-yt {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.31);
}
.landing-page .video-yt iframe, .landing-page .video-yt embed, .landing-page .video-yt video, .landing-page .video-yt object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 0;
}
.landing-page .support-block {
  margin-bottom: 200px;
}
.landing-page .support-block .tl {
  background: #E1E1E1;
  padding: 40px 20px;
  max-width: 690px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}
.landing-page .support-block .block {
  background: #003C57;
  margin: 0 -15px;
  padding: 100px 0 0;
  color: #fff;
}
.landing-page .support-block .block > div {
  max-width: 600px;
  margin: 0 auto;
}
.landing-page .support-block .block img {
  max-width: 100%;
}
.landing-page .support-block .block span {
  padding-top: 20px;
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
}
.landing-page .support-block .block .item {
  max-width: 230px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .landing-page .support-block {
    margin-bottom: 150px;
  }
  .landing-page .support-block .tl {
    font-size: 26px;
    line-height: 32px;
    padding: 28px 10px;
  }
  .landing-page .support-block .block {
    padding-top: 50px;
  }
  .landing-page .support-block .block .item {
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%;
    padding: 0 40px;
  }
  .landing-page .support-block .block .item img {
    width: 91px;
    height: 91px;
  }
  .landing-page .support-block .block .item span {
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-page .questions .title {
  background: #0078AD;
  margin: 0 -15px;
  margin-bottom: 100px;
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 20px 10px;
}
.landing-page .questions-schedule .title {
  background-color: #003C57;
  padding: 40px;
}
.landing-page .questions-schedule .title a {
  color: #003C57;
}
@media screen and (max-width: 992px) {
  .landing-page .questions .title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.landing-page .questions .price-box {
  border: 2px solid;
  border-radius: 10px 10px 0 0;
  margin-bottom: 50px;
}
.landing-page .questions .price-box .top {
  display: flex;
  margin-bottom: 30px;
  border-radius: 7px 7px 0 0;
}
.landing-page .questions .price-box .top div {
  flex: 0 0 50%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding: 13px 5px;
  color: #fff;
  position: relative;
}
.landing-page .questions .price-box .top div span {
  font-weight: 400;
  font-size: 18px;
}
.landing-page .questions .price-box .top div:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  right: 1px;
  top: 12px;
}
.landing-page .questions .price-box .down ul {
  display: block;
  list-style: none;
  padding: 0 10px 25px;
  margin: 0;
}
.landing-page .questions .price-box .down ul li {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #000807;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.landing-page .questions .price-box .down ul li:after {
  content: "";
  display: block;
  width: 188px;
  height: 1px;
  background: #BFBFBF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.landing-page .questions .price-box .down ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.landing-page .questions .price-box .down ul li:last-child:after {
  display: none;
}
.landing-page .questions .price-box.box-1 {
  border-color: #80BCD6;
}
.landing-page .questions .price-box.box-1 .top {
  background: #80BCD6;
}
.landing-page .questions .price-box.box-2 {
  border-color: #0078AD;
}
.landing-page .questions .price-box.box-2 .top {
  background: #0078AD;
}
.landing-page .questions .price-box.box-3 {
  border-color: #003C57;
}
.landing-page .questions .price-box.box-3 .top {
  background: #003C57;
}
.landing-page .questions .price-box.box-4 {
  border-color: #002434;
}
.landing-page .questions .price-box.box-4 .top {
  background: #002434;
}
@media screen and (max-width: 992px) {
  .landing-page .questions .price-box {
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .landing-page .questions .price-box .top {
    margin-bottom: 16px;
  }
  .landing-page .questions .price-box .top div {
    padding: 8px 5px;
    font-size: 16px;
    font-weight: 500;
  }
  .landing-page .questions .price-box .top div span {
    font-size: 10px;
  }
  .landing-page .questions .price-box .top div:first-child:after {
    top: 5px;
  }
  .landing-page .questions .price-box .down ul {
    padding-bottom: 16px;
  }
  .landing-page .questions .price-box .down ul li {
    font-size: 11px;
  }
}
.g-recaptcha {
  display: inline-block;
}

.msg {
  display: block;
  margin: -10px 0 20px 20px;
  font-size: 10px;
  line-height: 13px;
  color: #BFBFBF;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
/*# sourceMappingURL=styles.css.map */

.form-control:focus {
  border: 2px solid #0078AD !important;
  box-shadow: none;
}

.input-group-addon i {
  margin-left: -30px;
  top: 5px;
  cursor: pointer;
  z-index: 200;
  position: absolute;
  font-size: large;
  color: #6c757d;
}

.footer {
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 30px;
  font-weight: 500;

}

.footer a {
  text-decoration: none;
  color: black;
}

.following-questions .invitation-sent {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.is-invalid-border {
  border-color: #dc3545 !important;
}

span.copy-data {
  background: url(../user/integrations/isolation.png) no-repeat white center;
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  z-index: 10;
}

.account-id-placeholder {
  display: block;
  color: #adb5bd;;
  font-size: 18px;
  position: absolute;
  left: 22px;
  top: 6px;
  z-index: 10;
}
.account-id {
  padding-left: 115px !important;
}
.data-format-placeholder {
  display: block;
  color: #adb5bd;;
  font-size: 18px;
  position: absolute;
  left: 22px;
  top: 6px;
  z-index: 10;
}
.data-f {
  padding-left: 130px !important;
}
.delete-row {
  width: 20px;
  height: 20px;
  background: url(../images/user/trash.png) no-repeat  white center;
  display: block;
  position: absolute;
  right: -25px;
  color: black;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .delete-row {
    top: -18px;
  }
}
@media screen and (min-width: 992px) {
  .delete-row {
    top: 8px;
  }
}