@charset "UTF-8"; 
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1;
}

.slider-sec5 .slick-dots {
	bottom: -100px;
	left: 0;
}

.slider-sec5 .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider-sec5 {
  display: flex;
  justify-content: space-between;
  width: 1130px;
  margin: 193px auto 0;
  direction: ltr;
}
.slick-slide.slide-sec5 {
  min-width: 560px;
  height: 315px;
  direction: rtl;
  /* background: rgba(176, 45, 45, 0.8); */
  margin-left: 6px;
  margin-top: 4px;
}
.slider-sec5 .slick-prev {
  right: -13%;
  background: url("../images/sec4_arr_right.png") no-repeat center center;
}
.slider-sec5 .slick-next {
  background: url("../images/sec4_arr_left.png") no-repeat center center;
  left: -13%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: #01508B;
    outline: none;
    background: transparent;
    border: 2px solid #286c36 !important;
    border-radius: 50%;
}

.slider-sec5 .slick-dots li button {
  border-color:#286c36;
}
.slider-sec5 .slick-dots .slick-active button {
  background: #286c36;
}

@media (max-width: 1500px){
	.slider-sec5 {
		width: 88%;
		margin: 8vw auto 0;
	}

	.slick-slide.slide-sec5{
		min-width: auto;
		width: 70vw;
		height: 40vw;
		margin: auto;
	}
	
	.slider-sec5 .slick-prev {
		right: -8%;
	}
	
	.slider-sec5 .slick-next {
		left: -8%;
	}
}

@media (max-width: 900px){
	.slider-sec5 .slick-prev, .slider-sec5 .slick-next {
		top: 100%;
		background-size: contain;
		width: 64px;
	}
	
	.slider-sec5 {
		width: 100%;
		margin: 8vw auto 0;
	}
	
	.slick-slide.slide-sec5 {
		margin: 0vw 0 0 0;
		width: 100%;
		height: 53.4vw;
	}
	
	.slider-sec5 .slick-prev {
		right: 0%;
	}
	
	.slider-sec5 .slick-next {
		left: 0%;
	}
	
	.slider-sec5 .slick-dots {
		bottom: -14px;
		left: 0;
	}
}
@media (max-width: 480px){
	.slider-sec5 .slick-prev, .slider-sec5 .slick-next {
		width: 56px;
	}
}

.clearBoth{
	height: 1px;
	clear: both;
}

.movie-warpper {
    max-width: 44vw;
    height: 44vw;
    margin: 3vw auto 0;
    border: 1.6vw solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

#hero-p-title {
    font-size: 62px;
    color: #16bce0;
    margin: 1% auto 0;
    line-height: 1;
}

h2.manfesto-title {
    border-bottom: 12px solid #286c36;
    line-height: 0.9;
}

.manifest-text {
    margin-top: 1%;
    font-size: 20px;
    font-family: "Assistant";
    line-height: 1.5;
}

.manifest-text p {
    font-size: 20px;
    margin-top: 2%;
}

.manifest-text p:first-of-type {
    margin-top: 0%;
}

.manifest-text p strong{
	font-family: "Assistant";
	font-weight: 700;
}

.manifest-text ul, .manifest-text ol {
    list-style: disc;
    list-style-position: outside;
    margin-top: 3%;
    margin-right: 5px;
}

.manifest-text ol {
    list-style: decimal;
}

.manifest-text ul li, .manifest-text ol li{
	margin-top: 2%;
}

.manifest-text strong{
	font-weight: 700;
}
	header .inner-wrapper .logo {
		height: 38px;
		margin-top: -19px;
	}
	header .inner-wrapper .items li {
		margin-right: 20px;
	}

	.side-menu .logo {
        height: 36px;
    }

	.hero .content .logo {
        /* height: 125px; */
    }
    .hero .content p {
        margin-top: -24px;
    }
	.section-title .line {
		bottom: 15px; 
		width: calc(100% - 460px);
	}
	.section-title .line.of-members {
		width: calc(100% - 250px);
	}

@media screen and (min-width: 1921px)  {
	.movie-warpper {
		max-width: 35vw;
		height: 35vw;
	}
}

	@media screen and (min-width: 0px) and (max-width: 1024px) {
		#hero-p-title, .hero .content p{
			display: none;
		}
        header .inner-wrapper .logo {
			height: 24px;
    		margin-top: -12px;
		}
		
		.movie-warpper {
			max-width: 58vw;
			height: 58vw;
			margin: 6vw auto 0;
			border: 2vw solid #fff;
		}
    }

 @media screen and (min-width: 0px) and (max-width: 600px) {
		.movie-warpper {
			max-width: 100%;
			height: 90vw;
			margin: 6vw auto 0;
			border: 1vw solid #fff;
		}
	 
	.manifest-text p {
		margin-top: 5%;
	}
	 
	 .hero .content h1 {
		font-size: 48px !important;
	}
}

    @media screen and (min-width: 0px) and (max-width: 1024px) {
        .hero .content .logo {
            height: 58px;
        }
		.hero .content p {
			max-width: 324px;
			font-size: 21px;
			line-height: 21px;
		}
		.section-title .line {
			display: none;
		}
		.section-title .line.of-members {
			display: none;
		}
		p {
			font-size: 19px;
		}
    }

.share-wrapper .form-wrapper .form-row input {
    color: #1B202F;
}
		input#newsletter-email {
    margin-bottom: 5px;
}.form-wrapper .form-row input, .form-wrapper .form-row textarea {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 17px;
    color: #ffffff;
}.youth-wrapper .form-wrapper .form-row input, .form-wrapper .form-row textarea {
    color: #1B202F;
}
		.acsb-trigger.acsb-trigger-size-medium {
			width: 40px !important;
    		height: 40px !important;
		}
		.acsb-trigger.acsb-trigger-size-medium svg {
			width: 14px !important;
		}

.overflow {
    overflow: hidden
}

.container {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.content-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1240px;
    margin: auto
}

.section {
    position: relative
}

.section.full {
    height: 100vh
}

.c-white {
    color: white
}

.c-blue {
    color: #286C36;
}

.b-black {
    background: black
}

.p-s-120 {
    padding: 0 120px
}

.member-desc, .member-desc p {
    font-size: 20px;
    line-height: 1.1;
}

.member-desc ul {
    list-style: disc;
	margin-top: 5%;
}

.sides .text-wrapper .inner .member-desc h3 {
    font-size: 26px;margin-top: 5%;
}

.bg {
    background-size: cover!important;
    background-position: center center!important
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.video-2 {
    position: absolute;
    top: -25%;
    left: 0;
    min-width: 100%;
    min-height: 150%;
    width: auto;
    height: auto
}

.home-page .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background: linear-gradient(0deg,  #101920 0%,  transparent 60%);
    /* z-index: 999; */
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.vimeo-wrapper video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.home-page .overlay {
    background: rgba(0,0,0,0.5);
    transition: all 0.4s ease-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.overlay.darkk {
    background: rgba(0,0,0,0.65)
}

.overlay.light {
    background: rgba(0,0,0,0.25)
}

.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black
}

.center-wrapper-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.center-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table
}

.center-wrapper .center {
    display: table-cell;
    vertical-align: middle
}

.ta-c {
    text-align: center
}

.clear {
    clear: both
}

.c-white {
    color: white
}

.no-m-t {
    margin-top: 0!important
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.p-t-80 {
    padding-top: 80px
}

.p-t-142 {
    padding-top: 142px
}

.p-t-144 {
    padding-top: 144px
}

.p-t-160 {
    padding-top: 160px
}

.p-t-220 {
    padding-top: 220px
}

.p-l-80 {
    padding-left: 80px
}

.p-l-480 {
    padding-left: 480px
}

.h-40 {
    height: 40px
}

.h-160 {
    height: 160px
}

.b-transparent {
    background: transparent
}

.rel {
    position: relative
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

::-webkit-input-placeholder {
    color: #286c36!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

::-moz-placeholder {
    color: #286c36!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

:-ms-input-placeholder {
    color: #286c36!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

:-moz-placeholder {
    color: #286c36!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.bp::-webkit-input-placeholder {
    color: black!important;
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-weight: 500
}

.bp::-moz-placeholder {
    color: black!important;
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-weight: 500
}

.bp:-ms-input-placeholder {
    color: black!important;
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-weight: 500
}

.bp:-moz-placeholder {
    color: black!important;
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-weight: 500
}

.c-red {
    color: #ff0000
}

.absolute-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

input {
    border: 0;
    border-bottom: 2px solid #082f51;
    background: transparent;
    outline: none;
    font-size: 2rem;
    width: 100%;
    height: 44px;
    margin-top: 6px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

input[type=submit] {
    background: #115fa4;
    color: white;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    line-height: 44px;
    border: 0;
    margin-top: 20px;
    font-size: 2.2rem;
    transition: all 0.26s ease-out
}

input[type=submit]:hover {
    background: #85d5f8
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0 0 0 6px
}

label {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 16px;
    cursor: pointer
}

select {
    border: 0;
    border-bottom: 2px solid #082f51;
    background: transparent;
    outline: none;
    font-size: 2rem;
    width: 100%;
    height: 44px;
    margin-top: 6px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    -webkit-appearance: none;
    color: #082f51;
    border-radius: 0;
    cursor: pointer
}

.select-wrapper {
    position: relative
}

.select-wrapper:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 6px solid #082f51;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: ""
}

.form-row {
    position: relative
}

.form-row.of-two {
    display: flex;
    justify-content: space-between
}

.form-row.of-two input {
    width: calc(50% - 8px)
}

.form-row.of-two .select-wrapper {
    width: calc(50% - 8px)
}

textarea {
    border: 0;
    border-bottom: 2px solid #082f51;
    background: transparent;
    outline: none;
    font-size: 2rem;
    width: 100%;
    height: 88px;
    margin-top: 6px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    resize: none
}

.section-title {
    color: #286C36;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title a:hover{ text-decoration: underline;}
.section-title a{ text-decoration: none;}

.section-title .arrows {
    position: relative;
    display: flex;
    height: 16px
}

.section-title .arrows img {
    height: 100%;
    margin-right: 10px;
    cursor: pointer
}

.section-title .circles {
    position: relative;
    display: flex;
    height: 34px
}

.section-title .circles .circle {
    position: relative;
    border-radius: 50%;
    height: 100%;
    width: 34px;
    margin-right: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

.section-title .circles .circle i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px
}

.section-title .line {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 10px;
    width: calc(100% - 386px);
    background: #09401c;
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg)
}

.wow {
    visibility: hidden
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .content-wrapper {
        width:calc(100% - 40px)
    }

    button,input,textarea {
        -webkit-appearance: none;
        border-radius: 0
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox
    }

    input[type=radio] {
        -webkit-appearance: radio
    }
}

@font-face {
    font-family: "fbpractica-regularwebfont";
    src: url("../fonts/fbpractica-regularwebfont.woff") format("woff")

}

@font-face {
    font-family: "fbpractica-lightwebfont";
    src: url("../fonts/fbpractica-lightwebfont.woff") format("woff")

}

@font-face {
    font-family: "FbPractica-Boldwebfont";
    src: url("../fonts/FbPractica-Boldwebfont.woff") format("woff")

}

@font-face {
    font-family: "practicanarrowregular-webfont";
    src: url("../fonts/practicanarrowregular-webfont.woff") format("woff")

}

@font-face {
    font-family: "practicanarrowbold-webfont";
    src: url("../fonts/practicanarrowbold-webfont.woff") format("woff");
    unicode-range: U+590-5ff,U+0020-0040,U+005b-0060
}

h1 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

h2 {
    font-size: 74px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

h2.small {
    font-size: 54px
}

h3 {
    font-size: 54px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

h4 {
    font-size: 44px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
}

h4.bigger {
    font-size: 28px
}

p {
    font-size: 17px;
    line-height: 1.4
}

p strong {
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

.italic {
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg)
}

.c-blue {
    color: #286C36;
}

.en {
    font-family: "arial"!important
}

@media screen and (min-width: 0px) and (max-width:1280px) {
    h2 {
        font-size:66px
    }

    h4.bigger {
        font-size: 26px
    }
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    h2 {
        font-size:44px
    }

    h4 {
		font-size: 30px;
		line-height: 1.2;
	}

    h4.bigger {
        font-size: 22px;
        line-height: 1.2
    }

    p {
        font-size: 17px
    }
}

header {
    position: fixed;
    width: 100%;
    height: 48px;
    z-index: 999;
    background: white;
    transition: all 0.4s ease-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

header.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: rgba(0,0,0,0.04) 0px 1px 1px 0px,rgba(0,0,0,0.04) 0px 2px 2px 0px,rgba(0,0,0,0.04) 0px 4px 4px 0px,rgba(0,0,0,0.04) 0px 8px 8px 0px,rgba(0,0,0,0.04) 0px 16px 16px 0px
}

header .inner-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1240px;
    height: 100%;
    margin: auto
}

header .inner-wrapper .header-menu-button {
    display: none
}

header .inner-wrapper .logo {
    position: absolute;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    right: 0;
}

header .inner-wrapper .items {
    position: absolute;
    left: 416px;
    height: 20px;
    line-height: 24px;
    top: 50%;
    margin-top: -10px;
    font-size: 1.7rem;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    display: flex
}

header .inner-wrapper .items li {
    margin-right: 32px;
    transition: all 0.26s ease-out;
    cursor: pointer
}

header .inner-wrapper .items li:hover {
    color: #85d5f8
}

header .inner-wrapper .three-buttons {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    display: flex;
    height: 48px;
    overflow: hidden
}

header .inner-wrapper .three-buttons .button {
    width: calc(100% / 3);
    height: 100%;
    line-height: 52px;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

header .inner-wrapper .three-buttons .button.one {
    background: #09401C;
}

header .inner-wrapper .three-buttons .button.two {
    background: #11a441;
}

header .inner-wrapper .three-buttons .button.two .inner-circle:before {
    background: #079cc2
}

header .inner-wrapper .three-buttons .button.three {
    background: #69A62D;
    color: #fff;
}

header .inner-wrapper .three-buttons .button.three .inner-circle:before {
    background: #41bef4
}

header .inner-wrapper .three-buttons .button .text {
    font-size: 22px;
    letter-spacing: 0
}

@media screen and (min-width: 0px) and (max-width:1340px) {
    header .inner-wrapper .three-buttons {
        width:354px
    }

    header .inner-wrapper .items {
        left: 384px
    }

    header .inner-wrapper .items li {
        margin-right: 28px
    }

    header .inner-wrapper .logo {
        height: 24px;
        margin-top: -12px
    }
}

@media screen and (min-width: 0px) and (max-width:1280px) {
    header .inner-wrapper .items {
        display:none
    }

    header .inner-wrapper .logo {
        height: 20px;
        margin-top: -10px;
        right: 36px
    }

    header .inner-wrapper .header-menu-button {
        display: block;
        position: absolute;
        right: -20px;
        width: 42px;
        top: 0;
        height: 100%;
        cursor: pointer
    }

    header .inner-wrapper .header-menu-button .menu-button {
        position: absolute;
        top: 50%;
        margin-top: -7.5px;
        width: 22px;
        height: 15px;
        right: 20px
    }

    header .inner-wrapper .header-menu-button .menu-button .line {
        position: absolute;
        right: 0;
        height: 3px;
        width: 100%;
        background: #082f51
    }

    header .inner-wrapper .header-menu-button .menu-button .line.top {
        top: 0
    }

    header .inner-wrapper .header-menu-button .menu-button .line.middle {
        top: 6px
    }

    header .inner-wrapper .header-menu-button .menu-button .line.bottom {
        top: 12px
    }
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    header {
        height:40px
    }

    header .inner-wrapper {
        width: calc(100% - 40px)
    }

    header .inner-wrapper .items {
        display: none
    }

    header .inner-wrapper .three-buttons {
        width: 126px;
        height: 40px
    }

    header .inner-wrapper .three-buttons .button {
        line-height: 44px;
        width: 100%
    }

    header .inner-wrapper .logo {
    height: 29px;
    margin-top: -14px;
    right: 36px;
}

    header .inner-wrapper .header-menu-button {
        display: block;
        position: absolute;
        right: -20px;
        width: 42px;
        top: 0;
        height: 100%;
        cursor: pointer
    }

    header .inner-wrapper .header-menu-button .menu-button {
        position: absolute;
        top: 50%;
        margin-top: -7.5px;
        width: 22px;
        height: 15px;
        right: 20px
    }

    header .inner-wrapper .header-menu-button .menu-button .line {
        position: absolute;
        right: 0;
        height: 3px;
        width: 100%;
        background: #082f51
    }

    header .inner-wrapper .header-menu-button .menu-button .line.top {
        top: 0
    }

    header .inner-wrapper .header-menu-button .menu-button .line.middle {
        top: 6px
    }

    header .inner-wrapper .header-menu-button .menu-button .line.bottom {
        top: 12px
    }
}

.home-page .hero {
    position: relative;
    margin-top: 20px;
    height: calc(100vh - 40px);
    min-height: 480px;
    /* background: #194b77; */
    background: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
}

.hero {
    position: relative;
    margin-top: 20px;
}
.hero.of-landing {
    min-height: 700px
}

.hero.of-landing.even-more {
    min-height: 780px
}

.hero.of-landing .landing-logo {
    display: none
}

.hero.in-page {
    height: 440px;
    position: relative;
}

.hero.in-page.narrow {
    height: 340px
}

.hero.in-page.narrow .content {
    height: 100%;
    padding: 0 100px 30px;
    align-items: flex-end
}

.hero.in-page .content {
    padding: 97px 50px 0;
    align-items: flex-end;
}

.hero.in-page .content h1 {
    margin-top: 10px
}

.home-page  .hero .overlay {
    background: linear-gradient(to right,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.65) 80%)
}

.home-page .hero .overlay.opp {
    background: linear-gradient(to left,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.65) 90%)
}

.home-page .hero .vimeo-wrapper .credit {
    position: absolute;
    left: 50px;
    bottom: 20px;
    color: white;
    font-size: 14px
}

.home-page .hero .overlay-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #33ad62;
    transition: all 1.5s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 1.5s cubic-bezier(0.645,0.045,0.355,1);
    transform-origin: left center
}

.home-page .hero .overlay-blue.hide {
    visibility: hidden;
    opacity: 0
}

.hero .three-buttons {
    position: absolute;
    left: 50px;
    top: -20px;
    width: 540px;
    display: flex;
    height: 48px;
    z-index: 9
}

.hero .three-buttons .button {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    line-height: 54px;
    text-align: center;
    color: white;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.26s ease-out
}

.hero .three-buttons .button:hover .inner-circle:before {
    transform: scale(7.5) translateZ(0);
    opacity: 1
}

.hero .three-buttons .button.two {
    background: #11a441;
}

.hero .three-buttons .button.three {
    background: #69A62D;
}

.hero .three-buttons .button.two .inner-circle:before {
    background: #079cc2
}

.hero .three-buttons .button.three .inner-circle:before {
    background: #41bef4
}

.hero .three-buttons .button.one {
    background: #09401C;
    color: #ffffff;
}

.hero .three-buttons .button .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    letter-spacing: 0;
    font-size: 26px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg)
}

.hero .three-buttons .button .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    width: 50px;
    height: 50px
}

.hero .three-buttons .button .inner-circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a3a63;
    opacity: 0;
    transform: scale(0) translateZ(0);
    transition: all 0.8s cubic-bezier(0.165,0.84,0.44,1)
}

.hero .hero-header {
    position: absolute;
    left: 50px;
    top: 60px;
    color: white;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    font-size: 1.8rem;
    z-index: 9
}

.hero .hero-header ul {
    display: flex
}

.hero .hero-header ul li {
    margin-right: 34px;
    transition: all 0.26s ease-out;
    cursor: pointer
}

.hero .hero-header ul li:hover {
    color: #96dd50;
}

.hero .content {
    position: relative;
    height: calc(100% - 60px);
    padding: 100px 50px;
    max-width: 1340px;
    margin: auto;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.hero .content .logo {
    display: block;
    max-width: 640px;
    /* height: 66px; */
    /* text-align: center; */
    margin: 42% auto 0;
}

.hero .content .logo.hp-logo {
    margin: 77% auto 0;
}

.hero .content .logo.smaller {
    height: 52px
}

.hero .content .title-wrapper-flex {
    display: flex;
    align-items: flex-end
}

.hero .content .title-wrapper-flex h4 {
    margin-right: 20px;
    font-size: 40px;
    margin-bottom: 21px
}

.hero .content h1 {
    margin-top: 20px;
    font-size: 124px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg)
}

.hero .content h1.smaller {
    font-size: 110px
}

.hero .content p {
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    font-size: 1.7rem;
    max-width: auto;
    line-height: 1.4;
    /* text-align: center; */
}

.hero .content .button {
    margin-top: 20px
}

.hero .page-hero-arrow {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 60px;
    cursor: pointer;
    transition: all 0.4s ease-out
}

.hero .page-hero-arrow.hide {
    visibility: hidden;
    opacity: 0
}

.hero .page-hero-arrow .arrow-circle {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    left: 0;
    z-index: 10
}

.hero .page-hero-arrow .arrow-line {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 0;
    background: white;
    bottom: 20px;
    z-index: 10;
    transform-origin: center bottom;
    transition: all 0.26s ease-out
}

.hero .page-hero-arrow .arrow-line.step-a {
    height: 70px
}

.hero .page-hero-arrow .arrow-diagonal {
    position: absolute;
    bottom: 27px;
    width: 12px;
    height: 2px;
    background: white;
    transition: all 0.26s ease-out
}

.hero .page-hero-arrow .arrow-diagonal.one {
    right: calc(50% - 4px);
    transform: rotate(45deg) scaleX(0);
    transform-origin: left center
}

.hero .page-hero-arrow .arrow-diagonal.one.show {
    transform: rotate(45deg) scaleX(1)
}

.hero .page-hero-arrow .arrow-diagonal.two {
    left: calc(50% - 4px);
    transform: rotate(-45deg) scaleX(0);
    transform-origin: right center
}

.hero .page-hero-arrow .arrow-diagonal.two.show {
    transform: rotate(-45deg) scaleX(1)
}

.hero-menu-button {
    display: none
}

.btn-news{
	float: left;
	margin: 3% auto 0;
}

.side-menu .socials i.facebook{
	background: #fff url("../images/social/social_4.png") no-repeat center center;
    background-size: 12px;
}

.side-menu .socials i.twitter{
	background: #fff url("../images/social/twitter.png") no-repeat center center;
    background-size: 19px;
}

.side-menu .socials i.whatsapp{
	background: #fff url("../images/social/wharsapp.png") no-repeat center center;
    background-size: 19px;
}

img.logo.hp-logo {
    display: block;
    text-align: center;
    width: 39vh;
    margin: 62vh auto 0;
}

@media screen and (min-width: 0px) and (max-width:1024px) {
	img.logo.hp-logo {
		width: 52vw;
		height: auto;
		position: absolute;
		bottom: 5%;
		right: 3%;
	}
	.home-page .vimeo-wrapper {
		background-position: 4%  96%, center center;
		background-size: 40vw, auto;
	}
	
	.home-page .sides .text-wrapper{
		width: 100%;
	}
	
	.btn-news{
		float: none;
		margin: 3% auto;
	}
	.hero .content .logo.hp-logo {
		margin: 99% auto 0;
	}
	
    .hero .hero-header {
        display:none
    }
	
	.home-page .hero {
		height: auto !important;
		min-height: 60vh !important;
	}

    .hero .content {
        padding: 0;
        display: block;
        position: absolute;
        bottom: 50%;
        margin-bottom: -100px;
        right: 20px;
        height: 200px
    }

    .hero .content .logo {
		height: auto;
		width: 34vw;
		margin: 36% auto 0;
	}

    .hero .content .logo.smaller {
    height: auto;
    width: 70%;
    max-width: 380px;
}

    .hero .content h1.smaller {
        font-size: 5.4rem
    }

    .hero .content p {
        font-size: 1.7rem;
        max-width: 90vw;
    }

    .hero .three-buttons {
        top: -20px;
        width: 126px;
        height: 40px;
        left: 20px
    }

    .hero .three-buttons .button {
        line-height: 44px;
        width: 100%
    }

    .hero .three-buttons .button .text {
        font-size: 22px
    }

    .hero .page-hero-arrow {
        left: 20px;
        bottom: 20px;
        width: 50px;
		display: none;
    }

    .hero .page-hero-arrow .arrow-circle {
        width: 50px;
        height: 50px
    }

    .hero.in-page,.hero.in-page.narrow {
        height: 280px;
        min-height: 0
    }

    .hero.in-page .content,.hero.in-page.narrow .content {
        padding: 0 20px 30px;
        display: flex;
        align-items: flex-end;
        height: 100%;
        position: relative;
        margin: 0;
        bottom: auto;
        right: auto
    }

    .hero .content h1 {
        font-size: 54px
    }

    .hero .content .title-wrapper-flex {
        display: block
    }

    .hero .content .title-wrapper-flex h4 {
        margin-right: 0;
        font-size: 24px;
        margin-bottom: 0;
        max-width: 230px
    }

    .hero-menu-button {
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 99
    }

    .hero-menu-button .menu-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px
    }

    .hero-menu-button .menu-button .line {
        position: absolute;
        right: 0;
        height: 3px;
        width: 100%;
        background: white
    }

    .hero-menu-button .menu-button .line.top {
        top: 0
    }

    .hero-menu-button .menu-button .line.middle {
        top: 7px
    }

    .hero-menu-button .menu-button .line.bottom {
        top: 14px
    }

    .hero .vimeo-wrapper .credit {
        left: 20px;
        bottom: 10px;
        font-size: 12px
    }

    .hero.of-landing {
        min-height: 0;
        height: auto;
        background: white
    }

    .hero.of-landing .vimeo-wrapper {
        position: relative;
        height: 64vw
    }

    .hero.of-landing .landing-logo {
        display: block;
        position: absolute;
        height: 24px;
        top: 16px;
        left: 30px;
        z-index: 999
    }
}

