/*
Description: CSS for annual event pages
Author: Varun Sharma
Template: eGain Solve 26 Chicago page
Version: 1.4
Changes: Header animation change
*/
:root {
    --border-col-1:#f3f3f3;
    --border-col-2:#eeeeee;
    --border-col-3:#dbdbdb;
    --eg-grey-bg-1:#fdfdfd;
    --eg-grey-bg-2:#f9f9f9;
    --eg-grey-txt-1:#7E7E7E;
    --eg-grey-bg-solve-1:#F5F5F5;
    --eg-purple-1: #B91D8F;
    --eg-purple-bg-1: #FEF0FD;
    --eg-purple-line-1: #FFE1FD;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
.container {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 959px) {
    body .container, #site-header-inner.container, footer#footer .container, body.archive .container, footer#colophon, body.page-template-default .container {
        width: 1232px;
    }
}
@media screen and (min-width: 1600px) {
    body .container, #site-header-inner.container, footer#footer .container, body.archive .container, footer#colophon, body.page-template-default .container {
        width: 1344px;
    }
}
header#site-header {
  transition-duration: 1s;
  transition-timing-function: linear;
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
  background: white;
}
.no-header-border #site-header {
  border-bottom: none;
}
#site-logo {
  float: left;
  height: 100%;
  display: table;
}
#site-logo-inner {
  transition: all 0.3s ease-in-out;
}
#site-logo #site-logo-inner {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
}
a {
  color: #00abcf;
  font-weight: 700;
}
a, a:hover, a:focus {
    text-decoration: none;
	transition: all 0.3s ease;
}
img {
   max-width: 100%;
}
#site-logo #site-logo-inner a {
  background-color: transparent !important;
}
#site-header #site-logo #site-logo-inner a img {
  transition: all 0.3s ease-in-out;
  height: auto;
  margin-top: 5px;
}
#site-navigation-wrap {
  float: right;
  position: relative;
  right: -15px;
}
#site-navigation-wrap .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header.header-replace #site-navigation .dropdown-menu {
  transition: unset !important;
}
.dropdown-menu, .dropdown-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li.menu-item {
    position: relative;
    white-space: nowrap;
    white-space: normal;
}
#site-navigation-wrap .dropdown-menu>li {
    float: left;
    position: unset!important;
}
#site-navigation-wrap .dropdown-menu>li>a {
    display: block;
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding: 0 24px;
    letter-spacing: 0.6px;
    text-align: center;
    transition-duration: 0s;
}
#searchform-header-replace {
	display: none;  /* EG custom */
}
.oceanwp-mobile-menu-icon {
    display: none;
    position: relative;
}
.oceanwp-mobile-menu-icon.mobile-right {
    float: right;
}
.oceanwp-mobile-menu-icon a:first-child {
    padding-left: 0;
}
.oceanwp-mobile-menu-icon a {
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding-left: 15px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.oceanwp-mobile-menu-icon a {
    line-height: 50px!important;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
    padding-left: 6px;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
    display: none;
}
#mobile-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
#mobile-dropdown ul {
    margin: 0;
    list-style: none;
	padding-left: 0;
}
#mobile-dropdown ul li {
    border-bottom: 1px solid rgba(0,0,0,0.035);
}
#mobile-dropdown ul li a {
    display: block;
    position: relative;
    padding: 12px 40px;
    text-align: left;
}
#mobile-dropdown ul li a {
    color: #00abcf;
}
.sidr-class-dropdown-menu li a, a.sidr-class-toggle-sidr-close, #mobile-dropdown ul li a, body #mobile-fullscreen ul li a {
    font-family: Open Sans;
    font-weight: 400;
}
.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
    display: inline-block;
}
#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#site-navigation-wrap .dropdown-menu >li >a, #site-header.full_screen-header .fs-dropdown-menu >li >a, #site-header.top-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.center-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a {
    font-family: "Helvetica Neue LT Pro", "Open Sans"!important;
    font-weight: 400!important;
    font-style: normal!important;
    font-size: 16px!important;
}
#site-navigation-wrap .dropdown-menu >li >a:hover, .oceanwp-mobile-menu-icon a:hover, #searchform-header-replace-close:hover, #site-navigation-wrap .dropdown-menu > li.active > a {
    color: black!important;
    /* font-weight: 500!important; */
    transition-duration: 0s;
}
div#site-navigation-wrap span.text-wrap {   /*  To avoid items moving when hovered */
    display: block;
    min-width: 81px;  /* A bit more than widest menu item */
}
@media only screen and (max-width: 480px) {
	#scroll-top {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#site-logo {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 781px) {
	#site-logo #site-logo-inner {
		height: 50px!important;
	}
}
@media screen and (max-width: 959px) {
	div#mobile-dropdown nav.clr {
		display: flex;
		flex-direction: column;
	}
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		display: block;
	}
	body.default-breakpoint #site-navigation-wrap {
		display: none;
	}
}
/* Menu End */



