/*Common css*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family: 'Open Sans', sans-serif;font-weight: normal;font-size: 16px;color:#333333;line-height:1.5;/*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/}
a{display: inline-block;outline: none;cursor: pointer;}
body a:hover{text-decoration: none;}
p:last-of-type{margin-bottom:0;}
body .container{max-width: 1230px; width: 100%;position: relative;  z-index:2;padding: 0 30px;margin: 0 auto;}
img{max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/*-------------Banner-------------*/
.page-header {
    padding: 25px 0;
}
.page-header .logo {
    width: 60%;
}
.page-header .logo a {
    line-height: 0.8;
}
.logo img {
    width: 220px;
    max-width: 100%;
}
.page-header .social-icons {
    width: 40%;
    text-align: right;
}
.social-icons ul {
    list-style: none;
    margin: 0;
}
.social-icons ul li {
    display: inline-block;
    padding-right:7px;
}
.social-icons ul li:last-child {
    padding-right: 0;
}
.social-icons li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #390D63;
    text-align: center;
    line-height: 1.9;
    font-size: 18px;
    color: #fff;
}
.social-icons li a:hover {
    background-color: #333;
}
.banner {
    padding: 60px 0px;
}
.banner-content {
    width: 60%;
    padding:0px 40px 0 0;
}
.banner-content h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #ffffff;
    margin:0;
}
.banner-content h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    margin: 25px 0;
}
.banner-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 27px 0 0;
}
.form-col {
    width: 40%;
    position: relative;
}
/*-------Form Css------*/
body .banner .container {
    z-index: 3;
}
.form-layout {
  background-color: #F9F9F9;
  padding: 23px 38px 30px;
}
.form-heading h2 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.2;
    font-weight: 600;
}
.form-wrap .mktoForm *{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.form-wrap .mktoForm {
  width: 100% !important;
  padding: 0 !important;
}
.form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}

.form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
  width: 100% !important;
}
.form-wrap .mktoFormCol{
  margin: 0 0 10px !important;
}
.form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoLabel, .form-wrap .mktoAsterix, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.form-wrap .mktoForm input[type=text], 
.form-wrap .mktoForm input[type=email], 
.form-wrap .mktoForm input[type=number], 
.form-wrap .mktoForm input[type=tel], 
.form-wrap .mktoForm select {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #DFDFDF;
  background-color: #ffffff;
  padding: 7px 7px 7px 15px !important;
  line-height: 1.35 !important;
  font-size: 14px !important;
  color: #808080;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance:none;
  border-radius: 3px;
  -webkit-appearance: none;
}
.form-wrap .mktoForm select.mktoField {
  background-image:url('https://pages.grazitti.com/rs/690-NGB-767/images/select-arrow-faded.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
  border: 1px solid #DFDFDF;
  box-shadow: none;
  height: 44px;
  padding: 7px 35px 7px 15px !important;
  color: #808080;
  border-radius: 3px;
}
.form-wrap select option {
    background: #f9f9f9;
    color: #808080;
}
select::-ms-expand {
    display: none;
}
.form-wrap .checkbox-wrap {
  position: relative;
}
.form-wrap .mktoForm .mktoCheckboxList > label {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoLabel, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoLabel {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
    padding: 3px 0px 0px 30px !important;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
}

.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList {
    display: inline-block !important;
    width: 25px !important; 
    float: left !important;
}
.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    float: left;
    padding: 0;
    margin: 0 0 0 -8px;
    font-size: 12px;
    color: #888888;
}
.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label, 
.mktoForm .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList > label {
  position: absolute;
  top: 6px;
  left: 0;
}
.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoLabel {
    padding-top: 6px !important;
}
.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label {
    top: 7px;
}
.form-wrap .mktoForm .mktoCheckboxList > input {
  display: none !important;
}
.form-wrap .mktoForm input[type=checkbox]:checked + label:before {
  content: "\2713" !important;
  color: #333333;
}
.form-wrap .mktoForm input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 12px;
  border: 1px solid #CCCACA;
  background: #ffffff; 
  left: 0;
  text-align: center;
}
.form-wrap .mktoForm input[type=checkbox] + label:before{
  border-radius: 0;
  font-size: 13px;
  line-height: 15px;
}
.form-wrap .mktoForm .mktoCheckboxList {
  padding: 0;
  display: inline-block;
  width: auto !important;
  position: absolute;
  left: 0;
}
.form-wrap .mktoButtonRow {
  width: 100%;
  position: relative;
  padding-top: 5px;
}
.form-wrap span.mktoButtonWrap {
  margin: 0 !important;
  width: 100%;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, 
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  border-radius: 5px;
    border: 0 !important;
    font-size: 20px !important;
    background: linear-gradient(69.32deg, #DF2981 14.07%, #FF5783 85.01%) !important;
    width: 100% !important;
    font-weight: 600;
    padding: 10px 12px 12px 10px!important;
    line-height: 1.2 !important;
    color: #fff;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    color: #fff !important;
    background-color: rgba(0,0,0,0) !important;
}
.form-wrap .mktoLabel a u {
    text-decoration: none;
    padding: 0;
}
.form-wrap .mktoLabel a {
    color: #02A2DE !important;
    padding: 0;
    text-decoration: none;
}
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
  outline: none;
}
.form-wrap .mktoForm .mktoError {
    left: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #808080 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input:-webkit-autofill:disabled, textarea:-webkit-autofill:disabled, input:-internal-autofill-selected {
    background: #fff!important;
}
#ThankYou-msg {
    font-size: 18px;
    color: #333333;
    margin-top: 190px;
}
span.mktoErrorDetail {
    color: #fff;
}
.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: auto !important;
    left: -5px !important;
    top: 24px;
}
#ThankYou-msg {
    font-size: 18px;
    color: #333333;
    background: #f5f5f5;
    padding: 80px 20px;
    text-align: center;
    outline: 5px solid #f5f5f5;
    border: 5px solid #ffffff;
    margin: 7px 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
    .form-wrap .mktoForm input[type=checkbox] + label:before{
      line-height: 1;
    }
    .list-wrap {
        border: 1px solid #e5e5e5;
    }
}