@media screen and (min-width: 0px) and (max-width:600px) {
	.home-page .hero {
		height: 75vw !important;
		min-height: auto !important;
	}
	
	.hero .content .logo.hp-logo {
		margin: 35% auto 0;
	}
}

.button {
    position: relative;
    width: 200px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    color: white;
    background: #286C36;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.26s ease-out
}

.button:hover .inner-circle:before {
    transform: scale(7.5) translateZ(0);
    opacity: 1
}

.button.little {
    width: 144px;
    height: 40px;
    line-height: 44px
}

.button.little .text {
    font-size: 20px
}

.button .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.button .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    width: 50px;
    height: 50px
}

.button .inner-circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a3a63;
    opacity: 0;
    transform: scale(0) translateZ(0);
    transition: all 0.8s cubic-bezier(0.165,0.84,0.44,1)
}

.button-link {
    font-size: 24px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    cursor: pointer;
    transition: all 0.4s ease-out
}

.button-link:hover {
    color: #115fa4
}

.button-link i {
    font-size: 13px;
    margin-right: 2px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .button-link {
        font-size:16px
    }

    .button-link i {
        font-size: 11px;
        margin-right: 2px;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.news-wrapper {
    position: relative;
    padding: 120px 0 100px
}

.news-wrapper.in-page {
    padding: 100px 0
}

.news-wrapper.in-page .grid {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    direction: rtl
}

.news-wrapper.in-page .grid .item {
    float: none;
    width: calc((100% / 4) - 40px);
    margin: 0 20px 40px
}

.news-wrapper.in-page .grid .item .text {
    min-height: 0;
    padding: 30px 30px 80px
}

.news-wrapper.in-page .tweets {
    margin-top: 0;
    margin-bottom: 60px
}

.news-wrapper.in-staff {
    background: linear-gradient(to top,rgba(255,255,255,0),#e1e1e1)!important
}

.news-wrapper.no-top-pad {
    padding-top: 0
}

.news-wrapper .grid {
    position: relative;
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    display: flex;
    flex-wrap: wrap;
    background: white
}

.news-wrapper .grid .item {
    position: relative;
    width: calc(25% - 40px);
    margin: 10px 20px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-out
}

.news-wrapper .grid .item:hover {
    box-shadow: 0 14px 34px 0 rgba(0,0,0,0.44)
}

.news-wrapper .grid .item .image-wrapper {
    position: relative;
    padding-bottom: 65%
}

.news-wrapper .grid .item .text {
    position: relative;
    padding: 30px 30px 80px;
    direction: rtl
}

.news-wrapper .grid .item .text h3 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 22px;
    line-height: 1.15;
    color: #092e06;
}

.news-wrapper .grid .item .text h2 {
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.25;
    /* font-weight: 100; */
    margin-top: 1%;
}

.news-wrapper .grid .item .text h3 br {
    display: none
}

.news-wrapper .grid .item .date {
    font-size: 15px;
    position: absolute;
    right: 30px;
    bottom: 30px
}

.news-wrapper .grid .item .date i {
    font-size: 14px;
    margin-left: 6px
}

.news-wrapper .grid .item .date img {
    height: 14px;
    margin-left: 6px
}

.news-wrapper .grid .slick-list {
    overflow: visible
}

.news-wrapper .grid .slick-slide {
    visibility: hidden;
    opacity: 0;
    outline: 0!important
}

.news-wrapper .grid .slick-slide.slick-active {
    visibility: visible;
    opacity: 1
}

.news-wrapper .grid .paging {
    position: absolute;
    position: absolute;
    left: 70px;
    bottom: -62px;
    font-size: 20px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.news-wrapper .grid .paging li {
    display: none
}

.news-wrapper .grid .paging li.slick-active {
    display: block
}

.news-wrapper .grid .paging li span {
    font-family: "practicanarrowregular-webfont",Arial,sans-serif;
    margin: 0 4px;
    display: inline-block;
    transform: scale(2);
    -webkit-transform: scale(2)
}

.news-wrapper .tweets {
    position: relative;
    margin-top: 68px;
    display: flex
}

.news-wrapper .tweets h4 {
    width: 170px;
    font-size: 48px;
    display: flex;
    margin-left: 30px
}

.news-wrapper .tweets h4 i {
    font-size: 40px;
    margin-left: 10px
}

.news-wrapper .tweets .items {
    position: relative;
    width: calc(100% - 200px);
    direction: ltr
}

.news-wrapper .tweets .items .item {
    position: relative;
    float: left;
    direction: rtl;
    padding-left: 100px;
    transition: all 0.26s ease-out
}

.news-wrapper .tweets .items .item:hover {
    color: #115fa4
}

.news-wrapper .tweets .items .item p {
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

.news-wrapper .tweets .items .item span {
    display: inline-block;
    direction: rtl
}

.front-news-arrows {
    position: relative;
    margin-top: 44px;
    display: flex;
    justify-content: flex-end
}

.front-news-arrows img {
    width: 30px;
    margin-right: 20px;
    cursor: pointer
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .news-wrapper {
        padding:40px 0
    }

    .news-wrapper .grid {
        width: calc(100% + 20px);
        margin: 0 -10px 0
    }

    .news-wrapper .grid .item {
        width: calc(50% - 20px);
        margin: 20px 10px 0
    }

    .news-wrapper .grid .item:hover {
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1)
    }

    .news-wrapper .grid .item .text {
        padding: 16px 16px 46px;
        min-height: 0
    }

    .news-wrapper .grid .item .text h3 {
        font-size: 20px;
        line-height: 1.1
    }

    .news-wrapper .grid .item .date {
        font-size: 15px;
        right: 16px;
        bottom: 16px;
        margin-top: 0
    }

    .news-wrapper .grid .item .date i {
        font-size: 12px;
        margin-left: 4px
    }

    .news-wrapper .tweets {
        margin-top: 30px;
        display: block
    }

    .news-wrapper .tweets h4 {
        width: 100%;
        font-size: 32px;
        margin-left: 0
    }

    .news-wrapper .tweets h4 i {
        font-size: 28px
    }

    .news-wrapper .tweets .items {
        width: 100%;
        margin-top: 10px
    }

    .news-wrapper .tweets .items .item {
        padding-left: 0
    }

    .news-wrapper.in-page {
        padding: 40px 0
    }

    .news-wrapper.in-page .tweets {
        margin-bottom: 30px
    }

    .news-wrapper.in-page .grid {
        width: calc(100% + 20px);
        margin: 0 -10px
    }

    .news-wrapper.in-page .grid .item {
        width: calc((100% / 2) - 20px);
        margin: 0 10px 20px
    }

    .news-wrapper.in-page .grid .item .text {
        padding: 16px 16px 44px
    }

    .news-wrapper .tweets .items .item {
        font-family: "fbpractica-regularwebfont",Arial,sans-serif
    }
}

.sides {
    position: relative;
    /* height: 50vw; */
    display: flex
}

.hp-sides{
	height: 50vw;
}

.sides.opp {
    flex-direction: row-reverse
}

.sides.go-grey {
    background: #f8f8f8
}

.sides.on-top .text-wrapper {
    background: linear-gradient(to bottom,rgba(255,255,255,0),#e1e1e1)!important
}

.sides.on-bottom .text-wrapper {
    background: linear-gradient(to top,rgba(255,255,255,0),#e1e1e1)!important
}

.sides.special {
    max-width: 1240px;
    margin: auto;
    max-height: 620px
}

.sides .image-wrapper {
    position: relative;
    width: 50%;
    height: auto;
}

.sides .image-wrapper .square {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    background: #e1e1e1
}
 .sides .text-wrapper{
	width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #f8f8f8;
	overflow: visible;
	align-items: flex-start;
	
}
.home-page .sides .text-wrapper {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    overflow: hidden
}

.sides .text-wrapper.o-v {
    overflow: visible
}

.sides .text-wrapper.with-squares {
    flex-wrap: wrap
}

.sides .text-wrapper.with-squares .square {
    position: relative;
    width: 50%;
    height: 50%
}

.sides .text-wrapper.with-squares .square .vimeo-wrapper video {
    height: 25vw;
    min-height: 25vw
}

.sides .text-wrapper .sd {
    position: absolute;
    opacity: 0.4;
    left: 60px;
    top: 10px;
    width: 100%;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg)
}

.sides .text-wrapper .sd.second {
    top: 10 0px
}

.sides .text-wrapper .sd.on-staff {
    left: 82%;
    top: -68%;
    opacity: 0.3
}

.sides .text-wrapper .inner {
    position: relative;
    width: calc(100% - 200px);
    max-width: 540px
}

.sides .text-wrapper .inner h3 {
    font-size: 64px
}

.sides .text-wrapper .inner h4 {
    margin-top: -4px;
    margin-bottom: 30px
}

.sides .text-wrapper .inner p {
    margin-top: 10px
}

.sides .text-wrapper .inner .button {
    margin-top: 30px
}

.sides .square {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#e1e1e1)
}

.sides .square .inner {
    width: calc(100% - 100px)
}

.sides .square .inner h3 {
    font-size: 44px;
    color: #115fa4
}

.sides .square .inner p {
    margin-top: 0
}

.sides .square .inner .button-link {
    margin-top: 20px
}

.sides .sides-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    direction: ltr
}

.sides .sides-slider.small .image {
    height: 25vw
}

.sides .sides-slider .image {
    float: left;
    position: relative;
    height: 50vw
}

@media screen and (min-width: 0px) and (max-width:1280px) {
    .sides .text-wrapper .inner {
        width:calc(100% - 160px)
    }

    .sides .text-wrapper .inner h3 {
        font-size: 54px
    }
}

@media screen and (min-width: 0px) and (max-width:1024px) {
	.home-page .sides .text-wrapper{
		width: 100%;
	}
	
	
    .sides {
        position:relative;
        height: auto;
        display: block
    }

    .sides.of-product .image-wrapper {
        height: 80vw
    }

    .sides .image-wrapper {
        width: 100%;
        height: 65vw;
    }

    .sides .image-wrapper .image {
        background-position: center top !important
    }

    .sides .text-wrapper {
        width: 100%;
        padding: 40px 20px;
        height: auto;
        display: block
    }

    .sides .text-wrapper .inner {
        width: 100%
    }

    .sides .text-wrapper .inner h3 {
        font-size: 44px
    }

    .sides .text-wrapper .inner h4 {
        margin-bottom: 10px;
        margin-top: 6px
    }

    .sides .text-wrapper .inner .button {
        margin-top: 20px
    }

    .sides .sides-slider .image {
        height: 100vw
    }

    .sides .square .inner {
        width: calc(100% - 40px)
    }

    .sides .square .inner h3 {
        font-size: 26px
    }

    .sides .square .inner .button-link {
        margin-top: 6px
    }

    .sides .text-wrapper.with-squares {
        padding: 0;
        width: 100vw;
        height: 100vw;
        display: flex
    }

    .sides .text-wrapper.with-squares .square {
        width: 50vw;
        height: 50vw
    }

    .sides .text-wrapper.with-squares .square .vimeo-wrapper video {
        height: 50vw;
        min-height: 50vw
    }

    .sides .sides-slider.small .image {
        height: 50vw
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none!important
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}*/

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 101px;
    width: 101px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    border: 0;
    padding: 0;
	z-index: 99999;
}

/*.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: none!important;
    background: transparent;
    color: transparent
}*/

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}*/

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
	border-radius: 50%;
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none!important;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none!important
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

/*.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}*/

.slick-active,.slick-current,.slick-slide {
    outline: none!important
}

.slick-active a,.slick-current a,.slick-slide a {
    outline: none!important
}

.members-wrapper {
    position: relative;
    padding: 120px 0 84px
}

.members-wrapper.in-page {
    padding: 100px 0
}

.members-wrapper.in-page .grid {
    margin-top: 0
}

.members-wrapper .sides {
    /* height: calc(50vw - 100px); */
    /* max-height: 620px; */
}

.members-wrapper .sides.on-bottom {
    margin-bottom: 100px
}

.members-wrapper .sides .text-wrapper {
    background: transparent!important
}

.members-wrapper .sides .text-wrapper .sd {
    display: none
}

.members-wrapper .sides .text-wrapper .inner {
    width: calc(100% - 180px)
}

.members-wrapper .sides .text-wrapper .inner h4 {
    margin-bottom: 10px
}

.members-wrapper .grid {
    position: relative;
    width: calc(100% + 28px);
    margin: 40px -14px 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 2
}

.members-wrapper .grid .item {
    position: relative;
    width: calc(20% - 28px);
    margin: 0 14px 56px;
    background: white;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-out
}

.members-wrapper .grid .item:hover {
    box-shadow: 0 14px 34px 0 rgba(0,0,0,0.44)
}

.members-wrapper .grid .item .image-wrapper {
    position: relative;
    padding-bottom: 120%
}

.members-wrapper .grid .item .text {
    position: relative;
    padding: 30px;
    transition: all 0.4s ease-out
}

.members-wrapper .grid .item .text h3 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px;
    color: #286C36;
}

.members-wrapper .grid .item .text p {
    margin-top: 6px;
    line-height: 1.1
}

.members-wrapper .grid .item .socials {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 14px
}

.members-wrapper .grid .item .socials i {
    margin-left: 10px;
    transition: all 0.26s ease-out;
    color: rgba(0,0,0,0.2)
}

.members-wrapper .grid .item .socials i:hover {
    color: #115fa4
}

.members-wrapper .sd {
    position: absolute;
    bottom: -360px;
    left: 0;
    width: 52vw;
    opacity: 0.4;
    transform: rotate(8deg)
}

.open-contact-member {
    cursor: pointer
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .members-wrapper {
        padding:0 0 40px
    }

    .members-wrapper .grid {
        width: calc(100% + 30px);
        margin: 20px -15px 0
    }

    .members-wrapper .grid.on-front {
        width: calc(100% + 12px);
        margin: 20px -6px 0
    }

    .members-wrapper .grid .item {
        width: calc((100% / 3) - 20px);
        margin: 0 10px
    }

    .members-wrapper .grid.on-front .item {
        width: 50%;
        margin: 0;
        background: transparent;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        padding: 10px 6px
    }

    .members-wrapper .grid.on-front .item .a-member {
        display: block;
        height: 100%;
        background: white;
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1)
    }

    .members-wrapper .grid.on-front .item .a-member .text {
        padding: 14px 16px;
        min-height: 106px
    }

    .members-wrapper .grid.on-front .item .a-member .text p {
        font-size: 15px;
        line-height: 1;
        margin-top: 4px
    }

    .members-wrapper .grid.on-front .item .socials {
        display: none
    }

    .members-wrapper .grid .item .text {
        padding: 10px;
        min-height: 0
    }

    .members-wrapper .grid .item .text p {
        font-size: 15px;
        line-height: 1;
        margin-top: 6px
    }

    .members-wrapper .grid .item .text h3 {
        font-size: 20px
    }

    .members-wrapper .grid .item .socials {
        right: 20px;
        bottom: 10px;
        font-size: 14px;
        display: none
    }

    .slick-dots {
        position: relative;
        bottom: 0;
        margin: 20px 0 0
    }

    .slick-dots li {
        margin: 0 1px
    }

    .slick-dots li button:before {
        font-size: 24px
    }

    .members-wrapper.in-page {
        padding: 40px 0
    }

    .members-wrapper.in-page .grid {
        width: calc(100% + 40px);
        margin: 20px -20px 0
    }

    .members-wrapper.in-page .grid .item {
        margin: 0 10px 20px
    }

    .members-wrapper.in-page .grid {
        width: calc(100% + 20px);
        margin: 20px -10px 0
    }

    .members-wrapper .sides {
        /* height: calc(50vw - 20px); */
        /* max-height: 100%; */
        /* display: flex; */
    }

    .members-wrapper .sides .image-wrapper {
        width: 100%;
        height: 75vw;
        /* max-height: 54vw; */
    }

    .members-wrapper .sides .text-wrapper .inner {
        width: 100%
    }

    .members-wrapper .sides .text-wrapper {
        width: 100%;
        padding: 0 20px 0 0;
        display: flex
    }

    .members-wrapper .sides.on-bottom {
        margin-bottom: 0
    }

    .members-wrapper .sides.on-bottom .text-wrapper {
        padding: 30px 10px 30px 0;
    }

    .members-wrapper .sides .text-wrapper .inner .desc {
        display: none
    }

    .sides .text-wrapper .inner h3 {
        font-size: 30px
    }

    .members-wrapper .sides .text-wrapper .inner h4 {
        font-size: 18px;
        margin-top: 2px
    }

    .members-wrapper .sides .text-wrapper .inner .button {
        margin-top: 0;
        height: 30px;
        line-height: 32px;
        width: 100px
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

.share-wrapper {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(to top,rgba(255,255,255,0),#e1e1e1)
}

.share-wrapper h2 {
    color: #286C36;
    margin-top: 10px;
    font-size: 64px
}

.share-wrapper h4 span {
    color: #286C36;
}

.share-wrapper .form-wrapper {
    position: relative;
    margin: 20px auto 0;
    max-width: 860px
}

.share-wrapper .form-wrapper .form-row {
    position: relative;
    display: flex;
    justify-content: space-between
}

.share-wrapper .form-wrapper .form-row.of-cbs {
    margin-top: 30px;
    justify-content: center
}

.share-wrapper .form-wrapper .form-row .controller {
    position: relative
}

.share-wrapper .form-wrapper .form-row .controller.of-input {
    width: calc(100% - 210px)
}

.share-wrapper .form-wrapper .form-row .controller.of-input.error input {
    border: 1px solid #ff0000
}

.share-wrapper .form-wrapper .form-row .controller.of-input input {
    width: 100%;
    height: 44px;
    background: white;
    border: 0;
    font-size: 20px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    padding-right: 20px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    outline: 0;
    margin-top: 0
}

.share-wrapper .form-wrapper .form-row .controller.of-input input[type=submit] {
    margin-top: 0;
    width: 200px;
    background: #115fa4;
    color: white;
    cursor: pointer;
    padding: 0;
    transition: all 0.26s ease-out
}

.share-wrapper .form-wrapper .form-row .controller.of-input input[type=submit]:hover {
    background: #09c3f3
}

.share-wrapper .form-wrapper .form-row button {
    font-size: 20px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    width: 200px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: #286C36;
    color: white;
    cursor: pointer;
    padding: 0;
    transition: all 0.26s ease-out
}

.share-wrapper .form-wrapper .form-row button:hover {
    background: #69a62d;
    color: #fff;
}

.share-wrapper .form-wrapper .form-row button span {
    display: inline-block
}

.share-wrapper .form-wrapper .controller {
    position: relative
}

.share-wrapper .form-wrapper .controller.of-cb {
    margin: 0 9px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.share-wrapper .form-wrapper .controller.of-cb.active .box {
    background: #09c3f3;
    border-color: #09c3f3
}

.share-wrapper .form-wrapper .controller.of-cb.active .box img {
    visibility: visible;
    opacity: 1
}

.share-wrapper .form-wrapper .controller.of-cb .box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #082f51;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.share-wrapper .form-wrapper .controller.of-cb .box img {
    height: 8px;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0
}

.share-wrapper .form-wrapper .controller.of-cb label {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 17px;
    padding-top: 2px
}

.share-wrapper .form-wrapper .thanks {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 30px;
    text-align: center;
    position: relative
}

.share-wrapper .socials {
    text-align: center;
    position: relative;
    font-size: 20px;
    margin-top: 20px
}

.share-wrapper .socials i {
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.share-wrapper .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .share-wrapper {
        padding:40px 20px
    }

    .share-wrapper h2 {
        margin-top: 4px;
        font-size: 40px
    }

    .share-wrapper .form-wrapper .form-row {
        display: block
    }

    .share-wrapper .form-wrapper .form-row input {
        width: 100%;
        margin-bottom: 10px
    }

    .share-wrapper .form-wrapper .form-row input[type=submit] {
        width: 100%
    }

    .share-wrapper .socials {
        font-size: 16px;
        margin-top: 14px
    }

    .share-wrapper .socials i {
        width: 44px;
        height: 44px;
        line-height: 46px
    }

    .share-wrapper .m-t-30 {
        margin-top: 20px!important
    }

    .share-wrapper .form-wrapper .form-row button {
        width: 100%;
        height: 44px
    }

    .share-wrapper .form-wrapper .form-row button:hover {
        background: #115fa4;
        color: white
    }

    .share-wrapper .form-wrapper .form-row.of-cbs {
        margin-top: 20px
    }

    .share-wrapper .form-wrapper .controller.of-cb {
        margin: 0
    }

    .share-wrapper .form-wrapper .form-row .controller.of-input {
        width: 100%
    }
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    z-index: 999999999;
    background: rgba(0,0,0,0.5);
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out
}

.loader-wrapper.show {
    visibility: visible;
    opacity: 1
}

.loader-wrapper .inner-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader-wrapper .lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.loader-wrapper .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 6px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
    border-color: #fff transparent transparent transparent
}

.loader-wrapper .lds-ring div:first-child {
    animation-delay: -0.45s
}

.loader-wrapper .lds-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.loader-wrapper .lds-ring div:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: all 0.26s ease-out
}

.popup-wrapper.show {
    opacity: 1;
    visibility: visible
}

.popup-wrapper.show .inner-video {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.popup-wrapper.show .inner-post {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.popup-wrapper.show .inner-member {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.popup-wrapper.show .inner-join {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.popup-wrapper.show .inner-women {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.popup-wrapper.show .inner-contact {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.popup-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.popup-wrapper .center-wrapper .center {
    padding: 32px
}

.popup-wrapper .inner-video {
    position: relative;
    width: 960px;
    background: #115fa4;
    border: 6px solid white;
    margin: auto;
    transform-origin: center right;
    transition: all 0.7s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 0.7 s cubic-bezier(0.645,0.045,0.355,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0)
}

.popup-wrapper .inner-video .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.popup-wrapper .inner-video .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.popup-wrapper .inner-post {
    position: relative;
    width: 740px;
    background: white;
    margin: auto;
    transform-origin: center right;
    transition: all 0.7s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 0.7 s cubic-bezier(0.645,0.045,0.355,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    overflow: hidden
}

.popup-wrapper .inner-post .overlay {
    background: linear-gradient(to right,rgba(255,255,255,0),#e1e1e1)!important
}

.popup-wrapper .inner-post .cover {
    position: relative;
    padding: 60px 60px 30px;
    text-align: center
}

.popup-wrapper .inner-post .cover h1 {
    font-size: 40px;
    max-width: 540px;
    margin: auto;
    transform: scale(1) rotate(0deg) translate(30px,0px) skew(8deg,0deg);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-post .cover h1.in {
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-post .cover p {
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    margin-top: 10px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-post .cover p.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-post .cover p i {
    font-size: 15px;
    margin-left: 4px
}

.popup-wrapper .inner-post .cover p img {
    height: 15px;
    margin-left: 4px
}

.popup-wrapper .inner-post .wrapper {
    position: relative
}

.popup-wrapper .inner-post .wrapper .image-wrapper {
    position: relative;
    padding-bottom: 40%;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-post .wrapper .image-wrapper.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-post .wrapper .text-wrapper {
    position: relative;
    max-width: 440px;
    margin: auto;
    padding: 50px 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-post .wrapper .text-wrapper.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-post .wrapper .text-wrapper p {
    margin-bottom: 20px;
    text-align: justify
}

.popup-wrapper .inner-post .wrapper .text-wrapper h1,.popup-wrapper .inner-post .wrapper .text-wrapper h2,.popup-wrapper .inner-post .wrapper .text-wrapper h3,.popup-wrapper .inner-post .wrapper .text-wrapper h4,.popup-wrapper .inner-post .wrapper .text-wrapper h5,.popup-wrapper .inner-post .wrapper .text-wrapper h6,.popup-wrapper .inner-post .wrapper .text-wrapper ol,.popup-wrapper .inner-post .wrapper .text-wrapper ul {
    margin-bottom: 20px
}

.popup-wrapper .inner-post .wrapper .text-wrapper ol,.popup-wrapper .inner-post .wrapper .text-wrapper ul {
    position: relative;
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.4
}

.popup-wrapper .inner-post .wrapper .text-wrapper ul {
    list-style-type: disc
}

.popup-wrapper .inner-post .wrapper .text-wrapper ol {
    list-style-type: decimal
}

.popup-wrapper .inner-post .wrapper .text-wrapper a {
    border-bottom: 1px solid;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    transition: all 0.26s ease-out
}

.popup-wrapper .inner-post .wrapper .text-wrapper a:hover {
    color: #09c3f3
}

.popup-wrapper .inner-post .wrapper .text-wrapper img {
    display: block;
    width: calc(100% + 120px);
    height: auto;
    margin: 0 -60px 30px
}

.popup-wrapper .inner-post .wrapper .text-wrapper iframe {
    display: block;
    width: calc(100% + 120px);
    height: calc(560px * 0.5625);
    margin: 0 -60px 30px
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share {
    position: relative;
    margin-top: 30px;
    text-align: center
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share h4 {
    margin-bottom: 14px
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share i {
    margin: 0 6px;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    font-size: 15px;
    height: 44px;
    line-height: 46px;
    box-shadow: 6px 8px 10px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share a {
    border: 0
}

.popup-wrapper .inner-post .wrapper .text-wrapper .share a:hover {
    color: #082f51
}

.popup-wrapper .inner-member {
    position: relative;
    width: 1040px;
    min-height: 632px;
    margin: auto;
    border: 6px solid white;
    transform-origin: center right;
    transition: all 0.7s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 0.7 s cubic-bezier(0.645,0.045,0.355,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0)
}

.popup-wrapper .inner-member.go-blue {
    background: #115fa4
}

.popup-wrapper .inner-member.go-blue .lil-x .line {
    background: white
}

.popup-wrapper .inner-member.go-blue .overlay {
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 100%)
}

.popup-wrapper .inner-member.go-blue .wrapper {
    color: white
}

.popup-wrapper .inner-member.go-blue .wrapper .on-right .rows .row {
    border-top: 1px solid rgba(255,255,255,0.25)
}

.popup-wrapper .inner-member.go-blue .wrapper .on-right .rows .socials {
    border-top: 1px solid rgba(255,255,255,0.25)
}

.popup-wrapper .inner-member.go-blue .wrapper .on-right .rows .socials i {
    color: #082f51
}

.popup-wrapper .inner-member.go-blue .wrapper .text-wrapper h1 {
    position: relative;
    color: white;
    display: flex;
    justify-content: space-between
}

.popup-wrapper .inner-member #member-content {
    position: relative;
    height: 100%
}

.popup-wrapper .inner-member .wrapper {
    display: flex;
    position: relative;
    padding: 50px 50px 70px;
    height: 100%;
    min-height: 620px
}

.popup-wrapper .inner-member .wrapper .on-right {
    position: relative;
    width: 240px;
    margin-left: 60px
}

.popup-wrapper .inner-member .wrapper .on-right .image-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid white;
    overflow: hidden;
    margin: auto;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .image-wrapper.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .on-right .image-wrapper.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .on-right .image-wrapper .image {
    border-radius: 50%
}

.popup-wrapper .inner-member .wrapper .on-right h1 {
    display: none;
    transform: scale(1) rotate(0deg) translate(30px,0px) skew(8deg,0deg);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right h1.in {
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .on-right h1.out {
    transform: scale(1) rotate(0deg) translate(-30px,0px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .on-right .job {
    display: none;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .job.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .on-right .job.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .on-right .rows {
    position: relative;
    margin-top: 24px
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row {
    position: relative;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.15);
    font-size: 17px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row i {
    width: 28px
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row .en {
    font-size: 14px;
    font-weight: bold
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row a {
    transition: all 0.26s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .rows .row a:hover {
    color: #115fa4
}

.popup-wrapper .inner-member .wrapper .on-right .rows .socials {
    margin-top: 14px;
    padding-top: 28px;
    border-top: 1px solid rgba(0,0,0,0.15);
    font-size: 16px;
    text-align: center;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .rows .socials.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .on-right .rows .socials.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .on-right .rows .socials i {
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 46px;
    box-shadow: 6px 8px 10px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.popup-wrapper .inner-member .wrapper .on-right .rows .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

.popup-wrapper .inner-member .wrapper .text-wrapper {
    width: calc(100% - 300px)
}

.popup-wrapper .inner-member .wrapper .text-wrapper h1 {
    font-size: 68px;
    color: #115fa4;
    transform: scale(1) rotate(0deg) translate(30px,0px) skew(8deg,0deg);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .text-wrapper h1.in {
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .text-wrapper h1.out {
    transform: scale(1) rotate(0deg) translate(-30px,0px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .text-wrapper .job {
    font-size: 20px;
    margin-top: -6px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 10px;
    margin-bottom: 22px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .text-wrapper .job.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .text-wrapper .job.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets {
    position: relative;
    margin-top: 10px
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets li.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets li.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets li .circle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    margin-left: 20px
}

.popup-wrapper .inner-member .wrapper .text-wrapper .bullets li p {
    width: calc(100% - 70px)
}

.popup-wrapper .inner-member .wrapper .arrows {
    position: absolute;
    height: 14px;
    display: flex;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-member .wrapper .arrows.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-member .wrapper .arrows.out {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    visibility: hidden;
    opacity: 0
}

.popup-wrapper .inner-member .wrapper .arrows:hover .img-wrapper img {
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px)
}

.popup-wrapper .inner-member .wrapper .arrows .img-wrapper {
    position: relative;
    height: 100%;
    margin-right: 10px;
    cursor: pointer
}

.popup-wrapper .inner-member .wrapper .arrows .img-wrapper img {
    height: 100%;
    transition: all 0.26s ease-out
}

.popup-wrapper .inner-member .wrapper .arrows .text {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 20px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px)
}

.popup-wrapper .inner-contact {
    position: relative;
    width: 880px;
    min-height: calc(720px * 0.5625);
    padding: 54px 60px 36px;
    background: #115fa4;
    color: white;
    border: 6px solid white;
    margin: auto;
    transform-origin: center right;
    transition: all 0.7s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 0.7 s cubic-bezier(0.645,0.045,0.355,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    overflow: hidden
}

.popup-wrapper .inner-contact .overlay {
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 100%)
}

.popup-wrapper .inner-contact .el {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-contact .el.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-contact h2 {
    position: relative
}

.popup-wrapper .inner-contact h2 .line {
    position: absolute;
    left: 0;
    bottom: 16px;
    height: 6px;
    width: calc(100% - 260px);
    background: white
}

.popup-wrapper .inner-join {
    position: relative;
    width: 880px;
    padding: 80px;
    background: #115fa4;
    color: white;
    border: 6px solid white;
    margin: auto;
    transform-origin: center right;
    transition: all 0.7s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 0.7 s cubic-bezier(0.645,0.045,0.355,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    overflow: hidden
}

.popup-wrapper .inner-join .el {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out
}

.popup-wrapper .inner-join .el.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.popup-wrapper .inner-join h2 {
    position: relative;
    margin-bottom: 20px
}

.popup-wrapper .inner-join h2 .line {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 6px;
    width: calc(100% - 330px);
    background: white
}

.popup-wrapper .inner-join .form-wrapper.special button {
    margin-top: 10px
}

.popup-wrapper .inner-join .bottom-line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 6px;
    width: calc(100% - 230px);
    background: white
}

.popup-wrapper .inner-join h4 {
    font-size: 34px;
    margin: 40px 0 24px
}

.popup-wrapper .lil-x {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: all 0.26s ease-out;
    z-index: 9
}

.popup-wrapper .lil-x:hover {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.popup-wrapper .lil-x.go-white .line {
    background: white
}

.popup-wrapper .lil-x.outside {
    height: 24px;
    width: 24px;
    background: white;
    border-radius: 50%;
    top: -12px;
    right: -12px
}

.popup-wrapper .lil-x .line {
    position: absolute;
    width: 12px;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
    background: #082f51
}

.popup-wrapper .lil-x .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.popup-wrapper .lil-x .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.popup-wrapper .inner-women {
    position: relative;
    width: calc(100% - 40px);
    padding: 30px;
    border: 4px solid white;
    background: #115fa4;
    color: white;
    margin: auto;
    transition: all 0.26s ease-out;
    transform: scale(0.94);
    -webkit-transform: scale(0.94);
    overflow: hidden
}

.popup-wrapper .inner-women .form-wrapper.special {
    margin-top: 0
}

.popup-wrapper .inner-women .form-wrapper.special button {
    margin-top: 10px
}

.popup-wrapper .inner-women .form-wrapper.special button.go-abs {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: -10px 0 0
}

.popup-wrapper .inner-women .logo {
    height: 50px;
    margin: auto;
    display: block
}

.popup-wrapper .inner-women h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2
}

.popup-wrapper .lil-x {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: all 0.26s ease-out;
    z-index: 9
}

.popup-wrapper .lil-x:hover {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.popup-wrapper .lil-x.go-white .line {
    background: white
}

.popup-wrapper .lil-x.outside {
    height: 24px;
    width: 24px;
    background: white;
    border-radius: 50%;
    top: -12px;
    right: -12px
}

.popup-wrapper .lil-x .line {
    position: absolute;
    width: 12px;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
    background: #082f51
}

.popup-wrapper .lil-x .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.popup-wrapper .lil-x .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.popup-wrapper .thanks-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out
}

.popup-wrapper .thanks-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .popup-wrapper .center-wrapper .center {
        padding:20px 0
    }

    .popup-wrapper .inner-post {
        width: calc(100% - 40px)
    }

    .popup-wrapper .inner-post .cover {
        padding: 40px 20px 20px
    }

    .popup-wrapper .inner-post .cover h1 {
        font-size: 32px
    }

    .popup-wrapper .inner-post .wrapper .image-wrapper {
        padding-bottom: 60%
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper {
        padding: 30px 20px 40px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper p {
        margin-bottom: 14px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper ul {
        font-size: 16px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper ol {
        font-size: 16px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper iframe {
        width: calc(100% + 40px);
        height: calc((100vw - 40px) * 0.5625);
        margin: 0 -20px 20px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper img {
        width: calc(100% + 40px);
        margin: 0 -20px 20px
    }

    .popup-wrapper .inner-member {
        width: calc(100% - 40px);
        border: 4px solid white;
        min-height: 100vh
    }

    .popup-wrapper .inner-member .wrapper {
        padding: 20px;
        display: block;
        min-height: calc(100vh-8px)
    }

    .popup-wrapper .inner-member .wrapper .on-right {
        width: 100%;
        margin-left: 0
    }

    .popup-wrapper .inner-member .wrapper .on-right .job {
        text-align: center;
        font-size: 19px;
        display: block
    }

    .popup-wrapper .inner-member .wrapper .on-right .image-wrapper {
        width: 140px;
        height: 140px;
        border: 4px solid white
    }

    .popup-wrapper .inner-member .wrapper .on-right .rows {
        margin-top: 14px
    }

    .popup-wrapper .inner-member .wrapper .on-right .rows .row {
        text-align: center
    }

    .popup-wrapper .inner-member .wrapper .text-wrapper {
        width: 100%;
        margin-top: 30px
    }

    .popup-wrapper .inner-member.go-blue .wrapper .text-wrapper h1 {
        display: none
    }

    .popup-wrapper .inner-member.go-blue .wrapper .text-wrapper .job {
        display: none
    }

    .popup-wrapper .inner-member .wrapper .on-right .rows .socials {
        padding-top: 20px
    }

    .popup-wrapper .inner-member .wrapper .on-right .rows .socials i {
        margin: 0 6px;
        width: 40px;
        height: 40px;
        line-height: 42px
    }

    .popup-wrapper .inner-member .wrapper .on-right h1 {
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 36px
    }

    .popup-wrapper .inner-member .wrapper .text-wrapper .bullets li {
        align-items: flex-start
    }

    .popup-wrapper .inner-member .wrapper .text-wrapper .bullets li .circle {
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 16px
    }

    .popup-wrapper .inner-video {
        width: calc(100vw - 40px)!important
    }

    .popup-wrapper .inner-join {
        width: calc(100% - 40px);
        min-height: auto;
        padding: 40px 20px 20px;
        border: 4px solid white
    }

    .popup-wrapper .inner-join .form-wrapper .form-row {
        display: block
    }

    .popup-wrapper .inner-join .form-wrapper .form-row.of-four .controller {
        width: 100%
    }

    .popup-wrapper .inner-join .form-wrapper .controller.of-cb {
        margin-bottom: 12px;
        margin-left: 0
    }

    .popup-wrapper .inner-join .bottom-line {
        display: none
    }

    .popup-wrapper .inner-join .form-wrapper button {
        width: 100%;
        margin: 10px 0 0
    }

    .popup-wrapper .inner-join .form-wrapper .hidden-group .controller {
        min-width: 0
    }

    .popup-wrapper .inner-join .form-wrapper .controller.of-cb.large.w-200 {
        width: 100%
    }

    .popup-wrapper .inner-join .form-wrapper .hidden-group {
        display: none;
        padding-right: 30px
    }

    .popup-wrapper .inner-join .form-wrapper .hidden-group.show {
        display: block
    }

    .popup-wrapper .inner-join .form-wrapper .controller.of-cb.large .box {
        width: 20px;
        height: 20px;
        margin-left: 10px
    }

    .popup-wrapper .inner-join .form-wrapper .hidden-group .controller.of-cb.large .box {
        width: 14px;
        height: 14px
    }

    .popup-wrapper .inner-join h4 {
        font-size: 30px;
        max-width: 250px;
        margin: 30px 0 20px
    }

    .popup-wrapper .inner-join .form-wrapper {
        margin-top: 0
    }

    .popup-wrapper .inner-join .form-wrapper label.go-up {
        visibility: hidden;
        opacity: 0
    }

    .popup-wrapper .inner-contact {
        width: calc(100% - 40px);
        min-height: auto;
        padding: 40px 20px 20px;
        border: 4px solid white
    }

    .popup-wrapper .inner-contact .form-wrapper.special.m-t-20 {
        margin-top: 10px
    }

    .popup-wrapper .inner-contact .form-wrapper .form-row {
        display: block
    }

    .popup-wrapper .inner-contact .form-wrapper .form-row.of-three .controller {
        width: 100%
    }

    .popup-wrapper .inner-contact .form-wrapper .controller.of-cb {
        margin-bottom: 12px;
        margin-left: 0
    }

    .popup-wrapper .inner-contact h2 .line {
        display: none
    }

    .popup-wrapper .inner-contact .form-wrapper.special .controller.of-textarea {
        width: 100%
    }

    .popup-wrapper .inner-contact .form-wrapper.special button.go-abs {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        margin: 10px auto 0
    }

    .popup-wrapper .inner-member .wrapper .arrows {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 24px;
        justify-content: flex-end
    }

    .popup-wrapper .inner-member .wrapper .text-wrapper .bullets li p {
        width: calc(100% - 50px)
    }

    .popup-wrapper .inner-contact h2.small {
        font-size: 36px;
        max-width: 80%
    }

    .popup-wrapper .thanks-wrapper h3 {
        font-size: 36px
    }

    .popup-wrapper .inner-post .wrapper .text-wrapper a br {
        display: none
    }
}

.platform-wrapper {
    position: relative;
    padding: 100px 0
}

.platform-wrapper .content-wrapper .links {
    position: static;
    float: right;
    padding-top: 10px
}

.platform-wrapper .content-wrapper .links .inner {
    position: relative;
    width: 240px
}

.platform-wrapper .content-wrapper .links .inner .button {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 48px;
    line-height: 54px;
    text-align: center;
    color: white;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.26s ease-out
}

.platform-wrapper .content-wrapper .links .inner .button:hover .inner-circle:before {
    transform: scale(9) translateZ(0);
    opacity: 1
}

.platform-wrapper .content-wrapper .links .inner .button.one {
    background: #115fa4
}

.platform-wrapper .content-wrapper .links .inner .button.two {
    background: #09c3f3
}

.platform-wrapper .content-wrapper .links .inner .button.two .inner-circle:before {
    background: #068cae
}

.platform-wrapper .content-wrapper .links .inner .button.three {
    background: #09c3f3
}

.platform-wrapper .content-wrapper .links .inner .button.three .inner-circle:before {
    background: #41bef4
}

.platform-wrapper .content-wrapper .links .inner .button.three {
    background: #85d5f8;
    color: #115fa4
}

.platform-wrapper .content-wrapper .links .inner .button .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    letter-spacing: 0;
    font-size: 26px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg)
}

.platform-wrapper .content-wrapper .links .inner .button .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    width: 50px;
    height: 50px
}

.platform-wrapper .content-wrapper .links .inner .button .inner-circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a3a63;
    opacity: 0;
    transform: scale(0) translateZ(0);
    transition: all 0.8s cubic-bezier(0.165,0.84,0.44,1)
}

.platform-wrapper .content-wrapper .content {
    position: relative;
    float: left;
    width: calc(100% - 340px)
}

.platform-wrapper .content-wrapper .content .group {
    position: relative;
    margin-bottom: 50px
}

.platform-wrapper .content-wrapper .content .group h2,.platform-wrapper .content-wrapper .content .group h3,.platform-wrapper .content-wrapper .content .group h4,.platform-wrapper .content-wrapper .content .group h5,.platform-wrapper .content-wrapper .content .group h6,.platform-wrapper .content-wrapper .content .group ol,.platform-wrapper .content-wrapper .content .group p,.platform-wrapper .content-wrapper .content .group ul {
    margin-bottom: 10px
}

.platform-wrapper .content-wrapper .content .group ol,.platform-wrapper .content-wrapper .content .group ul {
    padding-right: 20px;
    position: relative;
    font-size: 17px;
    line-height: 1.4
}

.platform-wrapper .content-wrapper .content .group ol li,.platform-wrapper .content-wrapper .content .group ul li {
    margin-bottom: 6px
}

.platform-wrapper .content-wrapper .content .group ul {
    list-style-type: disc
}

.platform-wrapper .content-wrapper .content .group ol {
    list-style-type: decimal
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .platform-wrapper {
        padding:40px 0
    }

    .platform-wrapper .content-wrapper .links {
        padding-top: 0;
        position: relative;
        float: none
    }

    .platform-wrapper .content-wrapper .links .inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .platform-wrapper .content-wrapper .links .inner .button {
        margin-bottom: 10px;
        height: 38px;
        line-height: 42px;
        width: calc(50% - 5px)
    }

    .platform-wrapper .content-wrapper .links .inner .button.first {
        width: 100%
    }

    .platform-wrapper .content-wrapper .links .inner .button .text {
        font-size: 19px
    }

    .platform-wrapper .content-wrapper .links .inner .button .inner-circle {
        width: 68px
    }

    .platform-wrapper .content-wrapper .content {
        width: 100%;
        float: none;
        margin-top: 30px
    }

    .platform-wrapper .content-wrapper .content .group {
        margin-bottom: 30px
    }

    .platform-wrapper .content-wrapper .content .group h2 {
        font-size: 34px
    }

    .platform-wrapper .content-wrapper .content .group ol,.platform-wrapper .content-wrapper .content .group ul {
        font-size: 15px;
        padding-right: 14px
    }
}

.timeline-outer-wrapper {
    width: calc(100% - 400px);
    position: relative;
    margin: 120px 0 0
}

#end-of-timeline {
    position: relative;
    height: 1px
}

.timeline {
    position: relative
}

.timeline .title {
    position: absolute;
    top: 46px;
    right: 0;
    max-width: 360px
}

.timeline .title h2 {
    font-size: 72px
}

.timeline .v-line {
    position: absolute;
    right: 50%;
    margin-right: -3px;
    top: 38px;
    height: calc(100% - 43px);
    width: 6px;
    border-radius: 30px;
    background: #85d5f8;
    transform-origin: top center;
    transform: scaleY(0);
    -webkit-transform: scaleY(0)
}

.timeline .v-line.light {
    opacity: 0.2;
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
}

.timeline .row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -90px
}

.timeline .row .year-wrapper {
    position: relative;
    width: 160px;
    font-size: 72px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.timeline .row .year-wrapper:after {
    position: absolute;
    right: calc(100% + 27px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #082f51;
    top: 5px;
    content: ""
}

.timeline .row .year-wrapper.no-dot:after {
    display: none
}

.timeline .row .desc-wrapper {
    position: relative;
    width: 50%;
    padding: 30px 0 0 60px
}

.timeline .row .desc-wrapper.opp {
    margin-right: 50%;
    padding: 30px 60px 0 0
}

.timeline .row .desc-wrapper.opp:after {
    right: auto;
    left: calc(100% - 8px)
}

.timeline .row .desc-wrapper:after {
    content: "";
    position: absolute;
    right: calc(100% - 8px);
    width: 12px;
    height: 12px;
    background: white;
    border: 2px solid #85d5f8;
    border-radius: 50%;
    top: 36px
}

.timeline .row .desc-wrapper h4 {
    position: relative;
    font-size: 32px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.timeline .row .desc-wrapper h4 span {
    color: #09c3f3
}

.timeline .row .desc-wrapper img {
    border: 6px solid white;
    width: 100%;
    margin: 20px 0 0;
    box-shadow: 6px 8px 10px 0 rgba(0,0,0,0.1)
}

@media screen and (min-width: 0px) and (max-width:1024px) {

    .timeline-outer-wrapper {
        width: 100%;
        margin: 10px 0 0
    }

    .timeline .row {
        margin-top: -60px
    }

    .timeline .row .desc-wrapper {
        padding: 30px 0 0 30px
    }

    .timeline .row .desc-wrapper.opp {
        padding: 30px 30px 0 0
    }

    .timeline .row .desc-wrapper h4 {
        font-size: 19px;
        line-height: 1.2
    }

    .timeline .row .desc-wrapper h4.italic {
        transform: scale(1) rotate(0deg) translate(0px,0px) skew(0deg,0deg)
    }

    .timeline .row .desc-wrapper img {
        border: 0;
        margin: 10px 0 0
    }

    .timeline .v-line {
        margin-right: -2px;
        width: 4px;
        top: 150px;
        height: calc(100% - 150px)
    }

    .timeline .title {
        position: relative;
        top: 0;
        margin-bottom: 50px
    }

    .timeline .title h2 {
        font-size: 36px
    }
}

.staffs-wrapper {
    position: relative;
    padding: 100px 0
}

.staffs-wrapper .top-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 5
}

.staffs-wrapper .top-row .on-right {
    position: relative;
    width: calc(100% - 840px)
}

.staffs-wrapper .top-row .on-right h2 {
    color: #115fa4
}

.staffs-wrapper .top-row .on-left {
    position: relative;
    width: 780px;
    display: flex;
    justify-content: space-between
}

.staffs-wrapper .top-row .on-left .person {
    position: relative;
    width: 240px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.24);
    background: white
}

.staffs-wrapper .top-row .on-left .person.bigger {
    width: 260px
}

.staffs-wrapper .top-row .on-left .person.bigger .image-wrapper {
    width: 180px;
    height: 180px;
    margin-top: -40px
}

.staffs-wrapper .top-row .on-left .person.smaller {
    width: 230px;
    margin-top: 20px
}

.staffs-wrapper .top-row .on-left .person.smaller .image-wrapper {
    width: 150px;
    height: 150px;
    margin: -30px auto 0
}

.staffs-wrapper .top-row .on-left .person .image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: -40px auto 0;
    border-radius: 50%;
    border: 6px solid #eee;
    overflow: hidden
}

.staffs-wrapper .top-row .on-left .person .desc {
    position: relative;
    padding: 24px;
    text-align: center
}

.staffs-wrapper .top-row .on-left .person .desc h3 {
    font-size: 24px
}

.staffs-wrapper .top-row .on-left .person .desc .job {
    margin-top: 6px;
    line-height: 1;
    min-height: 36px
}

.staffs-wrapper .top-row .on-left .person .desc .rows {
    position: relative;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.15)
}

.staffs-wrapper .top-row .on-left .person .desc .rows .row {
    position: relative;
    font-size: 17px;
    margin-top: 8px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

.staffs-wrapper .top-row .on-left .person .desc .rows .row i {
    width: 24px;
    display: none
}

.staffs-wrapper .top-row .on-left .person .desc .rows .row .en {
    font-size: 14px;
    font-weight: bold
}

.staffs-wrapper .top-row .on-left .person .desc .rows .row a {
    transition: all 0.26s ease-out
}

.staffs-wrapper .top-row .on-left .person .desc .rows .row a:hover {
    color: #115fa4
}

.staffs-form-wrapper .form-wrapper {
    position: relative;
    z-index: 2
}

.staffs-form-wrapper .form-wrapper .form-row {
    position: relative;
    display: flex;
    margin-bottom: 14px
}

.staffs-form-wrapper .form-wrapper .form-row.of-four {
    justify-content: space-between;
    flex-wrap: wrap
}

.staffs-form-wrapper .form-wrapper .form-row.of-four .controller {
    width: calc(50% - 10px);
    margin-bottom: 4px
}

.staffs-form-wrapper .form-wrapper .form-row.go-block {
    display: block
}

.staffs-form-wrapper .form-wrapper .form-row.with-b {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 20px;
    margin-top: 24px
}

.staffs-form-wrapper .form-wrapper .controller {
    position: relative
}

.staffs-form-wrapper .form-wrapper .controller.of-cb {
    margin-left: 14px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.active .box {
    background: #09c3f3;
    border-color: #09c3f3
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.active .box img {
    visibility: visible;
    opacity: 1
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.large.w-200 {
    width: 180px
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.large label {
    font-size: 18px
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.large .box {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.large .box img {
    height: 10px
}

.staffs-form-wrapper .form-wrapper .controller.of-cb.error .box {
    border-color: #ff0000
}

.staffs-form-wrapper .form-wrapper .controller.of-cb:after {
    display: none
}

.staffs-form-wrapper .form-wrapper .controller.of-cb .box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #082f51;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.staffs-form-wrapper .form-wrapper .controller.of-cb .box img {
    height: 8px;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0
}

.staffs-form-wrapper .form-wrapper .controller.of-cb label {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 17px;
    padding-top: 2px
}

.staffs-form-wrapper .form-wrapper .controller.error:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.staffs-form-wrapper .form-wrapper .controller.diff-error:after {
    bottom: 4px
}

.staffs-form-wrapper .form-wrapper .controller:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    bottom: 0;
    background: red;
    width: 100%;
    transition: all 0.4s ease-out;
    transform-origin: center right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    z-index: 9
}

.staffs-form-wrapper .form-wrapper label {
    display: block;
    transform: translateY(27px);
    -webkit-transform: translateY(27px);
    font-size: 20px;
    line-height: 20px;
    transition: all 0.26s ease-out
}

.staffs-form-wrapper .form-wrapper label.go-up {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    font-size: 15px
}

.staffs-form-wrapper .form-wrapper input {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.staffs-form-wrapper .form-wrapper select {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.staffs-form-wrapper .form-wrapper .hidden-group {
    display: none;
    overflow: hidden;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out
}

.staffs-form-wrapper .form-wrapper .hidden-group.show {
    display: flex;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1;
    margin-top: 14px
}

.staffs-form-wrapper .form-wrapper .hidden-group .controller {
    min-width: 82px;
    margin-top: 0
}

.staffs-form-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.staffs-form-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box img {
    height: 8px
}

.staffs-form-wrapper .form-wrapper .hidden-group .controller.of-cb.large label {
    font-size: 15px
}

.staffs-form-wrapper .form-wrapper #popup-staffs-subtitle {
    margin: 24px 0 14px
}

.staffs-form-wrapper .form-wrapper #popup-staffs-subtitle h4 {
    margin-top: -4px;
    margin-bottom: 14px;
    font-size: 20px
}

.staffs-form-wrapper .form-wrapper .cbs-wrapper {
    margin-bottom: 14px
}

.staffs-form-wrapper .form-wrapper button {
    position: relative;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px;
    border: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #115fa4;
    color: white;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    transition: all 0.26s ease-out
}

.staffs-form-wrapper .form-wrapper button:hover {
    color: #082f51;
    background: #09c3f3
}

.staffs-form-wrapper .form-wrapper button span {
    display: inline-block
}

.staffs-form-wrapper .form-wrapper .bottom-line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: calc(100% - 230px);
    background: #115fa4
}

.staffs-form-wrapper .form-wrapper .thanks {
    margin-top: 20px!important;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 20px!important;
    margin-bottom: 0
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .staffs-wrapper {
        position:relative;
        padding: 40px 0
    }

    .staffs-wrapper .top-row {
        display: block
    }

    .staffs-wrapper .top-row .on-right {
        width: 100%
    }

    .staffs-wrapper .top-row .on-left {
        display: block;
        width: 100%
    }

    .staffs-wrapper .top-row .on-left .person {
        width: 100%;
        margin: 40px auto 0;
        padding: 20px;
        justify-content: space-between;
        display: flex
    }

    .staffs-wrapper .top-row .on-left .person .image-wrapper {
        width: 120px;
        height: 120px;
        margin: -40px 0 0;
        border: 4px solid #eee
    }

    .staffs-wrapper .top-row .on-left .person .desc {
        padding: 0;
        width: calc(100% - 140px)
    }

    .staffs-wrapper .top-row .on-left .person .desc .job {
        min-height: 0
    }

    .staffs-wrapper .top-row .on-left .person .desc .rows {
        margin-top: 10px;
        padding-top: 10px
    }

    .staffs-wrapper .top-row .on-left .person .desc .rows .row .en {
        overflow-wrap: break-word
    }

    .staffs-wrapper .top-row .on-left .person .desc .rows .row {
        margin-top: 4px;
        font-size: 16px
    }

    .staffs-wrapper .top-row .on-left .person.bigger {
        width: 100%
    }

    .staffs-wrapper .top-row .on-left .person.bigger .image-wrapper {
        width: 120px;
        height: 120px
    }

    .staffs-wrapper .top-row .on-left .person.smaller {
        width: 100%;
        margin-top: 40px
    }

    .staffs-wrapper .top-row .on-left .person.smaller .image-wrapper {
        width: 120px;
        height: 120px;
        margin: -40px 0 0
    }

    .staffs-form-wrapper .form-wrapper .form-row {
        display: block
    }

    .staffs-form-wrapper .form-wrapper .form-row.of-four .controller {
        width: 100%
    }

    .staffs-form-wrapper .form-wrapper .controller.of-cb {
        margin-left: 0;
        margin-top: 6px
    }

    .staffs-form-wrapper .form-wrapper .hidden-group.show {
        display: block;
        margin-top: 6px
    }
}

.youth-wrapper {
    position: relative;
    padding: 100px 0
}

.youth-wrapper .top-row {
    position: relative;
    display: flex;
    justify-content: space-between
}

.youth-wrapper .top-row .on-left {
    position: relative;
    width: calc(100% - 320px)
}

.youth-wrapper .top-row .on-left h2 {
    color: #115fa4;
    font-size: 54px;
    position: relative
}

.youth-wrapper .top-row .on-left p {
    max-width: 760px;
    position: relative
}

.youth-wrapper .top-row .on-left h4 {
    position: relative
}

.youth-wrapper .top-row .on-right {
    position: relative;
    width: 240px;
    display: flex;
    justify-content: space-between
}

.youth-wrapper .top-row .person {
    position: relative;
    width: 240px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.24);
    background: white;
    max-height: 330px
}

.youth-wrapper .top-row .person.hide-on-d {
    display: none
}

.youth-wrapper .top-row .person.bigger {
    width: 260px
}

.youth-wrapper .top-row .person.bigger .image-wrapper {
    width: 180px;
    height: 180px;
    margin-top: -40px
}

.youth-wrapper .top-row .person .image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: -40px auto 0;
    border-radius: 50%;
    border: 6px solid #eee;
    overflow: hidden
}

.youth-wrapper .top-row .person .desc {
    position: relative;
    padding: 24px;
    text-align: center
}

.youth-wrapper .top-row .person .desc h3 {
    font-size: 24px
}

.youth-wrapper .top-row .person .desc .job {
    margin-top: 6px;
    line-height: 1
}

.youth-wrapper .top-row .person .desc .rows {
    position: relative;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.15)
}

.youth-wrapper .top-row .person .desc .rows .row {
    position: relative;
    font-size: 17px;
    margin-top: 8px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

.youth-wrapper .top-row .person .desc .rows .row i {
    width: 24px;
    display: none
}

.youth-wrapper .top-row .person .desc .rows .row .en {
    font-size: 14px;
    font-weight: bold
}

.youth-wrapper .top-row .person .desc .rows .row a {
    transition: all 0.26s ease-out
}

.youth-wrapper .top-row .person .desc .rows .row a:hover {
    color: #115fa4
}

.youth-wrapper .form-wrapper {
    position: relative;
    z-index: 2
}

.youth-wrapper .form-wrapper .form-row {
    position: relative;
    display: flex;
    margin-bottom: 20px
}

.youth-wrapper .form-wrapper .form-row.of-four {
    justify-content: space-between;
    flex-wrap: wrap
}

.youth-wrapper .form-wrapper .form-row.of-four .controller {
    width: calc(25% - 15px);
    margin-bottom: 4px
}

.youth-wrapper .form-wrapper .form-row.go-block {
    display: block
}

.youth-wrapper .form-wrapper .controller {
    position: relative
}

.youth-wrapper .form-wrapper .controller.of-cb {
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.youth-wrapper .form-wrapper .controller.of-cb.active .box {
    background: #09c3f3;
    border-color: #09c3f3
}

.youth-wrapper .form-wrapper .controller.of-cb.active .box img {
    visibility: visible;
    opacity: 1
}

.youth-wrapper .form-wrapper .controller.of-cb.large.w-200 {
    width: 180px
}

.youth-wrapper .form-wrapper .controller.of-cb.large label {
    font-size: 20px
}

.youth-wrapper .form-wrapper .controller.of-cb.large .box {
    width: 22px;
    height: 22px;
    margin-left: 14px
}

.youth-wrapper .form-wrapper .controller.of-cb.large .box img {
    height: 10px
}

.youth-wrapper .form-wrapper .controller.of-cb.error .box {
    border-color: #ff0000
}

.youth-wrapper .form-wrapper .controller.of-cb:after {
    display: none
}

.youth-wrapper .form-wrapper .controller.of-cb .box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #082f51;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.youth-wrapper .form-wrapper .controller.of-cb .box img {
    height: 8px;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0
}

.youth-wrapper .form-wrapper .controller.of-cb label {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 17px;
    padding-top: 2px
}

.youth-wrapper .form-wrapper .controller.error:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.youth-wrapper .form-wrapper .controller.diff-error:after {
    bottom: 4px
}

.youth-wrapper .form-wrapper .controller:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    bottom: 0;
    background: red;
    width: 100%;
    transition: all 0.4s ease-out;
    transform-origin: center right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    z-index: 9
}

.youth-wrapper .form-wrapper label {
    display: block;
    transform: translateY(27px);
    -webkit-transform: translateY(27px);
    font-size: 20px;
    line-height: 20px;
    transition: all 0.26s ease-out
}

.youth-wrapper .form-wrapper label.go-up {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    font-size: 15px
}

.youth-wrapper .form-wrapper input {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.youth-wrapper .form-wrapper select {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.youth-wrapper .form-wrapper .hidden-group {
    display: none;
    overflow: hidden;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out
}

.youth-wrapper .form-wrapper .hidden-group.show {
    display: flex;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1;
    margin-top: 14px
}

.youth-wrapper .form-wrapper .hidden-group .controller {
    min-width: 94px;
    margin-top: 0
}

.youth-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.youth-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box img {
    height: 8px
}

.youth-wrapper .form-wrapper .hidden-group .controller.of-cb.large label {
    font-size: 17px
}

.youth-wrapper .form-wrapper #popup-youth-subtitle {
    margin: 24px 0 20px
}

.youth-wrapper .form-wrapper .cbs-wrapper {
    margin-bottom: 14px
}

.youth-wrapper .form-wrapper button {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px;
    border: 0;
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #115fa4;
    color: white;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    transition: all 0.26s ease-out
}

.youth-wrapper .form-wrapper button:hover {
    color: #082f51;
    background: #09c3f3
}

.youth-wrapper .form-wrapper button span {
    display: inline-block
}

.youth-wrapper .form-wrapper .bottom-line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: calc(100% - 230px);
    background: #115fa4
}

.youth-wrapper .form-wrapper .thanks {
    margin-top: 20px!important;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 20px!important;
    margin-bottom: 0
}

.youth-wrapper .sd {
    position: absolute;
    opacity: 0.2;
    left: 60px;
    top: 10px;
    width: 660px;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg)
}

.youth-wrapper .sd.second {
    top: 10 0px
}

.youth-wrapper .sd.on-staff {
    left: 82%;
    top: -68%
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .youth-wrapper {
        position:relative;
        padding: 40px 0
    }

    .youth-wrapper .top-row .on-left h2 {
        font-size: 36px;
        margin-bottom: 6px;
        width: 300px
    }

    .youth-wrapper .top-row {
        display: block
    }

    .youth-wrapper .top-row .on-right {
        width: 100%
    }

    .youth-wrapper .top-row .on-left {
        display: block;
        width: 100%
    }

    .youth-wrapper .top-row .on-left .person {
        width: 100%;
        margin: 40px auto;
        padding: 20px;
        justify-content: space-between
    }

    .youth-wrapper .top-row .on-left .person.hide-on-d {
        display: flex
    }

    .youth-wrapper .top-row .on-left .person .image-wrapper {
        width: 120px;
        height: 120px;
        margin: -40px 0 0;
        border: 4px solid #eee
    }

    .youth-wrapper .top-row .on-left .person .desc {
        padding: 0;
        width: calc(100% - 140px)
    }

    .youth-wrapper .top-row .person .desc .job {
        min-height: 0
    }

    .youth-wrapper .top-row .person .desc .rows {
        margin-top: 10px;
        padding-top: 10px
    }

    .youth-wrapper .top-row .person .desc .rows .row .en {
        overflow-wrap: break-word
    }

    .youth-wrapper .top-row .person .desc .rows .row {
        margin-top: 4px;
        font-size: 16px
    }

    .youth-wrapper .top-row .person .desc .rows .row .en {
        font-size: 13px
    }

    .youth-wrapper .top-row .on-left .form-wrapper {
        margin-top: 20px
    }

    .youth-wrapper .form-wrapper .form-row.of-four .controller {
        width: 100%
    }

    .youth-wrapper .top-row .on-left .form-wrapper {
        margin-top: 0
    }

    .youth-wrapper .form-wrapper .form-row {
        display: block
    }

    .youth-wrapper .form-wrapper .controller.of-cb {
        margin-top: 6px;
        margin-left: 0
    }

    .youth-wrapper .form-wrapper button {
        position: relative;
        width: 100%;
        font-size: 22px
    }

    .youth-wrapper .form-wrapper .form-row {
        margin-bottom: 16px
    }

    .youth-wrapper .form-wrapper #popup-youth-subtitle {
        margin: 24px 0 14px
    }

    .youth-wrapper .form-wrapper .hidden-group.show {
        display: block
    }

    .youth-wrapper .top-row .on-left .person {
        z-index: 2
    }
}

.videos-wrapper {
    position: relative;
    padding: 120px 0
}

.videos-wrapper.in-page {
    padding: 100px 0
}

.videos-wrapper.in-page .grid {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    direction: rtl
}

.videos-wrapper.in-page .grid .item {
    float: none;
    width: calc((100% / 4) - 40px);
    margin: 0 20px 50px
}

.videos-wrapper.in-page .grid .item .text {
    min-height: 0
}

.videos-wrapper .grid {
    position: relative;
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    display: flex;
    flex-wrap: wrap;
    background: white
}

.videos-wrapper .grid .item {
    position: relative;
    width: calc(25% - 40px);
    margin: 0 20px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-out;
    cursor: pointer
}

.videos-wrapper .grid .item:hover {
    box-shadow: 0 14px 34px 0 rgba(0,0,0,0.44)
}

.videos-wrapper .grid .item .image-wrapper {
    position: relative;
    padding-bottom: 65%
}

.videos-wrapper .grid .item .image-wrapper .fa-play {
    position: absolute;
    left: 14px;
    bottom: -17px;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);
    background: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    padding-left: 1px;
    color: #115fa4;
    cursor: pointer;
    transition: all 0.26s ease-out;
    z-index: 9
}

.videos-wrapper .grid .item .text {
    position: relative;
    padding: 24px;
    direction: rtl;
    padding-left: 50px
}

.videos-wrapper .grid .item .text h3 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 22px;
    line-height: 1.2
}

.videos-wrapper .grid .item .text h3 br {
    display: none
}

.videos-wrapper .grid .item .text .date {
    font-size: 15px;
    position: absolute;
    right: 30px;
    bottom: 30px
}

.videos-wrapper .grid .item .text .date i {
    font-size: 14px;
    margin-left: 6px
}

.videos-wrapper .grid .slick-list {
    overflow: visible
}

.videos-wrapper .grid .slick-slide {
    visibility: hidden;
    opacity: 0;
    outline: 0!important
}

.videos-wrapper .grid .slick-slide.slick-active {
    visibility: visible;
    opacity: 1
}

.videos-wrapper .grid .paging {
    position: absolute;
    position: absolute;
    left: 70px;
    bottom: -62px;
    font-size: 20px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.videos-wrapper .grid .paging li {
    display: none
}

.videos-wrapper .grid .paging li.slick-active {
    display: block
}

.videos-wrapper .grid .paging li span {
    font-family: "practicanarrowregular-webfont",Arial,sans-serif;
    margin: 0 4px;
    display: inline-block;
    transform: scale(2);
    -webkit-transform: scale(2)
}

.videos-wrapper .tweets {
    position: relative;
    margin-top: 68px;
    display: flex
}

.videos-wrapper .tweets h4 {
    width: 170px;
    font-size: 48px;
    display: flex;
    margin-left: 30px
}

.videos-wrapper .tweets h4 i {
    font-size: 40px;
    margin-left: 10px
}

.videos-wrapper .tweets .items {
    position: relative;
    width: calc(100% - 200px);
    direction: ltr
}

.videos-wrapper .tweets .items .item {
    position: relative;
    float: left;
    direction: rtl;
    padding-left: 100px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .videos-wrapper.in-page {
        padding:40px 0
    }

    .videos-wrapper.in-page .grid {
        width: calc(100% + 20px);
        margin: 0 -10px
    }

    .videos-wrapper.in-page .grid .item {
        width: calc((100% / 2) - 20px);
        margin: 0 10px 20px
    }

    .videos-wrapper .grid .item .text {
        padding: 16px
    }

    .videos-wrapper .grid .item .text h3 {
        font-size: 19px;
        line-height: 1.1
    }

    .videos-wrapper .grid .item .image-wrapper .fa-play {
        left: 10px;
        bottom: -10px;
        font-size: 1rem;
        width: 24px;
        height: 24px;
        line-height: 26px
    }

    .popup-wrapper .inner-video {
        border: 2px solid white;
        width: calc(100% - 40px)
    }
}

.bottom-contact {
    position: fixed;
    bottom: 0;
    left: 50px;
    width: 400px;
    padding: 14px 18px;
    z-index: 9999;
    background: white;
    background: linear-gradient(to left,#85d5f8,#115fa4)!important;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.34);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid white;
    border-bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.4s ease-out
}

.bottom-contact.show {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.bottom-contact h4 {
    color: #115fa4
}

.bottom-contact .button.little {
    width: 164px
}

.bottom-contact .button i {
    font-size: 15px;
    margin-right: 6px
}

.bottom-contact .socials {
    text-align: center;
    position: relative;
    font-size: 14px
}

.bottom-contact .socials i {
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 38px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);
    transition: all 0.4s ease-out
}

.bottom-contact .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .bottom-contact {
        display:none
    }
}

.dark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
    z-index: 4444;
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out;
    display: none
}

.dark.show {
    visibility: visible;
    opacity: 1
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 76px);
    max-width: 400px;
    height: 100%;
    z-index: 9999;
    background: white;
    padding: 50px 30px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.26s ease-out
}

.side-menu.show {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.side-menu .logo {
    height: 24px
}

.side-menu .items {
    position: relative;
    margin-top: 24px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px
}

.side-menu .items li {
    margin-top: 12px;
    /*transform: scale(1) rotate(0deg) translate(0px,0px) skew(8deg,0deg);*/
}

.side-menu .items li ul {
    margin-right: 22px;
}

.side-menu .items li ul li {
    transform:none;
}

.side-menu .button {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: calc(100% - 60px)
}

.side-menu .socials {
    position: absolute;
    font-size: 15px;
    left: 30px;
    bottom: 4vh;
    width: 34px;
}

.side-menu .socials i {
    margin: 10px 0 0;
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 36px;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3);
    background: white
}

.side-menu .three-buttons {
    position: relative;
    margin-top: 20px
}

.side-menu .three-buttons .button {
    margin-bottom: 10px;
    height: 40px;
    line-height: 44px
}

.side-menu .three-buttons .button.one {
    background: #115fa4
}

.side-menu .three-buttons .button.two {
    background: #09c3f3
}

.side-menu .three-buttons .button.two .inner-circle:before {
    background: #068cae
}

.side-menu .three-buttons .button.three {
    background: #85d5f8;
    color: #115fa4
}

.side-menu .three-buttons .button.three .inner-circle:before {
    background: #41bef4
}

.join-wrapper {
    position: relative;
    padding: 100px 0
}

.join-wrapper .inner-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between
}

.join-wrapper .inner-wrapper .on-right {
    position: relative;
    width: calc(50% - 50px);
    padding-top: 30px
}

.join-wrapper .inner-wrapper .on-left {
    position: relative;
    width: calc(50% - 50px)
}

.join-wrapper .inner-wrapper .on-left .image-wrapper {
    position: relative;
    padding-bottom: 100%;
    border: 4px solid white;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.24)
}

.join-wrapper .inner-wrapper .on-left .image-wrapper .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    direction: ltr
}

.join-wrapper .inner-wrapper .on-left .image-wrapper .slider .slick-list,.join-wrapper .inner-wrapper .on-left .image-wrapper .slider .slick-track {
    height: 100%
}

.join-wrapper .inner-wrapper .on-left .image-wrapper .slider .image {
    float: left;
    position: relative;
    height: 100%
}

.join-wrapper .inner-wrapper .form-wrapper {
    position: relative
}

.join-wrapper .inner-wrapper .form-wrapper .form-row {
    position: relative;
    display: flex;
    margin-bottom: 20px
}

.join-wrapper .inner-wrapper .form-wrapper .form-row.of-four {
    justify-content: space-between;
    flex-wrap: wrap
}

.join-wrapper .inner-wrapper .form-wrapper .form-row.of-four .controller {
    width: calc(50% - 15px);
    margin-bottom: 10px
}

.join-wrapper .inner-wrapper .form-wrapper .form-row.go-block {
    display: block
}

.join-wrapper .inner-wrapper .form-wrapper .controller {
    position: relative
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb {
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.active .box {
    background: #09c3f3;
    border-color: #09c3f3
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.active .box img {
    visibility: visible;
    opacity: 1
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.large.w-200 {
    width: 200px
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.large label {
    font-size: 20px
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.large .box {
    width: 22px;
    height: 22px;
    margin-left: 14px
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.large .box img {
    height: 10px
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb .box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #082f51;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb .box img {
    height: 8px;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0
}

.join-wrapper .inner-wrapper .form-wrapper .controller.of-cb label {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 18px;
    padding-top: 2px
}

.join-wrapper .inner-wrapper .form-wrapper .controller.error:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.join-wrapper .inner-wrapper .form-wrapper .controller:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    bottom: 0;
    background: red;
    width: 100%;
    transition: all 0.4s ease-out;
    transform-origin: center right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0)
}

.join-wrapper .inner-wrapper .form-wrapper label {
    display: block;
    transform: translateY(27px);
    -webkit-transform: translateY(27px);
    font-size: 20px;
    line-height: 20px;
    transition: all 0.26s ease-out
}

.join-wrapper .inner-wrapper .form-wrapper label.go-up {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    font-size: 15px
}

.join-wrapper .inner-wrapper .form-wrapper input {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.join-wrapper .inner-wrapper .form-wrapper select {
    border-color: #082f51;
    color: #082f51;
    margin-top: 0;
    position: relative;
    height: 36px
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group {
    display: block;
    height: 0;
    padding-right: 36px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    height: 82px
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group .controller {
    min-width: 90px;
    margin-top: 6px
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group .controller.of-cb.large .box img {
    height: 8px
}

.join-wrapper .inner-wrapper .form-wrapper .hidden-group .controller.of-cb.large label {
    font-size: 18px
}

.join-wrapper .inner-wrapper .form-wrapper button {
    position: relative;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px;
    border: 0;
    margin-right: calc(100% - 200px);
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #115fa4;
    color: white;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    transition: all 0.26s ease-out
}

.join-wrapper .inner-wrapper .form-wrapper button:hover {
    color: #082f51;
    background: #09c3f3
}

.join-wrapper .inner-wrapper .form-wrapper button span {
    display: inline-block
}

.join-wrapper .inner-wrapper .form-wrapper .bottom-line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: calc(100% - 230px);
    background: #115fa4
}

.join-wrapper .inner-wrapper h4 {
    font-size: 34px;
    margin: 40px 0 24px
}

.youth-wrapper .selectize-input {
    border-bottom: 2px solid #082f51!important;
    color: #082f51!important
}

.youth-wrapper .selectize-control.rtl.single .selectize-input:after {
    border-color: #082f51 transparent transparent transparent!important
}

.staffs-form-wrapper .selectize-input {
    border-bottom: 2px solid #082f51!important;
    color: #082f51!important
}

.staffs-form-wrapper .selectize-control.rtl.single .selectize-input:after {
    border-color: #082f51 transparent transparent transparent!important
}

.selectize-input {
    border: 0!important;
    border-bottom: 2px solid white!important;
    padding: 0!important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0)!important;
    border-radius: 0!important;
    background: transparent!important;
    color: white!important;
    font-size: 2rem!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif!important;
    height: 36px!important;
    line-height: 34px!important
}

.selectize-input input {
    font-size: 2rem!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif!important;
    height: 36px!important;
    line-height: 34px!important;
    color: white!important
}

.selectize-dropdown {
    border: 0!important;
    border-radius: 0!important;
    background: white!important;
    color: #082f51!important;
    font-size: 1.8rem!important;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif!important;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1)!important
}

.selectize-control.rtl.single .selectize-input:after {
    left: 0!important;
    border-color: white transparent transparent transparent!important;
    border-width: 5px 4px 0 4px!important
}

.selectize-dropdown-content {
    max-height: 160px!important
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .join-wrapper {
        padding:30px 0
    }

    .join-wrapper .inner-wrapper {
        display: block
    }

    .join-wrapper .inner-wrapper .on-right {
        width: 100%;
        padding-top: 0
    }

    .join-wrapper .inner-wrapper .on-left {
        width: 100%;
        margin-top: 40px
    }

    .join-wrapper .inner-wrapper .form-wrapper .form-row.of-four .controller {
        width: 100%
    }

    .join-wrapper .inner-wrapper .form-wrapper .form-row {
        flex-wrap: wrap
    }

    .join-wrapper .inner-wrapper .form-wrapper .controller.of-cb {
        margin-left: 0;
        margin-bottom: 10px
    }

    .join-wrapper .inner-wrapper h4 {
        font-size: 28px;
        max-width: 250px;
        margin: 20px 0
    }

    .join-wrapper .inner-wrapper .form-wrapper .bottom-line {
        display: none
    }

    .join-wrapper .inner-wrapper .form-wrapper button {
        margin-right: 0;
        width: 100%
    }

    .join-wrapper .inner-wrapper .form-wrapper .hidden-group.show {
        height: 90px
    }

    .join-wrapper .inner-wrapper .form-wrapper .controller.of-cb.large.w-200 {
        margin-bottom: 0;
        width: 100%
    }
}

.form-wrapper {
    position: relative
}

.form-wrapper.special {
    margin-top: 10px
}

.form-wrapper.special.go-out {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    visibility: hidden;
    opacity: 0
}

.form-wrapper.special.m-t-20 {
    margin-top: 20px
}

.form-wrapper.special .narrow-wide {
    position: relative;
    display: flex;
    justify-content: space-between
}

.form-wrapper.special .narrow-wide .narrow {
    position: relative;
    width: 240px;
    margin-top: -16px
}

.form-wrapper.special .narrow-wide .narrow .form-row {
    display: block
}

.form-wrapper.special .narrow-wide .wide {
    position: relative;
    width: calc(100% - 290px)
}

.form-wrapper.special .narrow-wide label.go-up {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    font-size: 14px;
    color: #85d5f8
}

.form-wrapper.special .narrow-wide .controller.of-textarea {
    margin-top: -28px;
    width: 100%
}

.form-wrapper.special .narrow-wide .controller.of-textarea textarea {
    height: 148px
}

.form-wrapper.special .form-row {
    position: relative;
    display: flex;
    margin-bottom: 24px
}

.form-wrapper.special .form-row.no-mb {
    margin-bottom: 0
}

.form-wrapper.special .form-row.of-two {
    justify-content: space-between;
    margin-top: -16px
}

.form-wrapper.special .form-row.of-two .controller {
    width: calc(50% - 10px)
}

.form-wrapper.special .form-row.of-two .controller input {
    width: 100%
}

.form-wrapper.special .form-row.of-two .controller label.go-up {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    font-size: 14px;
    color: #85d5f8
}

.form-wrapper.special .form-row.of-three {
    justify-content: space-between;
    margin-top: -16px
}

.form-wrapper.special .form-row.of-three .controller {
    width: calc((100% / 3) - 15px)
}

.form-wrapper.special .form-row.of-three .controller input {
    width: 100%
}

.form-wrapper.special .form-row.of-three .controller label.go-up {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    font-size: 14px;
    color: #85d5f8
}

.form-wrapper.special .form-row.of-four {
    justify-content: space-between
}

.form-wrapper.special .form-row.of-four .controller {
    width: calc(25% - 15px)
}

.form-wrapper.special .form-row.of-four .controller input {
    width: 100%
}

.form-wrapper.special .controller {
    position: relative
}

.form-wrapper.special .controller.of-textarea {
    width: calc(100% / 3 * 2 - 8px);
    margin-top: -16px
}

.form-wrapper.special .controller.of-textarea label.go-up {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    font-size: 14px;
    color: #85d5f8
}

.form-wrapper.special .controller.of-cb {
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.form-wrapper.special .controller.of-cb.active .box {
    background: #115fa4
}

.form-wrapper.special .controller.of-cb.active .box img {
    visibility: visible;
    opacity: 1
}

.form-wrapper.special .controller.of-cb.large.w-200 {
    width: 200px
}

.form-wrapper.special .controller.of-cb.large label {
    font-size: 20px
}

.form-wrapper.special .controller.of-cb.large .box {
    width: 22px;
    height: 22px;
    margin-left: 14px
}

.form-wrapper.special .controller.of-cb.large .box img {
    height: 8px
}

.form-wrapper.special .controller.of-cb:after {
    display: none
}

.form-wrapper.special .controller.of-cb.error .box {
    border-color: #ff0000
}

.form-wrapper.special .controller.of-cb .box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-wrapper.special .controller.of-cb .box img {
    height: 6px;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0
}

.form-wrapper.special .controller.of-cb label {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 17px
}

.form-wrapper.special .controller.error:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.form-wrapper.special .controller.diff-error:after {
    bottom: 4px
}

.form-wrapper.special .controller:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    bottom: 0;
    background: red;
    width: 100%;
    transition: all 0.4s ease-out;
    transform-origin: center right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    z-index: 9
}

.form-wrapper.special label {
    display: block;
    transform: translateY(27px);
    -webkit-transform: translateY(27px);
    font-size: 20px;
    line-height: 20px;
    transition: all 0.26s ease-out
}

.form-wrapper.special label.go-up {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    font-size: 17px;
    color: #85d5f8
}

.form-wrapper.special input {
    border-color: white;
    color: white;
    margin-top: 0;
    position: relative;
    height: 36px
}

.form-wrapper.special textarea {
    border-color: white;
    color: white;
    margin-top: 0;
    position: relative;
    height: 72px;
    padding-right: 0;
    padding-top: 10px
}

.form-wrapper.special select {
    border-color: white;
    color: white;
    margin-top: 0;
    position: relative;
    height: 36px
}

.form-wrapper.special .hidden-group {
    display: flex;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.26s ease-out
}

.form-wrapper.special .hidden-group.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.form-wrapper.special .hidden-group .controller {
    min-width: 114px
}

.form-wrapper.special button {
    position: relative;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 24px;
    border: 0;
    margin-top: -20px;
    margin-right: calc(100% - 200px);
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #115fa4;
    color: white;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    transition: all 0.26s ease-out
}

.form-wrapper.special button:hover {
    color: #082f51;
    background: #09c3f3
}

.form-wrapper.special button.go-abs {
    position: absolute;
    bottom: 24px;
    background: #09c3f3;
    color: #082f51;
    width: calc(100% / 3 - 14px);
    left: 0
}

.form-wrapper.special button.go-abs:hover {
    color: #082f51;
    background: #85d5f8
}

.form-wrapper.special button span {
    display: inline-block
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .form-wrapper.special .narrow-wide {
        display:block
    }

    .form-wrapper.special .narrow-wide .narrow {
        width: 100%
    }

    .form-wrapper.special .narrow-wide .wide {
        width: 100%
    }

    .form-wrapper.special .form-row.of-two .controller {
        width: 100%
    }

    .form-wrapper.special .narrow-wide .controller.of-textarea textarea {
        height: 100px
    }

    .form-wrapper.special .form-row.of-three .controller {
        width: 100%
    }

    .form-wrapper.special label {
        font-size: 22px;
        line-height: 22px
    }

    .form-wrapper.special input {
        font-size: 22px
    }
}

footer {
    position: relative;
    background: #286C36;
    color: rgba(255,255,255,0.75);
    padding: 20px 0 14px
}

footer .inner-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1240px;
    height: 100%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .inner-wrapper .items {
    display: flex;
    justify-content: center
}

footer .inner-wrapper .items li {
    margin-left: 32px
}

footer .inner-wrapper .rights .c-sign {
    display: inline-block;
    font-weight: bold;
    font-family: "arial";
    margin-left: 2px;
    transform: translateY(1px);
    -webkit-transform: translateY(1px)
}

@media screen and (min-width: 0px) and (max-width:1150px) {
    footer .inner-wrapper .items {
        flex-wrap:wrap
    }

    footer .inner-wrapper .items li.hide-on-m {
        display: none
    }
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    footer .inner-wrapper {
        width:calc(100% - 40px);
        display: block
    }

    footer .inner-wrapper .items li {
        margin: 0 16px
    }

    footer .inner-wrapper .rights {
        text-align: center;
        margin-top: 0px;
        position: relative
    }
}

.story-wrapper {
    position: relative;
    padding: 100px 0 120px
}

.story-wrapper .inner-sides {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

.story-wrapper .inner-sides.opp {
    flex-direction: row-reverse
}

.story-wrapper .inner-sides .text-wrapper {
    position: relative;
    width: 360px;
    display: flex;
    align-items: center
}

.story-wrapper .inner-sides .text-wrapper h3 {
    position: relative
}

.story-wrapper .inner-sides .text-wrapper h3.w-quote {
    font-size: 34px;
    line-height: 1.1
}

.story-wrapper .inner-sides .text-wrapper h3.w-quote img {
    width: 50px;
    margin-top: 4px;
    float: right;
    margin-left: 18px
}

.story-wrapper .inner-sides .image-wrapper {
    position: relative;
    width: calc(100% - 460px)
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image {
    position: absolute;
    padding: 0;
    width: calc(50% - 8px);
    height: calc(50% - 8px)
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image.one {
    top: 0;
    left: 0
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image.two {
    top: 0;
    right: 0;
    left: auto
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image.three {
    bottom: 0;
    left: 0;
    top: auto
}

.story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image.four {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto
}

.story-wrapper .inner-sides .image-wrapper .image {
    position: relative;
    padding-bottom: 56.25%
}

.story-wrapper .centered-image {
    position: relative;
    width: calc(100% - 320px);
    margin: 70px auto 0
}

.story-wrapper .centered-image .image {
    position: relative;
    padding-bottom: 56.25%
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .story-wrapper .inner-sides {
        display:block;
        margin-bottom: 30px
    }

    .story-wrapper .inner-sides .image-wrapper {
        width: 100%
    }

    .story-wrapper .inner-sides .text-wrapper {
        width: 100%;
        display: block;
        margin-top: 30px
    }

    .story-wrapper .inner-sides .text-wrapper h3.w-quote {
        font-size: 28px
    }

    .story-wrapper .inner-sides .text-wrapper h3.w-quote img {
        width: 34px;
        margin-left: 14px
    }

    .story-wrapper .inner-sides .image-wrapper.of-four .inner-wrapper .image {
        width: calc(50% - 6px);
        height: calc(50% - 6px)
    }

    .story-wrapper {
        padding: 40px 0
    }

    .story-wrapper .centered-image {
        width: 100%;
        margin: 30px auto 0
    }

    .story-wrapper h4.closer {
        font-size: 24px;
        line-height: 1.1;
        border-top: 1px solid rgba(0,0,0,0.15);
        padding-top: 30px
    }

    .story-wrapper h2.closer {
        max-width: 300px;
        line-height: 0.9;
        margin: 20px auto 0
    }
}

.centered-text {
    position: relative;
    padding: 120px 20px;
    max-width: 660px;
    margin: auto
}

.centered-text h1 {
    font-size: 54px
}

.centered-text .wysiwyg {
    position: relative;
    margin-top: 30px
}

.centered-text .wysiwyg h3 {
    font-size: 28px
}

.centered-text .wysiwyg h1,.centered-text .wysiwyg h2,.centered-text .wysiwyg h3,.centered-text .wysiwyg h4,.centered-text .wysiwyg h5,.centered-text .wysiwyg h6,.centered-text .wysiwyg ol,.centered-text .wysiwyg p,.centered-text .wysiwyg ul {
    margin-bottom: 20px
}

.centered-text .wysiwyg ol,.centered-text .wysiwyg ul {
    font-size: 17px;
    line-height: 1.4;
    padding-right: 20px
}

.centered-text .wysiwyg ol strong,.centered-text .wysiwyg ul strong {
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif
}

.centered-text .wysiwyg ul {
    list-style-type: disc
}

.centered-text .wysiwyg ol {
    list-style-type: decimal
}

.centered-text .wysiwyg ol,.centered-text .wysiwyg p,.centered-text .wysiwyg ul {
    text-align: justify
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .centered-text {
        padding:80px 20px
    }

    .centered-text h1 {
        font-size: 36px
    }

    .centered-text .wysiwyg {
        margin-top: 20px
    }
}

.landing-wrapper {
    position: relative;
    margin-top: 20px;
    height: calc(100vh - 40px);
    background: #115fa4
}

.hero.of-landing.option-2 .socials {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 20px
}

.hero.of-landing.option-2 .socials i {
    margin-left: 6px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.hero.of-landing.option-2 .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

.hero.of-landing.option-2 .form-col {
    width: 40vw;
    max-width: 40vw
}

.hero.of-landing.option-2 .form-col .inner {
    max-width: 430px
}

.hero.of-landing.option-2 .form-col h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #082f51
}

.hero.of-landing.option-2 .form-col h1 {
    font-size: 50px;
    margin: 6px 0;
    color: #115fa4
}

.hero.of-landing.option-2 .form-col h3 {
    font-size: 24px
}

.hero.of-landing.option-2 .form-col .divider {
    background: #082f51;
    margin: 12px 0;
    height: 1px
}

.hero.of-landing.option-2 .form-col .remarks {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    list-style-type: disc
}

.hero.of-landing.option-2 .form-col .m-t-30 {
    margin-top: 30px
}

.hero.of-landing.option-3 .vimeo-wrapper {
    background: white
}

.hero.of-landing.option-3 .vimeo-wrapper .image {
    background-position: center center!important;
    width: 60vw;
    right: 0;
    left: auto;
    background-size: contain!important;
    background-repeat: no-repeat!important
}

.hero.of-landing.option-3 .socials {
    position: absolute;
    right: 30px;
    bottom: 60px;
    font-size: 20px
}

.hero.of-landing.option-3 .socials i {
    margin-left: 6px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.hero.of-landing.option-3 .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

.hero.of-landing.option-3 .form-col {
    width: 40vw;
    max-width: 40vw;
    min-width: 490px
}

.hero.of-landing.option-3 .form-col .inner {
    max-width: 430px
}

.hero.of-landing.option-3 .form-col h2 {
    font-size: 24px;
    line-height: 1.1;
    color: #082f51
}

.hero.of-landing.option-3 .form-col h1 {
    font-size: 48px;
    margin: 6px 0;
    color: #115fa4
}

.hero.of-landing.option-3 .form-col h3 {
    font-size: 24px;
    line-height: 1.1
}

.hero.of-landing.option-3 .form-col .divider {
    background: #082f51;
    margin: 12px 0;
    height: 1px
}

.hero.of-landing.option-3 .form-col .remarks {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    list-style-type: disc
}

.hero.of-landing.option-3 .form-col .m-t-30 {
    margin-top: 30px
}

.hero.of-landing .form-col .socials {
    bottom: 50px
}

.landing-col {
    position: relative;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    width: 450px;
    margin-right: 32vw
}

.landing-col h1 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 4rem
}

.landing-col h1.big {
    font-size: 7.4rem;
    line-height: 0.9
}

.landing-col h1.semi-big {
    font-size: 6.6rem;
    line-height: 0.9
}

.landing-col h1.semi-big-58 {
    font-size: 5.8rem;
    line-height: 0.9
}

.landing-col h1.medium {
    font-size: 4.2rem;
    line-height: 0.9
}

.landing-col h2 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 3rem
}

.landing-col h2.big {
    font-size: 3.6rem
}

.landing-col h2.s-32 {
    font-size: 3.2rem
}

.landing-col h3 {
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    font-size: 2.4rem;
    line-height: 1.2
}

.landing-col h3.s-22 {
    font-size: 2.2rem
}

.landing-col .divider {
    position: relative;
    height: 2px;
    background: white;
    margin: 24px 0
}

.landing-col .divider.less {
    margin: 16px 0
}

.landing-col .remarks {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    list-style-type: disc
}

.form-col {
    position: absolute;
    left: 0;
    top: -20px;
    width: 460px;
    max-width: calc(68vw - 500px);
    height: calc(100% + 40px);
    background: white;
    box-shadow: 24px 10px 30px 0 rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease-out;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.form-col.in {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.form-col .logo {
    position: absolute;
    height: 30px;
    left: 30px;
    top: 30px
}

.form-col .grad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#e1e1e1)
}

.form-col .inner {
    position: relative;
    width: calc(100% - 60px);
    max-width: 340px
}

.form-col .inner h2 {
    font-size: 60px;
    color: #115fa4
}

.form-col .inner h2.small {
    font-size: 36px
}

.form-col .inner .form-wrapper.special .narrow-wide .narrow {
    width: 100%;
    margin-top: -30px
}

.form-col .inner .form-wrapper.special input,.form-col .inner .form-wrapper.special select {
    border-color: #082f51;
    color: #082f51
}

.form-col .inner .form-wrapper.special .controller.of-cb .box {
    border-color: #115fa4
}

.form-col .inner .form-wrapper.special .controller.of-cb label {
    font-size: 15px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.form-col .inner .form-wrapper.special button.go-abs {
    width: calc(100% - 190px)
}

.form-col .inner .selectize-input {
    border-bottom: 2px solid #082f51!important;
    color: #082f51!important
}

.form-col .inner .selectize-input input {
    color: #082f51!important
}

.form-col .inner .selectize-control.rtl.single .selectize-input:after {
    border-color: #082f51 transparent transparent transparent!important
}

.form-col .inner .form-wrapper.special .narrow-wide label.go-up {
    color: #115fa4
}

.form-col .inner .form-wrapper.special .narrow-wide .narrow .form-row.go-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-col .inner .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller {
    width: 100%
}

.form-col .inner .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller.half {
    width: calc(50% - 6px)
}

.form-col .inner h4 {
    font-size: 20px
}

.form-col .inner h4.bigger {
    font-size: 24px
}

.form-col .inner .form-wrapper.special .hidden-group {
    display: none
}

.form-col .inner .form-wrapper.special .hidden-group.show {
    display: block;
    margin-top: 10px;
    padding-right: 24px
}

.form-col .inner .form-wrapper.special .controller.of-cb.large .box {
    width: 16px;
    height: 16px;
    margin-left: 10px
}

.form-col .inner .cbs-wrapper {
    margin-bottom: 24px
}

.form-col .inner .cbs-wrapper .form-row {
    margin-bottom: 0;
    margin-top: 12px
}

.form-col .inner .form-wrapper.special .hidden-group .controller {
    min-width: 0;
    margin-left: 0
}

.form-col .socials {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px
}

.form-col .socials i {
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.form-col .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .landing-col {
        margin:30px auto 20px;
        width: calc(100% - 60px);
        display: block;
        color: #082f51
    }

    .landing-col.on-thanks {
        display: none
    }

    .landing-col h1 {
        font-size: 28px;
        line-height: 1.1
    }

    .landing-col .divider {
        margin: 12px 0;
        background: #082f51
    }

    .landing-col h2 {
        font-size: 22px;
        line-height: 1.2
    }

    .landing-col .remarks {
        font-size: 14px
    }

    .form-col {
        position: relative;
        width: calc(100% - 60px);
        display: block;
        max-width: 100%;
        margin: 20px auto 0;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
        top: 0;
        height: auto;
        padding-bottom: 40px;
        border-top: 1px solid rgba(0,0,0,0.25);
        padding-top: 20px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .form-col.on-thanks {
        border-top: 0
    }

    .form-col.on-thanks .inner h2 {
        font-size: 48px
    }

    .form-col .logo {
        display: none
    }

    .form-col .grad {
        display: none
    }

    .form-col .inner h2 {
        font-size: 30px;
        line-height: 1.1;
        color: #082f51
    }

    .form-col .inner {
        width: 100%;
        max-width: 100%
    }

    .form-col .inner .form-wrapper.special button.go-abs {
        position: relative;
        top: 0;
        width: 100%;
        margin: 0
    }

    .form-col h3 {
        font-size: 28px
    }

    .form-col .socials {
        position: relative;
        margin: 40px auto 20px;
        top: 0;
        left: 0;
        text-align: center
    }

    .form-col .socials i {
        margin: 0 5px;
        background: #85d5f8
    }

    .landing-col h1.big {
        font-size: 4rem
    }

    .landing-col h1.big br {
        display: none
    }

    .landing-col h2.big {
        font-size: 22px
    }

    .landing-col h3 {
        font-size: 22px
    }

    .form-col .inner h2.small {
        font-size: 28px
    }

    .landing-col h1.medium {
        font-size: 28px;
        line-height: 1.1
    }

    .form-col .inner .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller.half {
        width: 100%
    }

    .landing-col h1.semi-big {
        font-size: 3.6rem
    }

    .landing-col h1.semi-big-58 {
        font-size: 3.6rem
    }

    .hero.of-landing.option-2 .form-col {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        border: 0;
        border: 0;
        padding: 0
    }

    .hero.of-landing.option-2 .overlay.opp {
        background: linear-gradient(to left,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 90%)
    }

    .hero.of-landing.option-2 .form-col h1 {
        font-size: 34px
    }

    .hero.of-landing.option-2 .form-col h2 {
        font-size: 24px
    }

    .hero.of-landing.option-2 .form-col h3 {
        font-size: 20px
    }

    .hero.of-landing.option-2 .form-col .divider.second {
        margin-top: 30px
    }

    .hero.of-landing.option-2 .socials {
        position: relative;
        right: auto;
        bottom: auto!important;
        font-size: 20px;
        margin-bottom: 40px
    }

    .hero.of-landing.option-2 .socials i {
        background: #115fa4;
        color: white
    }

    .hero.of-landing.option-2 .form-col .m-t-30 {
        margin-top: 20px
    }

    .hero.of-landing.option-3 .vimeo-wrapper .image {
        width: 100%;
        background-size: cover!important
    }

    .hero.of-landing.option-3 .form-col {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        border: 0;
        border: 0;
        padding: 0
    }

    .hero.of-landing.option-3 .overlay.opp {
        background: linear-gradient(to left,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 90%)
    }

    .hero.of-landing.option-3 .form-col h1 {
        font-size: 34px
    }

    .hero.of-landing.option-3 .form-col h2 {
        font-size: 22px
    }

    .hero.of-landing.option-3 .form-col h3 {
        font-size: 20px
    }

    .hero.of-landing.option-3 .form-col .divider.second {
        margin-top: 30px
    }

    .hero.of-landing.option-3 .socials {
        position: relative;
        right: auto;
        bottom: auto!important;
        font-size: 20px;
        margin-bottom: 40px
    }

    .hero.of-landing.option-3 .socials i {
        background: #115fa4;
        color: white
    }

    .hero.of-landing.option-3 .form-col .m-t-30 {
        margin-top: 20px
    }

    .hero.of-landing.option-3 .form-col {
        min-width: 0
    }

    .landing-col h2.s-32 {
        font-size: 24px
    }

    .landing-col h3.s-22 {
        font-family: "fbpractica-regularwebfont",Arial,sans-serif;
        font-size: 17px;
        line-height: 1.4
    }
}

.new-landing-wrapper {
    position: relative;
    margin-top: 20px;
    height: calc(100vh - 40px);
    min-height: 722px;
    background: #115fa4
}

.new-landing-wrapper.layout-2 .image-wrapper {
    background: white
}

.new-landing-wrapper.layout-2 .image-wrapper .overlay {
    display: none
}

.new-landing-wrapper.layout-2 .image-wrapper .image {
    width: 62vw;
    right: 0;
    left: auto;
    background-size: contain!important;
    background-repeat: no-repeat!important
}

.new-landing-wrapper.layout-2 .image-wrapper .image.bg {
    background-position: center center!important
}

.new-landing-wrapper.layout-2 .form-col {
    width: 40vw;
    max-width: 40vw;
    min-width: 490px
}

.new-landing-wrapper.layout-2 .form-col .inner {
    max-width: 454px
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg {
    position: relative;
    margin-top: -10px
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h1,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h2,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h3,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h4,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h5,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h6,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg p,.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg ul {
    margin-top: 10px;
    color: #082f51
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h1 {
    font-size: 4.4rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h2 {
    font-size: 3.8rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h3 {
    font-size: 3.2rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h4 {
    font-size: 2.8rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h5 {
    font-size: 2.2rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg p {
    font-size: 16px
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg hr {
    border: 0;
    position: relative;
    height: 2px;
    background: rgba(0,0,0,0.15);
    margin: 16px 0
}

.new-landing-wrapper.layout-2 .form-col .inner .wysiwyg ul {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    list-style-type: disc
}

.new-landing-wrapper.layout-2 .form-col .socials {
    bottom: 30px;
    direction: ltr
}

.new-landing-wrapper.layout-2 .form-col .socials i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 38px;
    margin: 0 6px 0 0
}

.new-landing-wrapper .main-logo {
    display: none
}

.new-landing-wrapper .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.new-landing-wrapper .image-wrapper .image.bg {
    background-position: right center!important
}

.new-landing-wrapper .overlay-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #115fa4;
    transition: all 1.5s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-transition: all 1.5s cubic-bezier(0.645,0.045,0.355,1);
    transform-origin: left center
}

.new-landing-wrapper .overlay-blue.hide {
    visibility: hidden;
    opacity: 0
}

.new-landing-wrapper .overlay.opp {
    background: linear-gradient(to left,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.65) 90%)
}

.new-landing-wrapper .content-col {
    position: relative;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    width: 450px;
    margin-right: 32vw
}

.new-landing-wrapper .content-col .wysiwyg {
    position: relative;
    color: white;
    margin-top: -10px
}

.new-landing-wrapper .content-col .wysiwyg h1,.new-landing-wrapper .content-col .wysiwyg h2,.new-landing-wrapper .content-col .wysiwyg h3,.new-landing-wrapper .content-col .wysiwyg h4,.new-landing-wrapper .content-col .wysiwyg h5,.new-landing-wrapper .content-col .wysiwyg h6,.new-landing-wrapper .content-col .wysiwyg p,.new-landing-wrapper .content-col .wysiwyg ul {
    margin-top: 10px
}

.new-landing-wrapper .content-col .wysiwyg h1 {
    font-size: 5rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper .content-col .wysiwyg h2 {
    font-size: 4.2rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper .content-col .wysiwyg h3 {
    font-size: 3.6rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper .content-col .wysiwyg h4 {
    font-size: 3.2rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper .content-col .wysiwyg h5 {
    font-size: 2.2rem;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif
}

.new-landing-wrapper .content-col .wysiwyg hr {
    border: 0;
    position: relative;
    height: 2px;
    background: white;
    margin: 16px 0
}

.new-landing-wrapper .content-col .wysiwyg ul {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    list-style-type: disc
}

.new-landing-wrapper .form-col {
    position: absolute;
    left: 0;
    top: -20px;
    width: 34vw;
    height: calc(100% + 40px);
    background: white;
    box-shadow: 24px 10px 30px 0 rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease-out;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.new-landing-wrapper .form-col.in {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.new-landing-wrapper .form-col .grad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#e1e1e1)
}

.new-landing-wrapper .form-col .logo {
    position: absolute;
    height: 30px;
    left: 30px;
    top: 30px
}

.new-landing-wrapper .form-col .inner {
    position: relative;
    width: calc(100% - 60px);
    max-width: 340px
}

.new-landing-wrapper .form-col .inner h1,.new-landing-wrapper .form-col .inner h2 {
    font-size: 54px;
    color: #115fa4
}

.new-landing-wrapper .form-col .inner h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #082f51
}

.new-landing-wrapper .form-col .form-wrapper.special .narrow-wide .narrow {
    width: 100%;
    margin-top: -30px
}

.new-landing-wrapper .form-col .form-wrapper.special input,.new-landing-wrapper .form-col .form-wrapper.special select {
    border-color: #082f51;
    color: #082f51
}

.new-landing-wrapper .form-col .form-wrapper.special .controller.of-cb .box {
    border-color: #115fa4
}

.new-landing-wrapper .form-col .form-wrapper.special .controller.of-cb label {
    font-size: 15px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.new-landing-wrapper .form-col .form-wrapper.special button.go-abs {
    width: calc(100% - 190px)
}

.new-landing-wrapper .form-col .selectize-input {
    border-bottom: 2px solid #082f51!important;
    color: #082f51!important
}

.new-landing-wrapper .form-col .selectize-input input {
    color: #082f51!important
}

.new-landing-wrapper .form-col .selectize-control.rtl.single .selectize-input:after {
    border-color: #082f51 transparent transparent transparent!important
}

.new-landing-wrapper .form-col .form-wrapper.special .narrow-wide label.go-up {
    color: #115fa4
}

.new-landing-wrapper .form-col .form-wrapper.special .narrow-wide .narrow .form-row.go-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.new-landing-wrapper .form-col .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller {
    width: 100%
}

.new-landing-wrapper .form-col .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller.half {
    width: calc(50% - 6px)
}

.new-landing-wrapper .form-col .form-wrapper.special .hidden-group {
    display: none
}

.new-landing-wrapper .form-col .form-wrapper.special .hidden-group.show {
    display: block;
    margin-top: 10px;
    padding-right: 24px
}

.new-landing-wrapper .form-col .form-wrapper.special .controller.of-cb.large .box {
    width: 16px;
    height: 16px;
    margin-left: 10px
}

.new-landing-wrapper .form-col .cbs-wrapper {
    margin-bottom: 24px
}

.new-landing-wrapper .form-col .cbs-wrapper .form-row {
    margin-bottom: 0;
    margin-top: 12px
}

.new-landing-wrapper .form-col .form-wrapper.special .hidden-group .controller {
    min-width: 0;
    margin-left: 0
}

.new-landing-wrapper .form-col .socials {
    position: absolute;
    left: 30px;
    bottom: 50px;
    font-size: 20px
}

.new-landing-wrapper .form-col .socials i {
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .new-landing-wrapper {
        min-height:0;
        height: auto;
        background: white
    }

    .new-landing-wrapper .main-logo {
        display: block;
        position: absolute;
        height: 24px;
        top: 16px;
        left: 30px;
        z-index: 999
    }

    .new-landing-wrapper .image-wrapper {
        position: relative;
        height: 64vw
    }

    .new-landing-wrapper .image-wrapper .image.bg {
        background-position: right top!important
    }

    .new-landing-wrapper .content-col {
        margin: 30px auto 20px;
        width: calc(100% - 60px);
        display: block;
        color: #082f51
    }

    .new-landing-wrapper .content-col .wysiwyg {
        color: #082f51
    }

    .new-landing-wrapper .form-col {
        position: relative;
        width: calc(100% - 60px);
        display: block;
        max-width: 100%;
        margin: 20px auto 0;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
        top: 0;
        height: auto;
        padding-bottom: 40px;
        border-top: 1px solid rgba(0,0,0,0.25);
        padding-top: 20px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .new-landing-wrapper .form-col .inner {
        width: 100%;
        max-width: 100%
    }

    .new-landing-wrapper .form-col .inner h2 {
        font-size: 30px;
        line-height: 1.1;
        color: #082f51
    }

    .new-landing-wrapper .form-col .socials {
        position: relative;
        margin: 40px auto 20px;
        top: 0;
        left: 0;
        text-align: center
    }

    .new-landing-wrapper .form-col .socials i {
        margin: 0 5px;
        background: #85d5f8
    }

    .new-landing-wrapper .form-col .form-wrapper.special .narrow-wide .narrow .form-row.go-flex .controller.half {
        width: 100%
    }

    .new-landing-wrapper .form-col .form-wrapper.special button.go-abs {
        width: 100%
    }

    .new-landing-wrapper .content-col .wysiwyg hr {
        background: rgba(0,0,0,0.15)
    }

    .new-landing-wrapper .content-col .wysiwyg h1 {
        font-size: 32px;
        line-height: 1.1
    }

    .new-landing-wrapper .content-col .wysiwyg h2 {
        font-size: 26px;
        line-height: 1.1
    }

    .new-landing-wrapper .content-col .wysiwyg h3 {
        font-size: 22px;
        line-height: 1.2
    }

    .new-landing-wrapper .content-col .wysiwyg h4 {
        font-size: 20px;
        line-height: 1.2
    }

    .new-landing-wrapper.layout-2 .image-wrapper .image {
        width: 100vw
    }

    .new-landing-wrapper.layout-2 .form-col {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 10px 30px;
        border: 0
    }

    .new-landing-wrapper.layout-2 .form-col .inner .wysiwyg hr {
        background: rgba(0,0,0,0.15)
    }

    .new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h1 {
        font-size: 32px;
        line-height: 1.1
    }

    .new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h2 {
        font-size: 26px;
        line-height: 1.1
    }

    .new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h3 {
        font-size: 22px;
        line-height: 1.2
    }

    .new-landing-wrapper.layout-2 .form-col .inner .wysiwyg h4 {
        font-size: 20px;
        line-height: 1.2
    }
}

.cookies-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: white;
    padding: 12px 20px 10px;
    font-size: 15px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    width: 100%;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.4s ease-out;
    visibility: hidden;
    opacity: 0
}

.cookies-notice.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.cookies-notice span {
    margin-right: 10px;
    background: #115fa4;
    color: white;
    padding: 4px 8px 1px;
    transition: all 0.26s ease-out;
    cursor: pointer
}

.cookies-notice span:hover {
    background: #09c3f3
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .cookies-notice span {
        display:block;
        width: 120px;
        margin: 4px auto 0
    }
}

.women-site-header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    z-index: 999;
    transition: all 0.26s ease-out
}

.women-site-header.go-white {
    height: 60px;
    background: #072948
}

.women-site-header.go-white .logo {
    visibility: visible;
    opacity: 1
}

.women-site-header .logo {
    visibility: hidden;
    opacity: 0;
    position: relative;
    height: 36px;
    margin: auto;
    right: auto;
    top: auto;
    transition: all 0.26s ease-out
}

.women {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.women .woman {
    position: relative;
    width: calc(100% / 2 - 20px);
    margin: 10px 10px 0
}

.women .woman .image-wrapper {
    position: relative;
    border: 3px solid #00C1F4;
    padding-bottom: calc(100% - 6px);
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

.women .woman .text {
    margin-top: 20px;
    text-align: center
}

.women .woman .text h3 {
    font-size: 20px!important;
    color: white!important
}

.women .woman .text p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 3px
}

.women-join {
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 44px;
    top: 50%;
    margin-top: -150px;
    height: 300px;
    line-height: 44px;
    text-align: center;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    color: #115fa4;
    font-size: 24px;
    z-index: 9999;
    background: #115fa4;
    color: white;
    border: 1px solid white;
    border-left: 0;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.5);
    transition: all 0.4s ease-out;
    transform: translateX(-150%);
    -webkit-transform: translateX(-150%)
}

.women-join.show {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.women-join :after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 140%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 4s infinite;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#007db9e8",GradientType=1)
}

.women-join .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 300px;
    left: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

@keyframes slide {
    0% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(200%)
    }
}

.women-arrow-down {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    height: 10px;
    cursor: pointer
}

.women-site {
    position: relative;
    min-height: 100vh;
    background: #115fa4;
    background: linear-gradient(to bottom,black,#0f5492)!important;
    color: white
}

.women-site .women-hero {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
    display: block;
    background: linear-gradient(to bottom,black,#0c4476)!important
}

.women-site .women-hero .content-wrapper {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1340px
}

.women-site .women-hero .content-wrapper .logo {
    width: 100%;
    max-width: 220px;
    margin: auto;
    display: block
}

.women-site .women-hero .content-wrapper .subtitle {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 14px;
    max-width: 440px;
    margin: 16px auto 0
}

.women-site .women-hero .content-wrapper .women-title {
    font-size: 48px;
    margin-right: 20px;
    margin-top: 20px
}

.women-site .women-hero .content-wrapper .women {
    position: relative;
    width: calc(100% - 390px);
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.women-site .women-hero .content-wrapper .women .woman {
    position: relative;
    width: calc(20% - 20px);
    margin: 10px 10px 0
}

.women-site .women-hero .content-wrapper .women .woman .image-wrapper {
    position: relative;
    border: 5px solid #00C1F4;
    padding-bottom: calc(100% - 20px);
    border-radius: 50%;
    overflow: hidden;
    width: calc(100% - 10px);
    margin: auto
}

.women-site .women-hero .content-wrapper .women .woman .text {
    margin-top: 20px;
    text-align: center
}

.women-site .women-hero .content-wrapper .women .woman .text h3 {
    font-size: 22px;
    color: white
}

.women-site .women-hero .content-wrapper .women .woman .text p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 3px
}

.women-site .section {
    position: relative
}

.women-site .section.first {
    background: #115fa4;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.women-site .section.first .wrapper {
    position: relative;
    width: calc(100% - 60px)
}

.women-site .section.first .logo {
    width: 100%;
    max-width: 254px;
    margin: auto;
    display: block
}

.women-site .section.first .buttons {
    position: relative;
    margin: 24px auto 0;
    display: flex;
    justify-content: center
}

.women-site .section.first .buttons .button {
    margin: 0 4px;
    border: 1px solid white;
    font-size: 17px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    height: 34px;
    line-height: 36px
}

.women-site .section.first h3 {
    font-size: 24px;
    margin: 20px auto;
    text-align: center;
    width: 256px
}

.women-site .section.first .form-wrapper {
    width: 100%;
    max-width: 370px;
    margin: -24px auto 0
}

.women-site .section.first .form-wrapper .form-row.last {
    margin-top: -10px;
    margin-bottom: 0
}

.women-site .section.first .form-wrapper button.go-abs {
    bottom: 0
}

.women-site .section.second {
    background: linear-gradient(to bottom,#115fa4,#3193ea)!important
}

.women-site .section.third {
    background: white;
    color: #115fa4
}

.women-site .section.third .inner h2 {
    border-color: #115fa4
}

.women-site .section.third .inner p {
    border-bottom: 1px solid rgba(0,0,0,0.15)
}

.women-site .section.fourth {
    background: linear-gradient(to bottom,#3193ea,#115fa4)!important
}

.women-site .section.fourth .inner h3 {
    margin-bottom: 4px
}

.women-site .section.fourth .inner .women {
    position: relative;
    width: calc(100% + 20px);
    margin: 20px -10px 0;
    display: flex;
    flex-wrap: wrap
}

.women-site .section.fourth .inner .women .woman {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 10px 10px 0
}

.women-site .section.fourth .inner .women .woman .image-wrapper {
    position: relative;
    border: 1px solid white;
    padding-bottom: 120%
}

.women-site .section.fourth .inner .women .woman .text {
    margin-top: 10px
}

.women-site .section.fourth .inner .women .woman .text h3 {
    font-size: 18px
}

.women-site .section.fourth .inner .women .woman .text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.women-site .section .inner {
    position: relative;
    padding: 40px 30px 40px 60px
}

.women-site .section .inner h2 {
    font-size: 42px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 6px solid white
}

.women-site .section .inner h2 span {
    display: inline-block
}

.women-site .section .inner h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.women-site .section .inner p {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.25)
}

.women-site .section .inner p.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.women-site .section h3.follow {
    font-size: 20px
}

.women-site .section .socials {
    position: relative;
    padding: 0 0 80px;
    color: #115fa4;
    display: flex;
    justify-content: center
}

.women-site .section .socials i {
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.women-site .section .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    background: white!important
}

#fp-nav.right {
    right: 3px!important;
    visibility: hidden;
    opacity: 0
}

#fp-nav ul li:hover a.active span,#fp-nav ul li a.active span,.fp-slidesNav ul li:hover a.active span,.fp-slidesNav ul li a.active span {
    height: 8px!important;
    width: 8px!important;
    margin: -4px 0 0 -4px!important
}

.women-buttons {
    position: relative;
    margin: 24px 0
}

.women-buttons .button {
    margin: 10px auto;
    height: 40px;
    line-height: 38px;
    border: 2px solid white;
    font-size: 16px;
    font-family: "FbPractica-Boldwebfont",Arial,sans-serif;
    text-align: center;
    background: #00C1F4;
    color: black;
    cursor: pointer
}

.matsa {
    position: relative;
    min-height: 100vh;
    padding: 60px 0;
    margin-top: -20px;
    z-index: 2;
    background: linear-gradient(to top,#030f19,#0c4476)!important
}

.matsa .content-wrapper {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1340px
}

.matsa .content-wrapper .inner {
    position: relative;
    width: calc(100% - 50px)
}

.matsa .content-wrapper .inner .m-t-30 {
    margin-top: 20px
}

.matsa .content-wrapper .inner p {
    font-size: 16px
}

.matsa .content-wrapper .inner h3 {
    color: #00C1F4;
    font-size: 38px
}

.matsa .content-wrapper .inner h3 span {
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-size: 17px
}

.matsa .content-wrapper .inner h4 {
    font-size: 28px;
    color: #00C1F4
}

.matsa .content-wrapper .inner h4.reg {
    color: white;
    font-size: 26px
}

.matsa .content-wrapper .inner ul {
    font-size: 16px;
    line-height: 1.4
}

.matsa .content-wrapper .inner ul li {
    position: relative;
    padding-right: 20px
}

.matsa .content-wrapper .inner ul li img {
    position: absolute;
    top: 4px;
    right: 0;
    height: 8px;
    margin-left: 0
}

.matsa .content-wrapper .inner .divider {
    position: relative;
    height: 6px;
    background: white;
    margin: 30px 0
}

.matsa .content-wrapper .inner .socials {
    position: relative;
    color: #115fa4;
    display: flex
}

.matsa .content-wrapper .inner .socials i {
    margin-left: 10px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    background: white;
    transition: all 0.4s ease-out
}

.matsa .content-wrapper .inner .socials i:hover {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
}

.matsa-button {
    display: none
}

.women-form-wrapper input {
    font-size: 20px
}

.women-form-wrapper .form-wrapper.special button.go-abs {
    bottom: 0
}

.women-form-wrapper .form-wrapper.special.m-t-20 {
    margin-top: 10px
}

@media screen and (min-height: 800px) {
    .women-hero .content-wrapper .women-title {
        margin-top:60px
    }
}

@media screen and (min-width: 1024px) {
    .women-site .women-hero {
        position:relative;
        height: 100vh;
        display: flex;
        align-items: center;
        min-height: 760px;
        background: transparent!important
    }

    .women-site .women-hero .content-wrapper {
        position: relative;
        width: calc(100% - 100px);
        max-width: 1340px
    }

    .women-site .women-hero .content-wrapper .logo {
        max-width: 380px;
        width: 380px;
        margin: auto;
        display: block
    }

    .women-site .women-hero .content-wrapper .subtitle {
        text-align: center;
        border-top: 1px solid rgba(255,255,255,0.25);
        padding-top: 14px;
        max-width: 440px;
        margin: 16px auto 0
    }

    .women-site .women-hero .content-wrapper .women-title {
        font-size: 48px;
        margin-right: 20px;
        margin-top: 20px
    }

    .women-site .women-hero .content-wrapper .women {
        position: relative;
        width: calc(100% - 390px);
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .women-site .women-hero .content-wrapper .women .woman {
        position: relative;
        width: calc(20% - 20px);
        margin: 10px 10px 0
    }

    .women-site .women-hero .content-wrapper .women .woman .image-wrapper {
        position: relative;
        border: 5px solid #00C1F4;
        padding-bottom: calc(100% - 20px);
        border-radius: 50%;
        overflow: hidden;
        width: calc(100% - 10px);
        margin: auto
    }

    .women-site .women-hero .content-wrapper .women .woman .text {
        margin-top: 20px;
        text-align: center
    }

    .women-site .women-hero .content-wrapper .women .woman .text h3 {
        font-size: 22px;
        color: white
    }

    .women-site .women-hero .content-wrapper .women .woman .text p {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        margin-top: 3px
    }

    .women-site .matsa {
        position: relative;
        min-height: 100vh;
        padding: 100px 0;
        background: transparent!important
    }

    .women-site .matsa .content-wrapper {
        position: relative;
        width: calc(100% - 100px);
        max-width: 1340px
    }

    .women-site .matsa .content-wrapper .inner {
        position: relative;
        width: calc(100% - 420px)
    }

    .women-site .matsa .content-wrapper .inner .m-t-30 {
        margin-top: 30px
    }

    .women-site .matsa .content-wrapper .inner h3 {
        font-size: 54px;
        color: #00C1F4
    }

    .women-site .matsa .content-wrapper .inner h3 span {
        font-family: "fbpractica-regularwebfont",Arial,sans-serif;
        font-size: 17px
    }

    .women-site .matsa .content-wrapper .inner h4 {
        font-size: 32px;
        color: #00C1F4
    }

    .women-site .matsa .content-wrapper .inner h4.reg {
        color: white;
        font-size: 26px
    }

    .women-site .matsa .content-wrapper .inner ul {
        font-size: 17px;
        line-height: 1.4
    }

    .women-site .matsa .content-wrapper .inner ul li {
        position: relative
    }

    .women-site .matsa .content-wrapper .inner ul li img {
        height: 10px;
        margin-left: 10px
    }

    .women-site .matsa .content-wrapper .inner .divider {
        position: relative;
        height: 6px;
        background: white;
        margin: 50px 0
    }

    .women-site .matsa .content-wrapper .inner .socials {
        position: relative;
        color: #115fa4;
        display: flex
    }

    .women-site .matsa .content-wrapper .inner .socials i {
        margin-left: 10px;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 42px;
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
        background: white;
        transition: all 0.4s ease-out
    }

    .women-site .matsa .content-wrapper .inner .socials i:hover {
        box-shadow: 0 15px 35px 0 rgba(0,0,0,0.3)
    }

    .matsa-button {
        display: block;
        position: absolute;
        left: calc((100vw - 1340px) / 2);
        top: calc(100vh - 520px);
        line-height: 44px;
        height: 46px;
        width: 360px;
        text-align: center;
        font-family: "practicanarrowbold-webfont",Arial,sans-serif;
        font-size: 22px;
        background: #00C1F4;
        color: #082f51;
        border: 3px solid white;
        box-shadow: 0 15px 35px 0 rgba(0,0,0,0.5);
        overflow: hidden;
        cursor: pointer
    }

    .matsa-button:after {
        content: "";
        top: 0;
        transform: translateX(100%);
        width: 140%;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: slide 4s infinite;
        background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#007db9e8",GradientType=1)
    }

    .women-form-wrapper,.women-join,.women-site .section.first h3 {
        display: none
    }

    .women-site .section.first .wrapper {
        max-width: 1024px
    }

    .women-site .section.first .logo {
        margin-right: 0;
        max-width: 440px
    }

    .women-site .section.first .buttons {
        margin: 40px 0 140px;
        justify-content: flex-start
    }

    .women-site .section.first .buttons .button {
        margin: 0 0 0 10px;
        height: 44px;
        line-height: 44px;
        width: 180px;
        background: transparent;
        border: 2px solid white;
        font-size: 19px
    }

    .women-site .section.first .buttons .button:hover {
        background: #115fa4
    }

    .women-site .section .inner {
        max-width: 1024px;
        margin: auto;
        padding: 80px 0
    }

    .women-site .section .inner h2 {
        font-size: 72px;
        margin-bottom: 30px;
        max-width: 640px
    }

    .women-site .section .inner h3 {
        font-size: 36px;
        max-width: 640px
    }

    .women-site .section .inner p {
        font-size: 18px;
        max-width: 640px
    }

    .women-site .section.fourth .inner .women {
        max-width: 660px
    }

    .women-site .section.fourth .inner .women .woman {
        margin: 0px 10px 30px
    }

    .women-site .section.fourth .inner .women .woman .image-wrapper {
        border: 2px solid white
    }

    .women-site .section.fourth .inner .women .woman .text {
        margin-top: 16px
    }

    .women-site .section.fourth .inner .women .woman .text h3 {
        font-size: 24px
    }

    .women-site .section.fourth .inner .women .woman .text p {
        font-size: 17px
    }

    .women-site-header {
        height: 84px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .women-site-header.go-white {
        height: 84px;
        background: #030f19
    }

    .women-site-header .logo {
        position: relative;
        height: 56px;
        margin: auto;
        right: auto;
        top: auto
    }

    .women-arrow-down {
        display: none
    }

    #popup-women {
        display: block;
        visibility: visible;
        opacity: 1;
        background: transparent!important;
        left: calc((100vw - 1340px) / 2);
        bottom: 0;
        top: auto;
        height: auto;
        width: 360px;
        z-index: 100;
        padding: 0!important;
        box-shadow: 0 15px 35px 0 rgba(0,0,0,0.5);
        transition: all 0.8s ease-out;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    #popup-women.go-up {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    #popup-women .center-wrapper {
        position: relative;
        display: block;
        padding: 0!important
    }

    #popup-women .center-wrapper .close {
        display: none
    }

    #popup-women .center-wrapper .center {
        position: relative;
        display: block;
        padding: 0!important
    }

    #popup-women .center-wrapper .center .inner-women {
        width: 100%;
        padding: 30px;
        border: 3px solid white;
        border-bottom: 0;
        transform: scaleX(1);
        -webkit-transform: scaleX(1)
    }

    #popup-women .center-wrapper .center .inner-women .logo {
        display: none
    }

    #popup-women .center-wrapper .center .inner-women h3 {
        font-size: 26px;
        line-height: 1.1;
        text-align: right;
        margin-top: 0
    }

    #popup-women .center-wrapper .center .inner-women .form-wrapper.special {
        margin-top: 10px
    }

    #popup-women .center-wrapper .center .inner-women .form-wrapper.special .narrow-wide .narrow {
        width: 100%
    }

    .women-site .section h3.follow {
        font-size: 32px;
        text-align: right;
        padding-right: calc((100vw - 1024px) / 2)
    }

    .women-site .section .socials {
        justify-content: flex-start;
        padding-right: calc((100vw - 1024px) / 2)
    }

    .women-site .section .socials i {
        margin: 0 0 0 8px
    }

    #women-side-menu.side-menu .logo {
        height: 50px!important
    }

    #women-side-menu.side-menu .items {
        margin-top: 40px;
        font-size: 28px
    }

    #women-side-menu.side-menu .socials {
        bottom: 30px
    }
}

@media screen and (min-width: 1024px) and (max-width:1440px) {
    #popup-women {
        left:50px
    }

    .matsa-button {
        left: 50px
    }
}

@media screen and (min-width: 1024px) and (max-width:1240px) {
    .women-site .section.first .wrapper {
        max-width:calc(100% - 100px)
    }

    .women-site .section .inner {
        max-width: calc(100% - 100px)
    }

    .women-site .section .inner h2,.women-site .section .inner h3,.women-site .section .inner p {
        max-width: calc(100% - 460px)
    }

    .women-site .section.fourth .inner .women {
        max-width: calc(100% - 440px)
    }

    .women-site .section.fourth .inner .women .woman .text h3,.women-site .section.fourth .inner .women .woman .text p {
        max-width: 100%
    }

    .women-site .section .socials,.women-site .section h3.follow {
        padding-right: 50px
    }

    .women-site .section.first .buttons .button {
        width: 160px
    }
}

html {
    font-size: 10px
}

body {
    font-family: "fbpractica-regularwebfont",Arial,sans-serif;
    font-size: 10px;
    color: #093f1c;
    background: white;
    font-weight: normal!important;
    font-style: normal!important;
    direction: rtl
}

body #pojo-a11y-toolbar {
    top: auto!important;
    bottom: 60px!important
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: 0!important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    width: 40px!important;
    height: 40px!important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
    width: 20px!important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    font-size: 15px!important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-icon {
    margin-left: 4px!important
}

.four-o-four-wrapper {
    position: relative;
    height: 100vh;
    background: #115fa4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.four-o-four-wrapper h1 {
    font-size: 280px;
    font-family: "practicanarrowbold-webfont",Arial,sans-serif;
    color: white
}

.four-o-four-wrapper p {
    font-size: 22px;
    font-weight: bold;
    margin-top: -40px;
    color: white
}

.four-o-four-wrapper .button {
    margin: 20px auto 0;
    font-size: 17px;
    font-weight: bold;
    background: #082f51
}

.four-o-four-wrapper .button:hover {
    background: #85d5f8;
    color: #082f51
}

.mobile-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #115fa4;
    z-index: 99999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

.mobile-block .logo {
    height: 40px;
    display: block;
    margin: auto
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .hide-on-m {
        display:none
    }

    .four-o-four-wrapper h1 {
        font-size: 200px
    }

    .four-o-four-wrapper p {
        margin-top: -30px
    }
}

/* Added by scripts/copy-assets.mjs — see scripts/extract/redactions.mjs. */
.side-menu .socials i.instagram {
	background: #fff url("../images/social/social_3.png") no-repeat center center;
    background-size: 17px;
}

/*
 * The date icon on a single /news/ page.
 *
 * The theme sizes it only as `.news-wrapper .grid .item .date img` — inside a
 * card. A single news page renders the date inside `.manifest-text`, which that
 * selector does not reach, and calendar.svg carries a viewBox with no width or
 * height, so it expands to fill its container: 1240x1417 px of green calendar
 * above the article text.
 *
 * That is a pre-existing defect of the /news/ pages (DEVIATIONS.md C2 — the
 * theme rendered nothing there, so nobody ever saw it), but C7 takes those pages
 * from ten to twenty-four, so it is worth the two rules. Sizing matches the card.
 */
.manifest-text .date img {
    height: 14px;
    width: auto;
    margin-left: 6px;
    vertical-align: baseline;
}

/*
 * The video carousel: one video at a time, at every width.
 *
 * The theme showed four per page above 1500px, laid out as a 2x2 grid by
 * `flex-wrap: wrap` on the track with `min-width: 560px` slides in a 1130px box.
 * That only ever held together by accident. Slick sizes the track in
 * ceil(1130 / 4) = 283px units while a slide is really 566px including its
 * margin, so the track is a whole number of columns only when the slide count is
 * even. On the live site it always was — `infinite: true` clones, turning six
 * slides into sixteen — but VideoSlider.tsx does not clone (that would mean
 * sixteen live YouTube iframes), and with an odd count the rows went ragged and
 * the right-hand column was sliced in half by the list's `overflow: hidden`.
 *
 * So the grid is retired in favour of one large video per view, which is what
 * the site owner asked for and does not depend on the number of videos. The
 * arrows and dots now do real work on desktop instead of being decorative.
 *
 * 636px is 16:9 of the 1130px box. `margin-left` has to go: the component sets
 * the track to exactly slideWidth x count, and a 6px margin would push the last
 * slide past it and wrap.
 */
@media (min-width: 1501px) {
    .slider-sec5 .slick-list {
        width: 100%;
    }

    .slider-sec5 .slick-slide.slide-sec5 {
        min-width: 0;
        width: 100%;
        height: 636px;
        margin-left: 0;
        margin-top: 0;
    }
}

/*
 * Slick's clearfix pseudo-elements are `display: table`, which inside the
 * theme's flex track makes them two zero-width flex items competing for the
 * track's free space. The slide positions are arithmetic now, so they go.
 */
.slider-sec5 .slick-track::before,
.slider-sec5 .slick-track::after {
    display: none;
}

/*
 * The carousel runs right-to-left, like the rest of the site.
 *
 * The theme set `direction: ltr` on .slider-sec5 and configured Slick with
 * `rtl: false`, so the filmstrip ran left-to-right: video 1 leftmost, and
 * pressing the "next" arrow — which sits on the LEFT and points left, the
 * correct place for it in Hebrew — slid the strip leftwards and brought the next
 * video in from the RIGHT. The control and the motion disagreed.
 *
 * `row-reverse` puts video 1 at the right-hand end of the strip, so pressing the
 * left arrow moves the strip right and the next video enters from the left,
 * which is the direction the arrow points. VideoSlider.tsx offsets the track to
 * match; the two have to change together.
 */
.slider-sec5 .slick-track {
    flex-direction: row-reverse;
}

/* Dot 1 belongs under video 1, which is now on the right. */
.slider-sec5 .slick-dots {
    direction: rtl;
}

/*
 * The hero slogan sits at the foot of the photograph.
 *
 * The theme positions it with `margin: 62vh auto 0`, which drops it just past
 * the middle of the hero and lands it across the face of whoever is seated
 * centre-front. Below 1025px the theme already pins it to the bottom
 * (`position: absolute; bottom: 5%`); this does the same above that width, kept
 * horizontally centred as the margin had it.
 */
@media (min-width: 1025px) {
    img.logo.hp-logo {
        position: absolute;
        left: 50%;
        bottom: 7%;
        transform: translateX(-50%);
        margin: 0;
    }
}

/*
 * The un-enhanced state, sized to match.
 *
 * The server emits the WordPress markup — `.slider-sec5` holding bare
 * `.slide-sec5` children with no `.slick-*` classes. Every rule that gives a
 * slide its size is written `.slick-slide.slide-sec5`, needing both classes, so
 * none of them matched until the component mounted: the tiles flex-shrank to
 * about 226x154 and then jumped. Sizing the un-enhanced state the same way makes
 * hydration invisible.
 *
 * Only the first is visible, matching what the carousel shows. Nothing is lost
 * by that — styled.css sets `.wow { visibility: hidden }`, so with scripting off
 * most of this site never appears at all.
 */
.slider-sec5:not(.slick-initialized) {
    overflow: hidden;
}

.slider-sec5:not(.slick-initialized) .slide-sec5 {
    min-width: 100%;
    height: 40vw;
}

@media (min-width: 1501px) {
    .slider-sec5:not(.slick-initialized) .slide-sec5 {
        height: 636px;
    }
}

@media (max-width: 900px) {
    .slider-sec5:not(.slick-initialized) .slide-sec5 {
        height: 53.4vw;
    }
}

/*
 * A section heading whose title is too long for the theme's fixed reservation.
 *
 * `.section-title .line` is the skewed green rule, absolutely positioned at
 * `left: 0` with `width: calc(100% - 386px)` — or `calc(100% - 250px)` for the
 * `.of-members` variant. That is a fixed gutter for the text, and the theme's
 * own headings all fit it: הרשימה is 196px, סרטונים 193px, העשייה שלנו 309px.
 * התפקיד שלי היום is 407px, so the rule ran 153px underneath it.
 *
 * Rather than pick a longer magic number that the next heading would also
 * outgrow, the rule becomes a flex item and takes whatever space the text
 * leaves. `align-self`/`margin-bottom` reproduce the `bottom: 20px` it had while
 * absolutely positioned.
 */
.section-title.of-role {
    gap: 24px;
}

.section-title.of-role .line {
    position: static;
    width: auto;
    flex: 1 1 auto;
    align-self: flex-end;
    margin-bottom: 20px;
}
