@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Regular.ttf");
  src: url("../assets/fonts/Sora-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Bold";
  src: url("../assets/fonts/Sora-Bold.ttf");
  src: url("../assets/fonts/Sora-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Light";
  src: url("../assets/fonts/Sora-Light.ttf");
  src: url("../assets/fonts/Sora-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Thin";
  src: url("../assets/fonts/Sora-Thin.ttf");
  src: url("../assets/fonts/Sora-Thin.ttf") format("truetype");
}

a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all ease;
}

a:hover {
  color: #98c93c;
}

button,
.button {
  border: none;
  background-color: #9bc947;
  color: #fff;
  padding: 6px 24px;
  padding: 12px 36px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
  transition: 0.3s all ease;
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
}

button:hover,
.button:hover {
  text-decoration: none;
  transition: 0.5s all ease;
  background-color: #fff;
}

.button.alt {
  background-color: #333333;
}

.button.alt:hover {
  background-color: #fff;
  color: #333333;
}

.button.alt-2 {
  background-color: #fff;
  color: #333333;
}

.button.alt-2:hover {
  background-color: #9bc947;
}

.button.alt-3:hover {
  background-color: #333;
}

.special {
  color: #98c93c;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.responsive {
  width: 100%;
  height: auto;
}

.fade-in {
  opacity: 0;
  transition: opacity 1.3s ease-in;
  transition-delay: 0.2s;
}

.active {
  opacity: 1;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Sora", Geneva, Verdana, sans-serif;
  background-color: #333333;
  color: #fff;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 25px 0;
  z-index: 5;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: none;
  transition: background-color 0.8s ease-out;

  padding: 20px 0;
}

header.fade-header {
  background-color: rgba(72, 71, 71, 0.8);
}

.logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.button-container,
.content-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

section {
  padding: 40px 0;
}

b,
.heading {
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.one {
  background-image: url("../images/bgs/intro.png");
  background-repeat: no-repeat;
  background-size: cover;

  /* display: flex;
  justify-content: flex-start;
  align-items: center; */

  border-bottom: 10px solid #98c93c;

  /* margin-top: 150px; */
  padding: 0;
  padding-bottom: 20vh;
}

.one span {
  color: #9bc947;
}

.one .content {
  background-color: #333333;
  padding: 40px;
  border-radius: 0 0 46px 0;
  margin-left: -10px;
  position: relative;
}

.one .content .arrow-1 {
  position: absolute;
  z-index: 2;
  max-height: 350px;
  height: 32vh;
}

.one .header-1 {
  font-size: 48px;
  margin-bottom: 28px;
  line-height: 1;
}

.one .rectangle-146 {
  background-color: #333;
  width: 100%;
  height: 20vh;
  min-height: 90px;
  border-radius: 0 0 48px 0;
}

.two {
  background-color: #fff;
  color: #333333;
  padding-top: 65px;
}

.two .content {
  font-size: 22px;
}

.two .content br {
  display: none;
}

.two .rectangle-148 {
  display: none;
}

.three {
  background-image: url("../images/bgs/section_3.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.three .heading {
  font-size: 28px;
  line-height: 1.2;
  color:white;
}

.three .content p {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 15px 30px 0;
}

.three .flex-content p {
  font-size: 20px;
  line-height: 27px;
}

.three .logo-A {
  display: none;
  /* max-width: 100px;
  margin: 40px auto 10px; */
}

.four {
  background-color: #fff;
  color: #333333;
}

.four h3 {
    color: #333333;
}

.four .heading {
  font-size: 32px;
  line-height: 1.2;
}

.four .heading b{
  color: #333333;

}
.four span.countup {
    color: #333333;
}


.four .content {
  list-style: none;
  padding: 0;
}

.four .content li p {
  font-size: 20px;
  line-height: 1.1;
}

.four .item {
  margin-bottom: 20px;
}

.stat {
  font-size: 64px;
  background-color: #98c93c;
  width: 200px;
  height: 200px;
  border-radius: 200px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 30px auto;

  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.stat h3 {
  font-size: 64px;
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
}

.five {
  background-color: #98c93c;
  background-color: #9bc947;
  color: #333333;
}

.five .heading {
  font-size: 32px;
  line-height: 1.2;
  color: #333333;
}

.five .sub-heading {
  font-size: 20px;
}

.five .sub-heading a {
  color: #333;
}

.five .sub-heading a:hover {
  color: #fff;
}

.five .promos {
  display: grid;
  column-gap: 40px;
  margin: 25px 0 10px;
}

.five .item {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px 34px;
  font-size: 18px;
  line-height: 28px;
  text-indent: -16px;
  margin-bottom: 20px;
}

.five .item b {
  font-size: 1.5em;
}

.six .promo .button {
  margin: 0 auto;
}

.six .eyebrow {
  color: #98c93c;
  font-size: 20px;
}

.six .heading {
  font-size: 25px;
  font-weight: bold;color:#fff;
}

.six .content ul {
  margin: 15px 0;
  padding-left: 0px;
  padding-bottom: 5px;
}

.six .content li {
  margin: 20px;
}

footer {
  background-color: #98c93c;
  padding: 40px 0;
  font-size: 14px;
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
}

footer a:hover {
  color: #333;
}
/*-----------------------------------------------------------*/
.confirmation-container h3{
  color:#fff;
}
.custom_thankyou_lp header{
  background: #005473;
  padding: 67px 0 20px;
}
.custom_thankyou_lp .sap_confirmation h3 {
  font-family: 'Sora';
  font-weight: 400;
  line-height: 46px;
  font-size: 34px;
  margin-bottom: 20px;
}
.custom_thankyou_lp .sap_confirmation p {
    font-size: 18px;
    line-height: 46px;
    margin-bottom:0;
}
.custom_thankyou_lp .sap_confirmation a.button.downloadnow {
  margin-left: 20px;
}
.custom_thankyou_lp .sap_confirmation h3 b {
  font-weight: 600;
  font-family: 'Sora';
}
.custom_thankyou_lp .sap_confirmation a.button {
  background: #00A5D7;
  color: #005473;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07rem;
  padding: 19px 27px;
  margin-top:40px;
}
.custom_thankyou_lp .user-form-details {
  max-width: 570px;
  padding: 20px 15px;
  text-align: start;
  margin: 0 auto;
}
.custom_thankyou_lp .user-form-details .user-inner-data {
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
}
.custom_thankyou_lp .user-form-details .user-inner-data .user-lable {
  width: 30%;
  font-weight: 700;
}
.custom_thankyou_lp .bottom-bar {
  border-bottom-color: #00A5D7;
}
.custom_thankyou_lp .confirmation_buttons{
  padding-bottom: 30px;
}
@media only screen and (max-width:767px){
  .custom_thankyou_lp .user-form-details .user-inner-data .user-lable {
    width: 50%;
  }
  .custom_thankyou_lp .user-form-details {
    max-width: 570px;
  }
  .custom_thankyou_lp .sap_confirmation h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .custom_thankyou_lp .sap_confirmation p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .custom_thankyou_lp .sap_confirmation a.button.downloadnow {
    margin-left: 0;
    margin-top: 20px;
  }
  .custom_thankyou_lp .sap_confirmation a.button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    margin-top: 30px;
    padding: 14px 10px;
  }
}
.custom_thankyou_lp .confirmation{
    padding-top:160px !important;
    position: unset !important;
}
.custom_thankyou_lp .confirmation.sap_confirmation .user-form-details {
    max-width: 420px;
}
.custom_thankyou_lp .confirmation.sap_confirmation .user-form-details .user-inner-data {
    width: 100%;
    justify-content: center;
}
.custom_thankyou_lp .confirmation.sap_confirmation .user-form-details .user-inner-data .user-lable, .confirmation.sap_confirmation .user-form-details .user-inner-data .user-value {
    width: 45%;
}
/*-------------------oracle thank you-------------*/
.custom_oracle_thank_you .sap_confirmation a.button{
  margin: 40px 0 !important;
}
@media only screen and (min-width: 577px){
  .custom_oracle_thank_you .user-form-details.gartner-comfirm {
    max-width: 400px;
  }
  .custom_oracle_thank_you .user-form-details .user-inner-data {
    justify-content: center;
  }
  .custom_oracle_thank_you .user-form-details .user-inner-data .user-value {
    width: 15%;
  }
  .custom_oracle_thank_you .user-form-details .user-inner-data .user-lable {
    width: 30%;
  }
}
@media only screen and (max-width: 576px){
  .custom_oracle_thank_you .user-form-details.gartner-comfirm {
    max-width: 340px;
  }
  .custom_oracle_thank_you .user-form-details .user-inner-data{
    justify-content: space-between;
  }
}
/*----------------------oracle, gartner thank you-------------*/
body.custom_thankyou_lp {
  background: #333333;
}
.custom_thankyou_lp .sap_confirmation a.button {
  background: #9BC947;
  color: #005473;
}
.custom_thankyou_lp .bottom-bar {
  border-bottom-color: #9BC947;
}
.custom_thankyou_lp header {
  background: #333333;
}
/*-----------------------Gartner thank you--------------------------*/
body.custom_thankyou_lp.custom_gartner_tk_lp {
  background: inherit;
}
body.custom_gartner_tk_lp{
  background-image: url("/wp-content/uploads/2023/07/Background.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center top;
}
.custom_gartner_tk_lp .sap_confirmation a.button.downloadnow {
  margin-right: 30px;
}
body.custom_gartner_tk_lp{
  background-color: #005473;
}
.custom_gartner_tk_lp .bottom-bar{
  display: none;
}
body.custom_gartner_tk_lp header {
  background: transparent;
}
/*------------------------rangers game--------------------------------*/
body.custom_rangers_thank_you .sap_confirmation a.button{
  background: #EF4123;
  color: #ffffff;
} 
.custom_rangers_thank_you .bottom-bar{
  display: none;
}
body.custom_rangers_thank_you, .custom_rangers_thank_you header {
  background: #005473;
}
/*-----------gartnersym2023, leaders-guide-download-----------*/
body.custom_bg_color_b, .custom_bg_color_b header {
  background: #005473;
}
.custom_bg_color_b .bottom-bar {
  border-bottom-color: #00A5D7;
}
.custom_bg_color_b .sap_confirmation a.button {
  background: #00A5D7;
  color: #005473;
}
/*----------------------oracle, sap mail-----------------*/
body.custom_mail_lp{
  background: #005473;
}
.custom_mail_lp .back-image{
  border-radius: 1px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}
.custom_mail_lp .confirmation, .download {
  position: relative;
}
.custom_mail_lp .confirmation-container {
  margin-top: 200px;
}
.custom_mail_lp header{
  background: #005473;
  padding: 67px 0 20px;
}
.custom_mail_lp .sap_confirmation h3 {
  font-family: 'Sora';
  font-weight: 400;
  line-height: 46px;
  font-size: 34px;
  margin-bottom: 20px;
}
.custom_mail_lp .sap_confirmation p {
  font-size: 18px;
  line-height: 46px;
  margin-bottom:174px;
}
.custom_mail_lp .sap_confirmation a.button.downloadnow {
  margin-left: 32px;
}
.custom_mail_lp .sap_confirmation h3 b {
  font-weight: 600;
  font-family: 'Sora';
}
.custom_mail_lp .sap_confirmation a.button {
  background: #00A5D7;
  color: #005473;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07rem;
  padding: 19px 27px;
  margin-top:20px;
}
.custom_mail_lp .user-form-details {
  max-width: 570px;
  padding: 20px 15px;
  text-align: start;
  margin: 0 auto;
}
.custom_mail_lp .user-form-details .user-inner-data {
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
}
.custom_mail_lp .user-form-details .user-inner-data .user-lable {
  width: 30%;
  font-weight: 700;
}
.custom_mail_lp .bottom-bar {
  border-bottom-color: #00A5D7;
}
@media only screen and (max-width:767px){
  .custom_mail_lp .user-form-details .user-inner-data .user-lable {
    width: 50%;
  } 
  .custom_mail_lp .user-form-details {
    max-width: 570px;
  }
  .custom_mail_lp .sap_confirmation h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .custom_mail_lp .sap_confirmation p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .custom_mail_lp .sap_confirmation a.button.downloadnow {
    margin-left: 0;
    margin-top: 20px;
  }
  .custom_mail_lp .sap_confirmation a.button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    margin-top: 30px;
    padding: 14px 10px;
  }
}
/*--------------- Oracel Downlaod ----------------------*/
body.custom_oracle_d {
  background: #333333;
}
.custom_oracle_d .sap_confirmation a.button {
  background: #9BC947;
  color: #005473;
}
.custom_oracle_d .bottom-bar {
  border-bottom-color: #9BC947;
}
.custom_oracle_d header {
  background: #333333;
}
/*------------------- spinnaker thank you --------------*/
.custom_o_third_p header{
  background: #333333;
}
.custom_o_third_p .user-form-details {
  max-width: 570px;
  padding: 20px 15px;
  text-align: start;
  margin: 0 auto;
}
.custom_o_third_p .user-form-details .user-inner-data {
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
}
.custom_o_third_p .user-form-details .user-inner-data .user-lable {
  width: 30%;
  font-weight: 700;
}
.custom_o_third_p .confirmation {
  padding: 6rem 25px 0 !important;
}
@media only screen and (max-width:767px){
  .custom_o_third_p .user-form-details .user-inner-data .user-lable {
    width: 50%;
  } 
  .custom_o_third_p .user-form-details {
    max-width: 570px;
  }
  .custom_o_third_p .confirmation {
    padding: 15rem 25px 0 !important;
  }
}
.custom_o_third_p .confirmation .user-form-details {
  max-width: 420px;
}
.custom_o_third_p .confirmation .user-form-details .user-inner-data {
  width: 100%;
  justify-content: center;
}
.custom_o_third_p .confirmation .user-form-details .user-inner-data .user-lable, .confirmation .user-form-details .user-inner-data .user-value {
  width: 45%;
}
.custom_o_third_p .confirmation {
  padding-top: 160px !important;
  position: unset;
}
/*------------------------------*/

@media (min-width: 992px) {
  section {
    padding: 80px 0;
  }

  .flex-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .one {
    /* min-height: 92vh; */
    margin-top: 0px;
  }

  .one .content {
    padding: 80px;
    border-radius: 0 0 46px 0;
    margin-left: -80px;
  }

  .one .header-1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 65px;
    margin: 0;
  }

  .one .content .arrow-1 {
    position: absolute;
    margin-top: 40px;
    height: 40vh;
  }

  .two {
    padding: 110px 0;
    position: relative;
    /* z-index: -1; */
  }

  .two .content {
    font-size: 34px;
  }

  .two .content p {
    margin: 40px 0;
  }

  .two .content br {
    display: block;
  }

  .two .rectangle-148 {
    display: block;
    background-color: #98c93c;
    /* background-color: rgba(149, 198, 59, 0.8); */
    width: 150px;
    height: 125%;
    height: 725px;
    border-radius: 0 48px 0 0;
    position: absolute;
    right: 0;
    bottom: -50px;
    /* opacity: 0.8; */
    z-index: 2;
    mix-blend-mode: multiply;
  }

  .three {
    padding: 100px 0;
  }

  .three .heading {
    font-size: 34px;
    line-height: 46px;
  }

  .three .logo-A {
    max-width: none;
    position: absolute;
    bottom: -46px;
    left: 65%;
    margin: 0;
  }

  .three .content p {
    font-size: 24px;
    line-height: 38px;
  }

  .four .heading {
    font-size: 46px;
    line-height: 66px;
  }

  .four .promo {
    margin-top: 300px;
  }

  .four .content li {
    display: flex;
    align-items: center;
    margin: 45px 0;
  }

  .four .content li p {
    font-size: 22px;
    line-height: 36px;
    margin-left: 60px;
  }

  .five .heading {
    font-size: 46px;
  }

  .five .sub-heading {
    font-size: 23px;
  }

  .five .promos {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 60px 0;
  }

  .six .eyebrow {
    margin: 60px 0 20px;
    display: block;
  }

  .six .content ul {
    max-width: 87%;
    margin: 30px 0;
  }

  .stat {
    font-size: 70px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    margin: 0 auto;
  }

  .stat h3 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .one .header-1 {
    font-size: 76px;
    margin: 0;
  }
}


section.one.intro .header-1 {
    color: white;
}



/* CONFIRMATION/THANK YOU and DOWNLOAD PAGES */



.logo-centered {margin: 0 auto;}

.confirmation,
.download {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
  @media (min-height: 500px) {
    .confirmation {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

.confirmation .button {margin-top: 30px;}

.confirmation-container,
.download-container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-top: 200px;
}
  @media (min-height: 500px) {.confirmation-container {margin-top: 00px;}}
  .download-container {max-width: 575px;}
  .securityassessment {max-width: 620px;}

.confirmation-container h3,
.download-container h3 {
  font-size: 34px;
  font-family: "Sora Bold";
}
  h3.securityassessment-regular {
    font-family: "Sora Light";
    margin-top: 15px;
  }

  .download-container h3 {text-align: center;}

  .download-container form {
    text-align: left;
    margin-top: 30px;
  }

/* BACK BUTTON */
.back {
  position: absolute;
  margin: 0 auto;
  text-decoration: none;
  top: 80px;
}
  @media (min-width: 600px) {
    .back {
      position: absolute;
      left: 40px;
      top: 30px;
    }
  }
  .back:hover {text-decoration: none;}

.back svg {}
.back span {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-family: "Sora Bold";
}
/* BACK BUTTON */

.bottom-bar {
  position: fixed;
  width: 100%;
  height: 10px;
  bottom: 0;
  border-bottom: 10px solid #9BC947;
}
  .download-container {
    margin-top: 18vh;
    margin-bottom: 10vh;
}
.download-container .form-control.custom {
    background: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 30px auto;
    max-width: 430px;
}
.download-container .form-control.custom:focus {
    box-shadow: none;
}
.download-container .button-custom {
  padding: 0;
    background: #9BC947;
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 230px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.download-container .button-custom:hover {
    color: #9BC947;
    background: #fff;
}
.downloadnow{margin-left:10px;}
@media screen and (max-width:576px){
	.downloadnow{margin-left:0px;}

}
@media screen and (max-width:1024px){
  .download-container {
    margin-top: 130px;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.securityassessment{margin-top:50px;}
}