/*-------------key-highlights--------------*/
.key-highlights {
    padding: 55px 0 45px;
}
.highlights h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 18px;
}
.highlights ul {
    list-style: none;
    margin: 0;
}
.highlights ul li {
    padding: 0 0 15px 34px;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/seb-list-tick.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}
.btn-ctrl {
    background: linear-gradient(69.32deg, #DF2981 14.07%, #FF5783 85.01%) !important;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 30px 12px;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
}
.btn-ctrl:hover {
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.btn-wrap {
    padding-top: 20px;
}
/*-------------------------*/
.footer {
    padding: 28px 0;
}
.footer p {
    color: #FFFFFF;
    margin: 0;
    font-size: 16px;
}
.footer-txt {
	width: 70%;
}
.footer p a {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}
.footer p a:hover {
    color: #E5127B;
}
.footer p span {
    padding: 0 1px;
}
.footer-links {
    width: 30%;
    text-align: right;
}
/*---------Responsive-----------*/
@media (max-width: 991px){
    .form-layout {
      margin: 40px auto 0;
      max-width: 450px;
    }
    .banner-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .form-col {
        width: 100%;
        background-color: rgba(255,255,255, 0);
        padding: 0;
    }
    .banner {
        padding: 45px 0px 55px;
    }
    .highlights ul li {
        font-size: 15px;
        background-size: 20px;
        padding: 0 0 10px 31px;
        background-position: left top 2px;
    }
}
@media (min-width: 768px) {
	.key-highlights .container, .footer .container {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    flex-wrap: nowrap;
	}
  .ebook-img {
    width: 45%;
    text-align: right;
    padding-right: 50px;
  }
  .highlights {
      width: 55%;
  }
}
@media (min-width: 992px){
  .banner .container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: nowrap;
  }
  .ebook-img {
      padding-right: 90px;
  }
}
@media (max-width: 767px){
    .banner-content h1 {
    font-size: 26px;
    line-height: 35px;
}
.form-layout h2 {
    font-size: 22px !important;
}
.highlights ul li {
        font-size: 14px;
        background-size: 15px;
        padding: 0 0 10px 25px;
        background-position: left top 4px;
    }
    .btn-ctrl {
    height: auto !important;
    font-size: 16px !important;
    padding: 12px 25px 12px !important;
}
.footer p {
    font-size: 14px;
}
.highlights h2 {
    font-size: 20px;
    line-height: 26px;
}
.banner-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0;
}
    body .container {
        padding: 0 20px;
    }
    .footer {
        text-align: center;
    }
    .footer-txt, .footer-links {
        width: 100%;
    }
    .footer-links {
        text-align: center;
        padding-top: 10px;
    }
    .key-highlights {
        padding: 50px 0 50px;
    }
    .ebook-img {
        text-align: center;
        padding-bottom: 25px;
        width: 85%;
        margin: 0 auto;
    }
    .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    font-size: 16px !important;
    height: auto !important;
}
}
@media (max-width: 574px){
  .banner-content h1 {
        font-size: 24px ;
        line-height: 30px;
  }
  .banner-content h3 {
    font-size: 16px;
}
  .form-heading h2, .highlights h2 {
      font-size: 20px !important;
  }
  .form-layout {
      padding: 23px 20px 30px;
  }
  .footer {
      padding: 22px 0;
  }
  .footer p {
      font-size: 14px;
  }
  .btn-ctrl {
      font-size: 18px;
      padding: 10px 25px 12px;
  }
}