html.html {
    margin-top: 0px !important;
}
div, span, p {
    font-family: "Helvetica Neue LT Pro", "Open Sans";
}
body #main {
    margin-top: 0px !important;
}
strong {
    font-weight: 800;
}
div, p, h1, h2, h3, h4, h5, h6, ol.trail-items li span, .menu-link, .menu-item {
    font-family: "Helvetica Neue LT Pro", "Open Sans" !important;
}
body #site-navigation-wrap .dropdown-menu >li >a {
    padding: 18px 15px 19px 15px!important;
}
body #site-navigation-wrap #site-navigation .dropdown-menu > .current-menu-item > a {
  color: black !important;
}
body #site-navigation-wrap #site-navigation .dropdown-menu > .current-menu-item > a:hover {
  color: var(--eg-purple-1)!important;
}
body p {
    margin: 5px 0;
    font-size: 1.3rem !important;
    line-height: 1.9rem;
}
h2, h3, h4, h5 {
    font-weight: 500;
}
h2 span.color, h3 span.color, h4 span.color {
    color: var(--eg-purple-1);
}
ul {
    padding-left: 21px;
}
h2 {
    font-size: 3.1rem;
    line-height: 3.5rem;
    margin: 0 0 20px 0;
}
h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin: 1rem 0 0.8rem 0;
}
h4 {
    font-size: 1.95rem;
    line-height: 2.5rem;
    margin: 12px 0;
}
h5 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 0;
}
h5.light {
    font-weight: 100;
    margin-top: 20px;
}
li {
    margin-bottom: 7px;
    font-size: 1.35rem !important;
    line-height: 2rem;
}
p:empty {
  display: none;
}
.light {
    font-weight: 100;
}
.relative {
    position: relative;
}
h1 {
    font-weight: 500;
}
h1 span {
    font-family: serif;
    display: inline-block;
    height: 0px;
    font-size: 8rem;
}
.s-btn {
   color: black;
   background: white;
   padding: 16px 45px;
   border-radius: 30px;
   margin-top: 15px;
   display: inline-block;
   font-weight: 400;
   border: 1px solid var(--eg-purple-1)!important;
}
.s-btn:hover {
   background: var(--eg-purple-1)!important;
   color: white!important;
}
.s-btn.color-fill {
   color: white;
   background: var(--eg-purple-1);
}
.s-btn.color-fill:hover {
   color: black!important;
   background: white!important;
}
.color-text {
   color: var(--eg-purple-1);
}
.img-bg {
    background-color: var(--eg-purple-bg-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(https://hd.egain.com/solve26/london-images/bg-grad-header.jpg);
}
div#eg-header {
    background-color: var(--eg-purple-bg-1);
    overflow: hidden;
    position: relative;
    padding-top: 80px;
    height: 95vh;
    width: 100%;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
    min-height: 555px;
}
#eg-header .h-logo-btn-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Layer 1: Text Content */
#eg-header .container {
   z-index: 1; 
}
img#h-logo {
    position: relative;
    width: 100%;
    scale: 0.7;
    display: block;
    z-index: 4;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    transform: translate(calc(71vw - 100%), calc(85vh - 100%));
}
#eg-header.animate img#h-logo {
   animation-name: logoResetPosition;
}
.h-text-con {
  position: relative;
  z-index: 5;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  transform: translateY(20%);
}
#eg-header.animate .h-text-con {
  animation-name: hContentSlideUp;
}
/* Layer 2: The Skyline */
.skyline-img {
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; 
  transform-origin: bottom center;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
  scale: 0.4;
}
#eg-header.animate .skyline-img {
  animation-name: zoomSkyline;
}
.skyline-img img {
  width: 100%;
  display: block;
}
/* Layer 3: The Arch */
.honeycomb-img {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  animation-duration: 2s;
  opacity: 1;
  transform-origin: bottom center;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#eg-header.animate .honeycomb-img {
  animation-name: archZoomUp;
}
.honeycomb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
#eg-header h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 500;
}
#eg-header h3 {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.45rem !important;
    line-height: 1.9rem;
    margin: 18px 0 18px 0;
}
#eg-header hr {
    width: 60px;
    display: inline-block;
    border: 1px solid black;
    font-weight: 500;
    margin: 13px 0;
}
.h-text-con {
    opacity: 0;
}
#eg-header .date, #eg-header .location {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
}
#eg-header .date {
    margin-top: 35px;
}
#eg-header a.s-btn {
    margin-top: 30px;
    margin-bottom: 9px;
}
.white-card {
    background: white;
    color: black;
    padding: 3% 4%;
    border-radius: 15px;
}
.white-line-card {
    border-left: 4px solid var(--eg-purple-1);
    padding: 0px 30px;
}
.color-bg {
    background: var(--eg-purple-1);
    padding: 1% 0;
    color: white;
}
.color-bg h2, .color-bg h3, .color-bg h4, .color-bg h5, .color-bg h6 {
    color: white;
}
.color-bg .white-card h2, .color-bg .white-card h3, .color-bg .white-card h4, .color-bg .white-card h5, .color-bg .white-card h6 {
    color: black;
}
.light-color-bg {
    background: var(--eg-purple-bg-1);
}
.kf-card {
    background: var(--eg-purple-bg-1);
    padding: 30px 35px;
    border-radius: 15px;
    color: black;
    margin-bottom: 8%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(https://hd.egain.com/solve26/chicago-images/card-1.jpg);
}
.kf-card h5 {
    color: black;
    margin-top: 15px;
}
.kf-card p {
    font-size: 1.1rem !important;
    line-height: 1.5rem;
}
.kf-card.card-2-bg {
    background-image: url(https://hd.egain.com/solve26/chicago-images/card-2.jpg);
}
.kf-card img {
    width: 70px;
}
.sec-tagline {
    font-size: 1.15rem;
    line-height: 1.1rem;
    font-weight: 500;
    margin-bottom: 3%;
}
.sec-head {
    text-align: center;
}
.cust-card img {
    width: 31px;
    margin-bottom: 8px;
}
.cust-name {
    margin-top: 28px;
    font-weight: 700;
}
.cust-title {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
#agenda .ag-head, .ag-head {
    text-align: center;
}
#agenda .ag-card {
    background: white;
    padding: 7% 5%;
    border-radius: 15px;
    height: -webkit-fill-available;
    height: stretch;
}
#agenda .separator {
    margin: 0 10px;
}
#agenda .ag-row {
    margin: 20px 0;
}
#agenda .ag-time {
    font-weight: 500;
}
#agenda .ag-title {
    color: var(--eg-purple-1);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
}
#agenda p {
    margin: 0;
    font-size: 1.3rem !important;
    line-height: 1.2;
}
#agenda .ag-row ul {
    margin-top: 5px;
}
#agenda .ag-row li {
    margin-bottom: 0;
}
.roi-stat-card {
    padding: 6% 8%;
    height: -webkit-fill-available;
    height: stretch;
    position: relative;
    max-height: 200px;
}
.roi-stat-card .roi-logo {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.roi-stat-card img {
    max-width: 41%;
    max-height: 50px;
    display: inline-block;
}
.roi-stats-con p {
    font-size: 1rem !important;
    line-height: 1.5rem;
}
.roi-stat {
    font-size: 2.6rem;
    line-height: 3.1rem;
    font-weight: 800;
}
.roi-stat-card .roi-stat {
    color: var(--eg-purple-1);
}
p.roi-stat-text {
    font-size: 1.1rem !important;
    line-height: 1.7rem;
}
.roi-stat-footnote p {
    font-size: 1rem !important;
    line-height: 1.5rem;
}
.roi-stat-card .video-con {
    display: flex;
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-weight: 400;
    align-items: center;
    gap: 10px;
}
.roi-stat-card .video-con img {
    width: 30px;
}
.proof-stats-con {
    background: url(https://hd.egain.com/solve26/chicago-images/bt-roi-borders.png);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: 6% 50%;
}
.proof-stat h4 {
    color: var(--eg-purple-1) !important;
    margin-bottom: 0px;
}
.proof-stat p {
    font-size: 1.25rem !important;
    line-height: 1.5rem;
}
.proof-stats-con > div > .proof-stat:nth-child(2) {
    margin-top: 30px;
}
#reserve h2 {
    margin-bottom: 5%;
}
.reserve-desc p {
   margin: 0;
}
.solve-form {
    background: white;
    padding: 20px 30px;
    border-radius: 15px;
}
.solve-form h6 {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
.solve-form p {
    font-size: 1rem !important;
    line-height: 1.5rem;
}
.solve-form input, .solve-form select {
    background-color: #eee !important;
    color: black!important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    height: 44px !important;
}
/* Change all WPForms placeholder text colors */
.solve-form .wpforms-container ::-webkit-input-placeholder {
    color: #333 !important; /* Replace with your HEX color */
    opacity: 1 !important;
}
.solve-form .wpforms-container :-moz-placeholder {
    color: #333 !important; /* Replace with your HEX color */
    opacity: 1 !important;
}
.solve-form .wpforms-container ::-moz-placeholder {
    color: #333 !important; /* Replace with your HEX color */
    opacity: 1 !important;
}
.solve-form .wpforms-container :-ms-input-placeholder {
    color: #333 !important; /* Replace with your HEX color */
    opacity: 1 !important;
}
.solve-form .wpforms-container ::placeholder {
    color: #333 !important; /* Replace with your HEX color */
    opacity: 1 !important;
}
.solve-form .wpforms-field-checkbox li input {
    height: 20px !important;
    width: 25px !important;
    margin-left: 0 !important;
}
.solve-form .form-workshop-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.solve-form .wpforms-field-checkbox label.wpforms-field-label {
    color: var(--eg-purple-1);
    font-size: 14px!important;
    margin-bottom: 7px !important;
}
div.solve-form .wpforms-form ul li {
    display: flex;
    margin-top: 8px !important;
}
.solve-form .g-recaptcha {
    scale: 0.7;
    transform-origin: left;
    height: 48px !important;
}
body .solve-form .wpforms-container button {
   color: white !important;
   background: var(--eg-purple-1) !important;
   padding: 15px 45px !important;
   border-radius: 30px;
   margin-top: 15px;
   display: inline-block;
   font-weight: 400;
   border: 1px solid var(--eg-purple-1)!important;
   width: 100%;
}
body .solve-form .wpforms-container button:hover {
   color: black!important;
   background: white!important;
}
.solve-form .wpforms-confirmation-container-full {
    background: var(--eg-purple-1) !important;
    border: 0 !important;
    color: white !important;
    border-radius: 10px;
}
.solve-form .wpforms-confirmation-container-full p {
    color: white !important;
}
#solve-footer {
    margin-top: 100px;
    margin-bottom: -5px;
}
#solve-footer.mt-150px {
    margin-top: 150px;
}
#solve-footer .footer-con {
    display: flex;
    justify-content: space-between;
}
div#solve-copyright {
    width: 50%;
}
div#easy-logo {
    width: 50%;
    text-align: right;
}
#solve-footer #easy-logo img {
    width: 160px;
}
@media screen and (min-width: 959px) {
  #site-navigation > ul >li:nth-last-child(2) >a span.text-wrap {
      background: var(--eg-purple-1);
      padding: 0px 42px;
      border-radius: 37px;
      color: white;
      margin: 0 -8px 0 6px;
      border: 1px solid var(--eg-purple-1);
  }
  #site-navigation > ul >li:nth-last-child(2) > a:hover span.text-wrap {
      background: white;
      color: black;
  }
  .eg-cols {
      display: flex;
  }
  .eg-cols .eg-3f8 {
      width: 36.5%;
  }
  .eg-cols .eg-5f8 {
     width: 63.5%;
  }
  .eg-cols .eg-4f8, .eg-cols .eg-1f2, .eg-cols .eg-2f4 {
     width: 50%;
  }
  .eg-cols .eg-2f8 {
     width: 25%;
  }
  .eg-cols .eg-6f8 {
     width: 75%;
  }
  .eg-cols .eg-1f3 {
     width: 33.33%;
  }
  .eg-cols .eg-1f3:nth-child(1) {
    padding-right: 2%;
  }
  .eg-cols .eg-1f3:nth-child(2) {
    padding-left: 1%;
    padding-right: 1%;
  }
  .eg-cols .eg-1f3:nth-child(3) {
    padding-left: 2%;
  }
  .ml-2 {
     margin-left: 2%;
  }
  .mr-2 {
     margin-right: 2%;
  }
  .pl-1 {
     padding-left: 1%;
  }
  .pr-1 {
     padding-right: 1%;
  }
  .pl-2 {
     padding-left: 2%;
  }
  .pr-2 {
     padding-right: 2%;
  }
  .pl-4 {
     padding-left: 4%;
  }
  .pr-4 {
     padding-right: 4%;
  }
  .pl-6 {
     padding-left: 6%;
  }
  .pr-6 {
     padding-right: 6%;
  }
  .pl-8 {
     padding-left: 8%;
  }
  .pr-8 {
     padding-right: 8%;
  }
  .mt-10px {
     margin-top: 10px!important;
  }
  .mb-10px {
     margin-bottom: 10px!important;
  }
  .mt-20px {
     margin-top: 20px!important;
  }
  .mb-20px {
     margin-bottom: 20px!important;
  }
  .mt-25px {
     margin-top: 25px!important;
  }
  .mt-35px {
     margin-top: 35px!important;
  }
  .mt-30px {
     margin-top: 30px!important;
  }
  .mt-40px {
     margin-top: 40px!important;
  }
  .mt-50px {
     margin-top: 50px!important;
  }
  .v-align {
      margin-top: auto;
      margin-bottom: auto;
  }
  .section {
     padding: 90px 0;
  }
  #h-space {
     padding-top: 24.6rem;
  }
  h1 {
     font-size: 6.5rem;
     line-height: 6.2rem;
     margin-top: 0rem;
     margin-bottom: 4rem;
  }
  div#eg-header {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
     background-image: url(https://hd.egain.com/solve26/london-images/bg-grad-header.jpg);
     padding-top: 60px;
  }
  div#eg-header.animate {
        animation-name: shrinkHeader;
  }
  div#eg-header .skyline-img img {
     margin-top: -190px;
     margin-bottom: -4px;
  }
  #eg-header .container {
     z-index: 99;
     position: relative;
     padding-top: 120px;
  }
  #ai-roi .section {
     padding-top: 50px;
  }
  .kf-cards-space {
      margin-top: 120px;
  }
  .roi-stat-footnote {
     width: 925px;
  }
  #agenda .ag-head {
      padding: 0 12%;
  }
  #agenda .ag-head h2 br {
      display: none;
  }
  #reserve .reserve-desc {
     width: 522px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
    img#h-logo {
        transform: translate(calc(72vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1300px) and (max-width: 1550px) {
    img#h-logo {
        transform: translate(calc(68vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1550px) and (max-width: 1600px) {
    img#h-logo {
        transform: translate(calc(64vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1600px) and (max-width: 1620px) {
    img#h-logo {
        transform: translate(calc(67vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1620px) and (max-width: 1700px) {
    img#h-logo {
        transform: translate(calc(65vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1700px) and (max-width: 1830px) {
    img#h-logo {
        transform: translate(calc(61vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 1830px) and (max-width: 2000px) {
    img#h-logo {
        transform: translate(calc(58vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 2000px) {
    img#h-logo {
        transform: translate(calc(51vw - 100%), calc(85vh - 100%));
    }
}
@media screen and (min-width: 2250px) {
   img#h-logo {
       transform: translate(calc(40vw - 100%), calc(85vh - 100%));
   }
}
@media screen and (min-width: 2800px) {
   img#h-logo {
       transform: translate(calc(38vw - 100%), calc(85vh - 100%));
   }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  h2 {
      font-size: 2.6rem;
      line-height: 3.2rem;
  }
  h5 {
      font-size: 1.4rem;
      line-height: 1.8rem;
  }
  #eg-header h2 {
      font-size: 1.8rem;
      line-height: 2.2rem;
  }
}
@media screen and (min-width: 1220px) {
  .solve-form .wpforms-field-layout-rows {
     position: relative !important;
     height: 166px !important;
  }
  .solve-form .partner-checkbox {
     position: absolute !important;
     bottom: 0;
  }
}
@media screen and (min-width: 959px) and (max-width: 1400px) {
  html {
      font-size: 13px;
  }
  h1 {
      font-size: 4.7rem;
      line-height: 4.4rem;
      margin-top: 0rem;
      margin-bottom: 4rem;
  }
  #eg-header h2 {
     font-size: 2.32rem;
     line-height: 2.9rem;
  }
  .proof-stats-con {
     background-size: 76%;
     background-position: 28% 50%;
  }
}
@media screen and (max-width: 959px) {
  html {
      font-size: 12px;
  }
  p {
      font-size: 1.45rem !important;
      line-height: 2.2rem;
  }
  h1 {
      font-size: 5rem;
      line-height: 5.3rem;
      margin-top: 0rem;
  }
  h2 {
     font-size: 2.8rem;
     line-height: 3.3rem;
     margin: 11px 0px;
  }
  h4 {
     font-size: 1.65rem;
     line-height: 2.2rem;
  }
  .eg-cols > div {
     margin-top: 15px;
  }
  .section {
      padding: 40px 0;
  }
  .mt-mob-10px {
     margin-top: 10px!important;
  }
  .mb-mob-10px {
     margin-bottom: 10px!important;
  }
  .mt-mob-20px {
     margin-top: 20px!important;
  }
  .mb-mob-20px {
     margin-bottom: 20px!important;
  }
  .mt-mob-25px {
     margin-top: 25px!important;
  }
  .mt-mob-35px {
     margin-top: 35px!important;
  }
  .mt-mob-30px {
     margin-top: 30px!important;
  }
  .mt-mob-40px {
     margin-top: 40px!important;
  }
  .mt-mob-50px {
     margin-top: 50px!important;
  }
  .mobile-hide {
      display: none;
  }
  .mobile-show {
      display: block!important;
  }
  .s-btn.mobile-show {
      display: inline-block !important;
  }
  .s-btn {
      padding: 16px 40px 12px 40px;
  }
  .white-card {
    padding: 3% 6%;
  }
  .white-line-card {
     padding: 0;
     border-left: 0;
  }
  div#eg-header {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      background-image: url(https://hd.egain.com/solve26/london-images/bg-grad-header.jpg);
      min-height: 621px;
      height: 68vh;
  }
  #eg-header .container {
      padding: 0px 25px 40px 25px;
      width: 82%;
  }
  #eg-header h2 {
     font-size: 1.9rem;
     line-height: 2.1rem;
     margin-bottom: 30px;
     padding-right: 10%;
  }
  #eg-header hr {
     margin: 14px 0;
  }
  img#h-logo {
      width: 75%;
      max-width: 428px;
      scale: 1;
      transform: translate(0, 0);
  }
  #eg-header .h-text-con {
      opacity: 1;
      transform: translateY(0%);
  }
  div#eg-header .skyline-img img {
      margin-bottom: -4px;
  }
  div#eg-header .honeycomb-img {
     display: none!important;
  }
  div#eg-header .skyline-img {
    scale: 1;
  }
  #eg-header .date, #eg-header .location {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .cust-card {
     margin-bottom: 20px;
  }
  .proof-stats-con {
      display: flex;
      gap: 50px;
      background-position: 16% 50%;
  }
  .proof-stats-con .eg-1f2 {
      width: 42%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .proof-stats-con .proof-stat {
      margin-top: 0px!important;
  }
  .roi-stat-card {
     padding: 6% 6%;
  }
  #agenda .ag-card {
     height: auto;
  }
  .kf-card {
     padding: 25px 6%;
     margin-bottom: 20px;
  }
  .kf-card p {
      font-size: 1.3rem !important;
      line-height: 1.7rem;
  }
  .solve-form {
     padding: 20px 6%;
  }
  .solve-form p {
      font-size: 1.3rem !important;
      line-height: 1.8rem;
  }
}
@media screen and (min-width: 700px) and (max-width: 959px) {
  .proof-stats-con {
    background-position: -54% 50%;
  }
}
@media screen and (max-width: 500px) {
    .s-btn {
        box-sizing: border-box;
        text-align: center;
        font-size: 1.4rem;
    }
    h5 {
       font-size: 1.7rem;
       line-height: 2.1rem;
    }
    #ai-roi .sec-head h2 {
       padding: 0 11%;
    }
   .roi-stat-card .video-con {
      font-size: 1.2rem;
    }
    .roi-stat-card .video-con img {
       width: 35px;
    }
    .solve-form .g-recaptcha {
      transform: scale(0.8);
      transform-origin: left;
    }
    body .solve-form .wpforms-container button {
       font-size: 1.3rem !important;
       line-height: 1.6rem;
    }
    .solve-form .form-workshop-title {
       font-size: 1.2rem !important;
    }
    #solve-footer .footer-con {
        display: block;
    }
    div#solve-copyright {
        width: 270px;
        max-width: 100%;
        margin-bottom: 3rem;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    div#easy-logo {
        text-align: left;
    }
}
@media screen and (max-width: 435px) {
    h5 {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
    div#eg-header {
        min-height: 580px;
    }
    #eg-header h2 {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    #eg-header .date, #eg-header .location {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .kf-card h5 {
        font-size: 1.9rem;
        line-height: 2.3rem;
    }
}
@media screen and (max-width: 408px) {
    #eg-header h2 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
}
@media screen and (max-width: 390px) {
    html {
        font-size: 11px;
    }
}
@keyframes archZoomUp {
  to {scale: 5; opacity: 0;}
}
@keyframes zoomSkyline {
  to {
    scale: 1;
    opacity: 0.5;
  }
}
@keyframes logoResetPosition {
  to {
    transform: translate(0, 0);
    scale: 1;
  }
}
@keyframes hContentSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shrinkHeader {
  to {
    height: 60vh;
  }
}