	/*.gnbpreview_windowfit {*/
	/*	height: calc(100vh);*/
	/*	overflow: hidden;*/
	/*}*/
	

	.gnbpreview_step_one {
		/*background-image: url('../../application/views/territory_insights/assets/images/banner_background.png');*/
		/*background-repeat: no-repeat;*/
		/*background-size: cover;*/
		height: 100vh;
		background-color: #ffffffbf;
		background-blend-mode:overlay;
		position: relative;
	}
	
	#backgroundvid {
	    min-width: 100%;
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    object-fit: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: -1;
	}
	
	
	input {
		-webkit-appearance: none;
		appearance: none;
	}
	
	.postcode_actions h4 {
		color: var(--white-color);
		margin-bottom: 10px;
	}
	.postcode_input_field {
		margin-bottom: 10px;
	}
	
	
	.postcode_input {
		background-color: var(--white-color);
    padding: 15px 10px;
		width: 550px;
		/*width: 100%;*/
		border-radius: 3px;
		border: none;
		text-align: center;
	    font-size: 16px;
	    color: var(--font-primary);
	    border: 2px solid var(--white-color);
	    /*font-family: var(--font-semibold);*/
	    /*box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);*/
	}
	.postcode_input::placeholder {
		font-size: 16px;
		/*font-style: italic;*/
		color: var(--font-secondary) !important;
	}
	.postcode_input_info{
	    font-size: 12px;
	    color: #000;
	    display: block;
	    padding: 0px 10px;
	    border-radius: 2px;
	    max-width: 270px;
	    text-align: center;
	    width: 100%;
	    margin: 5px auto 0px;
	}
	.ti_btn_white {
		background-color: var(--white-color);
		color: var(--primary-color) ;
		padding: 10px 50px;
    border-radius: 30px;
    font-family: var(--font-semibold);
	}
	.gnbpreview_overlay {
		position: fixed;
	    width: 100%;
	    height: 100%;
	    max-width: 100% !important;
	    top: 0px;
	    left: 0px;
	    background-color: rgba(0, 0, 0, 0.7) !important;
	    z-index: 99999;
	    border-radius: 0px !important;
	    padding: 0px;
	}
	.coffee_info_modal {
		z-index: 99999;
	}
	
	/*.postcode_actions.ti_steps {*/
	/*	margin-top: -150px;*/
	/*}*/
	.ti_btn_white.access_my_insights {
		font-size: 22px;
		padding: 15px 50px;
		font-family: var(--font-regular);
	}
	.postcode_input_field {
		margin-bottom: 30px;
	}
	
	.position-logo {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	
#card-number-element, #card-expiry-element, #card-cvc-element {
    padding: 8px 12px;
    width: 100%;
    border-radius: 4px;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.3;
    border: 1px solid #c1c1c1;
    font-family: var(--popr);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff
	
}

.flex_price {
    display: flex;
    align-items: center;
    grid-gap: 0 20px;
    border-radius: 10px;
    flex-wrap: wrap;
}
.postcode_actions{
	padding:50px 80px;
}
.position-logo {
    position: static;
    transform: translateX(0%);
}
.gnbpreview_step_one_parent {
    flex-direction: column;
    grid-gap: 20px;
    align-items: center;
}
.postcode_input{
	padding: 6px 10px;
}
.postcode_input_field {
    margin-bottom: 15px;
}
.ti_btn_white.access_my_insights {
    padding: 12px;
    width: 100%;
    font-family: var(--font-semibold);
}
.territory_logo img {
    width: 260px;
}
.gnbpreview_windowfit .gnbpreview_overlay{
	/*background-image: url('../../application/views/territory_insights/assets/images/banner_background.png');*/
    background-color: #ffffffbf !important;
    background-blend-mode: overlay;
}
.ti_step_head h1 {
    font-family: poppins;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.packages_container {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    position: relative;
    background: linear-gradient(-45deg, #FFDFB4, #CCFFD5, #FFDFB4, #CCFFD5);
    background-size: 400% 400%;
    animation: gradient 12s ease both infinite reverse;
    margin: 0 auto 25px;
    max-width: 500px;
}
.packages_container:after, .sub_grid_left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(135deg, rgb(199 199 199 / 5%), rgb(199 199 199 / 25%) 1px, #46529800 2px, #46529800 13px);
    opacity: 0.75;
    pointer-events:none;
    border-radius: 30px;
    /*z-index: -1;*/
}
.offer_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.packages_container.standard {
    opacity: 0.6;
    cursor:not-allowed;
}
.packages_container.standard:after {
	content:none;
}
.packages {
    position: relative;
    z-index: 1;
}
.text_animation {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 20px;
    background-size: 400% 400%;
    display: table;
    box-shadow: 1px 3px 6px #00000029;
    margin-bottom: 30px;
}
.packages .text_animation {
    margin-top: 0;
    background: #fff;
    color: var(--main-color);
    font-family: poppins;
    font-weight: 600;
}
.text_animation.small {
    margin: 0 0 0 10px;
    padding: 4px 10px;
    font-size: 11px;
    display: inline;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffffff75;
}
.flex_title{
    display: flex;
    align-items: center;
}
.strike_text{
	text-decoration:line-through;
	margin-right:5px;
	color:#888;
}

.gnbpreview_third_step {
	position: relative;
	padding: 40px 50px;
	height: 100vh;
	background-color: #ffffffbf;
		background-blend-mode:overlay;
}
.gnbpreview_step_three {

    box-shadow: 0px 3px 6px #00000029;
}
h2.title {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: poppins;
    font-weight: bold;
}
h2.title span{
    font-weight: normal;
    font-family: 'poppins_reg' !important;
    text-transform:uppercase;
    font-size: 16px;
}
ul{
	list-style:none;
	margin-left:25px;
}
.list_style{
	margin-bottom:60px;
}
.list_style li{
	font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    position:relative;
}
.list_style li.ai_img:after {
    content: 'A.I';
    background-color: var(--main-color);
    color: #fff;
    padding: 2px 7px;
    display: inline;
    font-size: 20px;
    border-radius: 4px;
    position: absolute;
    margin-left: 5px;
    scale: 0.8;
    opacity: 0.6;
    line-height: 1;
}
.list_style li b{
    font-weight:normal;
}
.list_style li:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -26px;
    background-position: 4px 6px;
    border-radius: 50%;
}
.list_style.rounded li:before{
    background-image: url('../../application/views/territory_insights/assets/images/check.png');
    background-size: 12px;
    background-color: var(--main-color);
}
.list_style.rounded li:first-child:before{
	background-color: #FD9301;
}
.list_style.rounded.first_child li:first-child:before{
	background-color: var(--main-color) ;
}
.l_button, .b_button {
    padding: 10px 4px;
    border-radius: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid transparent;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    width:100%;
}
.l_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.4), transparent );
    transition: all 650ms;
}
.l_button:hover {
    box-shadow: 5px 7px 7px 0px #529b5066;
}
.l_button:hover:before {
    left: 100%;
}
.u_link {
	position:relative;
}
.u_link:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
    top: 3px;
    margin-left: 5px;
    background-image: url('../../application/views/territory_insights/assets/images/arrow-right-white.png');
    transition:all 280ms ease;
}
.u_link.green:after {
    width: 25px;
    height: 25px;
    background-size: 22px;
    top: -13px;
    background-image: url('../../application/views/territory_insights/assets/images/arrow_right.png');
}
.l_button:hover .u_link:after, .ti_btn_white:hover .u_link.green:after {
    margin-left: 10px;
}
.subscription_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sub_grid_left {
    padding: 40px 60px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: left;
    position: relative;
    background: linear-gradient(-45deg, #bfdfff, #fcddff, #bfdfff, #fcddff);
    background: linear-gradient(-45deg, #FFDFB4, #CCFFD5);
    background-size: 400% 400%;
    animation: gradient 12s ease infinite;
    z-index: 1;
}
#tabs, #content, .main_info {
    display: block;
}
.subscription_grid h2 {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Poppins';
}
.yearly_subscription {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-gap:10px
}
.subscription_grid p, .subscription_grid a {
    margin: 0;
    font-size: 16px;
}
.yearly_subscription a {
    max-width: 140px;
    margin-right: 20px;
}
.yearly_subscription p {
	margin:0;
	font-size:16px;
}
.small_text{
	font-size:11px;
}
.input_outer p.small, .small_text {
    font-size: 12px;
    color: #000;
    display: block;
}
.yearly_subscription p b {
	font-size:18px;
    font-weight: 500;
    font-family: 'Poppins';
}
.subscription_grid ul.rounded {
    margin-left: 40px;
}

.sub_grid_price {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 10px;
}
.sub_grid_price span {
    text-align: right;
}
.subscription_grid hr {
    margin: 15px 0;
    border-color:#c1c1c1;
}
.gnbpreview_step_three hr {
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.gnbpreview_step_three .standard hr{
	border-color:transparent;
}
.bottom_links {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    margin-top: 30px;
}
.bottom_links a {
    font-weight: bold;
    text-decoration: underline;
    font-family: poppins;
    color: #000;
}
.sub_grid_right {
    background-color: rgb(247 248 251 / 85%);
    border-radius: 0 10px 10px 0;
    position: relative;
    padding: 40px;
    min-height: 500px;
}
.subscription_grid h3 {
    margin: 80px 0 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: poppins;
}
.right_outer_flex {
    width: 100%;
    display: flex;
    min-height: 540px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}
.input_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin-bottom: 20px;
}
.input_flex .input_outer.dual {
    width: calc(50% - 10px);
}
.input_flex .input_outer:not(:last-child) {
    margin-bottom: 20px;
}
.input_outer label {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    transition: all 250ms ease;
    font-family: 'Poppins';
    font-weight: 500;
}
.input_outer input, .input_outer  textarea {
    padding: 8px 12px;
    width: 100%;
    border-radius: 4px;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.3;
    border: 1px solid #c1c1c1;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

.subscription_grid #user-nav-tabs {
    margin-left: 0px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
    border-bottom:0;
}
.subscription_grid #user-nav-tabs .change_tabs{
	width:auto;
}
.subscription_grid #user-nav-tabs li {
    margin-bottom: 0;
}
#user-nav-tabs li a {
    padding: 12px 0;
    position: relative;
    border:0;
    color:#000;
    font-size:15px;
    display:inline-block;
}
#user-nav-tabs li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c1c1c1;
    left: 0;
    bottom: 0;
    border-radius: 50px;
}
.subscription_grid li {
    font-size: 16px;
    margin-bottom: 12px;
}
.change_tab {
    width: 100%;
}
#tabs .nav-tabs li.active a {
    background-color: transparent !important;
}
.input_flex .input_outer {
    width: 100%;
    position:relative;
}
#user-nav-tabs li.active a:after {
    background-color: var(--main-color);
}
div#register_form {
    max-width: 1200px;
    margin: 0 auto;
    display:none;
}
div#content  {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.change_tab.submit {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.small.terms a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}
div#content3 {
    /* flex: 1; */
    height: 100%;
}
.welcome_login {
    display: grid;
    align-items: center;
    height: 100%;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.d_btn.arrows {
    padding: 12px 65px 12px 45px;
}
.d_btn.arrows:before {
	content: '';
    position: absolute;
    min-width:40px;
    min-height:40px;
    top: 4px;
    right: 4px;
    z-index:1;
    background-repeat:no-repeat;
    background-size:20px;
    background-position:center;
    border-radius:50%;
    transition:all 280ms ease;
}
.d_btn.arrows:hover:before{
	opacity: 0;
    right: 30px;
}
.d_btn.arrows:after {
    background-color: #fff;
    content: '';
    position: absolute;
    min-width:40px;
    min-height:40px;
    min-width:40px;
    min-height:40px;
    top: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50px;
    max-width: 39px;
    transition:all 500ms ease;
    animation: puls 800ms ease infinite;
}
.d_btn.arrows:hover:after {
	animation: none;
    max-width: 100%;
}
.d_btn.arrows span{
	position:relative;
	z-index:1;
	font-size: 17px;
}
.d_btn.arrows span:after {
    content: '';
    position: absolute;
    min-width: 40px;
    min-height: 40px;
    top: -9px;
    right: -22px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 50%;
    opacity:0;
    transition:all 280ms ease;
}
.d_btn.arrows:hover span:after{
    right: -50px;
	opacity:1;
	animation: puls 800ms ease infinite;
}
.d_btn.arrows:hover span{
	color:var(--main-color);
}
.d_btn {
    background: var(--main-color);
    padding: 12px 25px;
    border-radius: 30px;
    display: table;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 250px;
    margin: 20px auto 0 !important;
}
.d_btn.arrows:before, .d_btn.arrows span:after, .back_to_home:before {
    background-image: url('../../application/views/territory_insights/assets/images/arrow_right.png');
}
.input_outer#card_number_img:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 100%;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none;
    background-image: url('../../application/views/territory_insights/assets/images/cards.png');
}
.input_outer#cvc_number_img {
    position: relative;
}
.input_outer#cvc_number_img:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 100%;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none;
    background-image: url('../../application/views/territory_insights/assets/images/secure.png');
}
.back_to_home {
    position: relative;
    color: var(--main-color);
    padding-left: 30px;
}
.back_to_home:before {
    content: '';
    position: absolute;
    display: inline;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    background-size: 15px;
    transform: scaleX(-1);
    transition: var(--ease);
    left: 0px;
}
.submit {
    width: 100%;
}
li.ai_img {
    padding-right: 20px;
}
.gnbpreview_overlay {
    overflow-y: auto;
}
.padlock_link:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
    top: 6px;
    margin-left: 5px;
    background-image: url('../../application/views/territory_insights/assets/images/padlock.png');
    transition: all 280ms ease;
}
.slashed {
    background-image: linear-gradient(to bottom left, transparent calc(50% - 0.25px), #999 50%, #999 calc(50% + 4px), transparent calc(50% + 4.25px));
    border: 1px solid #999;
    padding: 30px;
    animation: none;
    background: linear-gradient(300deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(136,136,136,1) 50.4%, rgba(136,136,136,1) 50.8%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
}



@keyframes gradient {
	0%, 100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}
@media (max-width: 1281px) {
.gnbpreview_step_one_parent .postcode_actions {
    width:calc(100% - 20px);
}
.postcode_input {
    width: 100%;
}
}
@media (max-width: 1200px) {
.subscription_grid {
    grid-template-columns: auto;
    grid-gap:50px;
    margin: 60px 0;
}
form#register_form {
    max-width: 700px;
}
.sub_grid_left, .sub_grid_right{
	border-radius: 10px;
}
.padlock_link:after {
    top: 4px;
}
}
@media (max-width: 992px) {
.list_style {
    margin-bottom: 20px;
}
.gnbpreview_step_three {
    box-shadow: none; 
    max-width: 720px;
    background: transparent;
}
.gnbpreview_windowfit .gnbpreview_overlay {
    background-color: #fffffff7 !important;
}
.list_style li {
    font-size: 14px;
}
h2.title {
    font-size: 38px;
}
.text_animation{
	margin-bottom: 20px;
	font-size: 13px;
}
}
@media (max-width: 768px) {
	.packages_container{
		padding: 30px 20px;
	}
	.l_button, .b_button {
	    padding: 6px 4px;
	}
	.subscription_grid #user-nav-tabs {
	    flex-direction: column;
	    grid-gap: 0;
	}
	#user-nav-tabs li a {
	    padding-left: 30px;
	}
	#user-nav-tabs li a:after {
	    width: 20px;
	    height: 20px;
	    left: 0;
	    bottom: 12px;
	}
	.l_button, .b_button {
	    font-size: 16px;
	}
	.u_link:after{
		top: 1px;
	}
	.offer_container {
	    grid-template-columns: auto;
	}
	.slashed {
	    background: linear-gradient(308deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(136, 136, 136, 1) 50.4%, rgba(136, 136, 136, 1) 50.8%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
	}
	.subscription_grid h2 {
	    font-size: 24px;
	}
	.yearly_subscription p b {
	    font-size: 16px;
	}
	.subscription_grid p, .subscription_grid a {
	    font-size: 15px;
	}
	.subscription_grid h3 {
	    margin: 40px 0 20px;
	}
	.gnbpreview_third_step{
		padding:40px 15px;
	}
}
@media (max-width: 480px) {
.territory_logo img {
    width: 200px;
}
.sub_grid_left{
	padding: 30px 20px;
}
.sub_grid_price {
    grid-template-columns: auto;
}
.sub_grid_price span {
    text-align: left;
}
.yearly_subscription {
    flex-direction: column;
    align-items: flex-start;
}
.subscription_grid ul.rounded {
    margin-left: 20px;
}
.bottom_links {
    grid-gap: 10px;
    flex-wrap: wrap;
}
.sub_grid_right {
    padding: 40px 20px;
}
.input_flex .input_outer.dual {
    width: 100%;
}
.input_outer#card_number_img:after{
	content:none;
}
.subscription_grid h2 {
    font-size: 22px;
}
}
@media (max-width: 360px) {
	body, p, li, .list_style li{
		font-size: 13px;
	}
	.see_container, .see_container_2 {
    	padding: 40px 10px;
	}
}

.input_outer input.invalid-field{
	border: 1px solid red;
}