:root{--clr-text:#000;--clr-black:#272727;--clr-white:#fff;--clr-green:#28c262;--clr-glitch:#2f7c4c;--clr-gray:#686868;--clr-grayL:#efefef;--clr-theme:#fe5619;--clr-themeH:#ff4400;--clr-theme2:#fe7800;--size:14px;--gothamPro:"GothamPro","fallback for GothamPro",sans-serif}html.overflow body{overflow-y:hidden}body{color:var(--clr-text);font:400 var(--size) var(--gothamPro);line-height:1.36;background:var(--clr-white);min-height:100%;width:100%;margin:0;padding:0;position:relative;font-size-adjust:auto;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--clr-theme);-webkit-transition:all linear .1s;transition:all linear .1s}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;-webkit-transition:all .2s linear;transition:all .2s linear;position:relative}.btns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:35px -5px 0 -5px}.btns-wrap.to-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btns-wrap .btn{min-width:156px;margin:15px 5px 0 5px;fill:var(--clr-black)}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:var(--gothamPro);font-weight:400;font-size:14px;line-height:1.36;min-height:58px;padding:5px 20px;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--clr-theme);color:var(--clr-white);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;text-decoration:none;overflow:hidden;outline:0;border:2px solid transparent;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all ease .1s;transition:all ease .1s}.btn:hover{background:var(--clr-themeH);-webkit-box-shadow:0 20px 30px -15px rgba(254,86,25,.7);box-shadow:0 20px 30px -15px rgba(254,86,25,.7)}.btn--sm{font-size:12px;min-height:38px}.btn--md{min-height:48px}.btn--white{background:var(--clr-white);color:var(--clr-theme);-webkit-box-shadow:0 0 0 var(--clr-black);box-shadow:0 0 0 var(--clr-black);padding:0 30px;font-weight:600;text-transform:uppercase}.btn--white:hover{background:var(--clr-theme);border-color:var(--clr-white);color:var(--clr-white)}.btn--transparent{color:var(--clr-text);background:0 0;border-color:transparent}.btn--transparent:hover{border-color:var(--clr-theme);background:0 0;color:var(--clr-theme)}.btn--bordered{color:var(--clr-green);background:0 0;border-color:var(--clr-green)}.btn--bordered:hover{background:var(--clr-green);color:var(--clr-black)}.btn--gray{background:#e8e7e7;color:var(--clr-text)}.btn--gray:hover{background:#d3d3d3;color:var(--clr-text);-webkit-box-shadow:0 15px 20px -15px rgba(0,0,0,.3);box-shadow:0 15px 20px -15px rgba(0,0,0,.3)}.home-template .header{position:absolute}@media screen and (min-width:1025px){.home-template .header{--_header-color:#fff;background:0 0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (min-width:1025px){.home-template .header .nav a:hover{color:var(--clr-theme)}}@media screen and (min-width:1025px){.home-template .header .nav a:hover:after{background:var(--clr-white)}}@media screen and (min-width:1025px){.home-template .gh-search:hover{background:var(--clr-white)}.home-template .gh-search:hover svg{stroke:var(--clr-theme)}}.header{--_header-color:#fe5619;top:0;left:0;right:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:20px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--clr-white);-webkit-box-shadow:0 0 5px rgba(0,0,0,.25);box-shadow:0 0 5px rgba(0,0,0,.25)}@media screen and (max-width:1024px){.header{position:fixed;padding:10px 0 10px;z-index:10}}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:10px}.header__burger{width:40px;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;display:none;z-index:12}@media screen and (max-width:1024px){.header__burger{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__burger span{display:block;height:3px;width:30px;margin:3px 0;background:var(--_header-color);-webkit-transition:all ease .2s;transition:all ease .2s}.header__burger span:nth-child(4){margin:0;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:56px;height:56px;border:3px solid var(--_header-color);border-radius:50%;opacity:0;background:0 0}.header.is-active span:nth-child(1){-webkit-transform:translate(0,9px) rotate(45deg);-ms-transform:translate(0,9px) rotate(45deg);transform:translate(0,9px) rotate(45deg)}.header.is-active span:nth-child(2){opacity:0}.header.is-active span:nth-child(3){-webkit-transform:translate(0,-9px) rotate(-45deg);-ms-transform:translate(0,-9px) rotate(-45deg);transform:translate(0,-9px) rotate(-45deg)}.header.is-active span:nth-child(4){opacity:1}@media screen and (max-width:1024px){.header.is-active .gh-search,.header.is-active .header__logo{z-index:12}}@media screen and (max-width:1024px){.header.is-active .header__nav{position:fixed;left:0;top:0;right:0;bottom:0;padding:100px 40px 50px;z-index:11}}@media screen and (max-width:1024px){.header.is-active .nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__logo{font-family:var(--gothamPro);font-weight:500;margin:0 auto 0 0;font-size:28px;position:relative}.header__logo a{display:block;text-decoration:none;color:var(--_header-color)}@media screen and (max-width:1024px){.header__logo a{color:var(--clr-theme)}}.header .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;top:0;padding:0;margin:0;gap:5px;list-style:none;font-size:16px}@media screen and (max-width:1024px){.header .nav{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:460px;margin:0 auto;font-size:18px}}.header .nav li{margin:0}.header .nav a{position:relative;display:block;text-decoration:none;padding:13px 18px 12px;z-index:1;border-radius:5px;-webkit-transition:all ease .2s;transition:all ease .2s;color:var(--_header-color)}@media screen and (max-width:1024px){.header .nav a{color:var(--clr-theme);padding:10px 18px;text-align:center}}.header .nav a:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;background:var(--clr-theme);-webkit-transition:all ease .2s;transition:all ease .2s;border-radius:3px;z-index:-1;transition:all ease .2s;-webkit-box-shadow:0 0 0 -10px rgba(67,64,75,.5);box-shadow:0 0 0 -10px rgba(67,64,75,.5)}@media screen and (max-width:1024px){.header .nav a:after{display:none}}.header .nav a:hover{color:var(--clr-white);-webkit-box-shadow:0 20px 20px -10px rgba(186,50,0,.5);box-shadow:0 20px 20px -10px rgba(186,50,0,.5)}@media screen and (max-width:1024px){.header .nav a:hover{-webkit-box-shadow:none;box-shadow:none;color:var(--clr-theme)}}.header .nav a:hover:after{opacity:1}.gh-search{width:46px!important;height:46px!important}.gh-search svg{width:24px;height:24px;stroke:var(--_header-color)}@media screen and (max-width:1024px){.gh-search svg{stroke:var(--clr-theme)}}@media screen and (min-width:1025px){.gh-search:hover{background:var(--clr-theme);border-radius:5px;-webkit-box-shadow:0 20px 20px -10px rgba(186,50,0,.5);box-shadow:0 20px 20px -10px rgba(186,50,0,.5)}.gh-search:hover svg{stroke:var(--clr-white)}}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;visibility:hidden;opacity:0;z-index:10;background:linear-gradient(135deg,#fe5619 0,#fe7800 100%);background:var(--clr-white)}@media screen and (max-width:1024px){.overlay.is-active{visibility:visible;opacity:1}}.section{padding:120px 0}@media screen and (max-width:1024px){.section{padding:100px 0}}@media screen and (max-width:767px){.section{padding:80px 0}}.section__title{font-family:var(--gothamPro);font-weight:400;font-size:26px;line-height:1;margin:0}@media screen and (max-width:767px){.section__title{font-size:22px}}.section__content{margin-top:60px}@media screen and (max-width:1024px){.section__content{margin-top:40px}}.section__footer{margin-top:40px}@media screen and (max-width:767px){.section__footer{margin-top:30px}}.section.dark{color:var(--clr-white)}.container{--side-spacing:60px;position:relative;max-width:1300px;margin:0 auto;padding:0 var(--side-spacing)}@media screen and (max-width:1024px){.container{--side-spacing:40px}}@media screen and (max-width:767px){.container{--side-spacing:20px}}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:var(--clr-white);background:#fe5619 url(/https/gitnation.org/assets/images/h-bg.png) no-repeat center bottom;background-size:cover}.hero.full-height{min-height:100vh}.hero>.container{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:130px;padding-bottom:60px;min-height:60vh}@media screen and (max-width:767px){.hero>.container{min-height:45vh}}@media screen and (max-width:575px){.hero>.container{min-height:auto}}.hero__content{margin:auto 0;width:100%}.hero__inner{padding:0 0 0 190px;position:relative}@media screen and (max-width:1024px){.hero__inner{padding:0 0 0 18.5vw}}@media screen and (max-width:575px){.hero__inner{padding:0;margin:0}}.hero__inner:before{content:"";position:absolute;left:5px;top:38px;width:130px;height:7px;background:var(--clr-white)}@media screen and (max-width:1024px){.hero__inner:before{left:.5vw;top:3.8vw;width:12.6vw;height:.6vw}}@media screen and (max-width:575px){.hero__inner:before{display:none}}.hero__title{font-weight:700;font-size:72px;text-transform:uppercase;line-height:1.14;margin:0}@media screen and (max-width:1024px){.hero__title{font-size:7vw}}@media screen and (max-width:575px){.hero__title{font-size:10vw}}.hero__button{margin-top:30px}.hero .socials{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1024px){.hero .socials{position:relative;right:auto;top:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:575px){.hero .socials{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:8px 0}}.hero .socials__item{margin:2px 0}@media screen and (max-width:575px){.hero .socials__item{margin:0 5px 0 0}}.hero .socials__item:first-child{margin:2px 0}@media screen and (max-width:575px){.hero .socials__item:first-child{margin:0 5px 0 0}}.hero .socials__img{width:17px;height:14px;width:100%;fill:var(--clr-text);-webkit-transition:all .2s ease;transition:all .2s ease}.hero .socials__img.sl{width:24px;height:24px}.hero .socials__img.tw{width:24px;height:24px}.hero .socials__img.yt{width:24px;height:24px}.hero .socials__img.fb{width:24px;height:24px}.hero .socials__img.med{width:22px;height:24px}.hero .socials__img.gh{width:24px;height:24px}.menu-btn{display:none;position:absolute;right:0;top:-10px;width:50px;height:50px;background:url(../svg/menu_btn.svg) center center no-repeat;background-size:100%;cursor:pointer}.menu-btn.close{background:url(../svg/menu_close.svg) center center no-repeat;background-size:100%}.main-nav.closed{display:block}.smiles{position:absolute;left:0;top:0;right:0;bottom:0}.smiles__row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.smiles__row:nth-child(odd){left:-4.17vw}.smiles__row.rnd{background:red}.smiles__img{width:8.34vw;height:9.2574vw;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;fill:#fe7800;opacity:1;-webkit-transition:opacity ease 1s;transition:opacity ease 1s;display:none}.smiles__img.hidden{opacity:0}.smiles .smiles__img{display:block}.s-about{position:relative;background:url(/https/gitnation.org/assets/images/bg-about.jpg) no-repeat center;background-size:cover}.s-about__video{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:0;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.s-about__video{display:none}}.s-about:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.7)}.s-about .container{z-index:1}.about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:space-between;flex-direction:space-between;gap:20px 50px}@media screen and (max-width:1024px){.about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about__intro{font-family:var(--gothamPro);font-weight:500;font-size:clamp(24px,3.2vw,44px);line-height:1.32;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:1024px){.about__intro{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}.about__desc{font-family:var(--gothamPro);font-weight:400;font-size:14px;line-height:1.92;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media screen and (max-width:1024px){.about__desc{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}.about__desc p{margin:8px 0 0}.about__desc p:not(:first-child){margin:14px 0 0}.s-focus .section__content{margin-top:42px}@media screen and (max-width:575px){.s-focus .section__title{text-align:center}}.focus{padding:0;margin:42px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0 20px}@media screen and (max-width:767px){.focus{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -20px}}.focus__item{display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;padding:42px 0;-ms-flex-line-pack:start;align-content:flex-start;gap:20px 30px;width:100%}@media screen and (max-width:767px){.focus__item{padding-left:20px;padding-right:20px}}@media screen and (max-width:575px){.focus__item{padding-top:30px;padding-bottom:30px;-ms-grid-columns:1fr;grid-template-columns:1fr;text-align:center}}.focus__item:not(:first-child){border-top:2px solid #f0f0f0}.focus__img-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:150px;margin:auto 0;height:120px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1024px){.focus__img-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%}}@media screen and (max-width:767px){.focus__img-wrap{width:100px}}@media screen and (max-width:575px){.focus__img-wrap{width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100px}}.focus .icon{font-size:100px;color:#d3d3cc}.focus .icon-focus_2{font-size:90px}.focus .icon-focus_3{font-size:79px}.focus .icon-focus_4{font-size:80px}.focus__content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px 30px}@media screen and (max-width:1024px){.focus__content-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.focus__links{width:374px;font-size:14px;line-height:1.86;-webkit-box-flex:0;-ms-flex:none;flex:none}@media screen and (max-width:1280px){.focus__links{width:320px}}@media screen and (max-width:1024px){.focus__links{width:100%}}.focus__links p{margin:0}.focus__links a{display:inline-block;line-height:1.2;text-decoration:underline}.focus__links a:hover{text-decoration:none}.focus__title{font-weight:700;font-size:30px;line-height:1.18;margin:0;padding:0}@media screen and (max-width:767px){.focus__title{font-size:24px}}.focus__title p{margin:0}.focus__desc{font-size:14px;line-height:1.86}@media screen and (max-width:767px){.focus__desc{line-height:1.5}}.focus__desc p{margin:15px 0 0}.s-events{padding-top:10px!important}.events{padding:0;margin:16px 0 0;list-style:none}.events__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:56px 0 74px}.events__item:not(:first-child){border-top:2px solid #f0f0f0}.events__item:last-child{padding-bottom:0}@media screen and (max-width:767px){.events__item{padding:26px 0 44px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.events__img-wrap{-webkit-box-flex:0;-ms-flex:0 0 292px;flex:0 0 292px;padding:20px 20px 0;margin:0 45px 0 0}@media screen and (max-width:1280px){.events__img-wrap{-webkit-box-flex:0;-ms-flex:0 0 192px;flex:0 0 192px;margin:0 25px 0 0;padding:10px 10px 0}}@media screen and (max-width:767px){.events__img-wrap{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;width:200px;margin:0 auto 10px}}.events__img-wrap img{max-width:100%;max-height:200px;height:auto;margin-left:auto;margin-right:auto;display:block}@media screen and (max-width:1280px){.events__img-wrap img{max-height:150px}}@media screen and (max-width:767px){.events__img-wrap img{max-height:120px}}.events__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.events__title h2{margin:0;padding:0;font-size:42px;line-height:1.12}@media screen and (max-width:1024px){.events__title h2{font-size:30px}}@media screen and (max-width:767px){.events__title{display:none}.events__title h2{text-align:center}}.events__desc{line-height:1.92}.events__desc p{margin:14px 0 0}.events__info{display:-ms-grid;display:grid;-ms-grid-columns:2fr 1fr 1fr;grid-template-columns:2fr 1fr 1fr;line-height:1.82;margin:20px 0 0;gap:20px}@media screen and (max-width:1024px){.events__info{-ms-grid-columns:1.7fr 1fr;grid-template-columns:1.7fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}}@media screen and (max-width:767px){.events__info{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}}.events__links a{text-decoration:underline}.events__links a:hover{text-decoration:none}.events__video{-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (max-width:1024px){.events__video{grid-column:auto;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3;width:100%}}@media screen and (max-width:767px){.events__video{grid-row:auto}}.events__video iframe{width:100%;height:auto;position:absolute;top:0;left:0;width:100%;height:100%}.events__video-wrap{position:relative;padding-bottom:56.25%}.events__video-wrap.is-active{width:auto;height:auto;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;top:-50px;right:0;bottom:-50px;background:rgba(0,0,0,.3);z-index:100;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.events__video-wrap iframe{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.events-tabs__btns{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;gap:30px}@media screen and (max-width:575px){.events-tabs__btns{margin:0 -20px;overflow-x:auto;padding:0 20px 6px;gap:15px}}.events-tabs__btn{position:relative;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;line-height:1.24;white-space:nowrap}@media screen and (max-width:575px){.events-tabs__btn{font-size:14px;height:auto}}.events-tabs__btn[href]{text-decoration:underline}.events-tabs__btn:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#d3d3cc;-webkit-transition:all ease .1s;transition:all ease .1s;opacity:0}.events-tabs__btn.is-active:after{opacity:1}.events-tabs__tab{display:none}.events-tabs__tab.is-active{display:block}.gallery{margin:40px 0;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:auto auto;gap:5px}@media screen and (max-width:767px){.gallery{margin:30px 0;-ms-grid-columns:.8fr 1fr;grid-template-columns:.8fr 1fr}}.gallery__img{aspect-ratio:1/.7}.gallery__img img{width:100%;height:100%;min-width:1px;min-height:1px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.gallery__img:first-child{-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;aspect-ratio:1/1.74}@media screen and (max-width:767px){.gallery__img:first-child{aspect-ratio:auto}}.gallery__img:nth-child(4){-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/4;aspect-ratio:1/.5}@media screen and (max-width:767px){.gallery__img:nth-child(4){display:none}}.s-visas{padding-top:0!important}.s-visas .section__content{margin:50px 0 0}@media screen and (max-width:1024px){.s-visas .section__content{margin-top:30px}}@media screen and (max-width:767px){.s-visas .section__title{text-align:center}}.visas{position:relative;padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (max-width:1024px){.visas{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.visas:after{content:"";position:absolute;left:50%;top:0;bottom:0;background:#f0f0f0;width:2px}@media screen and (max-width:1024px){.visas:after{display:none}}.visas__item{padding:50px 40px;width:460px}@media screen and (max-width:1024px){.visas__item{padding:20px 0 40px;margin:0 auto;max-width:748px;width:100%;text-align:center}.visas__item:not(:first-child){padding:40px 0;border-top:2px solid #f0f0f0}}@media screen and (max-width:575px){.visas__item{margin:0 -10px 0;width:auto}}.visas__item:nth-child(2) .visa-card{background:var(--clr-theme);-webkit-box-shadow:0 35px 40px -20px rgba(254,86,25,.7);box-shadow:0 35px 40px -20px rgba(254,86,25,.7);color:var(--clr-white)}.visas__item:nth-child(2) .visa-card .icon{fill:var(--clr-white)}.visas__desc h4{font-family:var(--gothamPro);font-weight:700;margin:0 0 26px;font-size:52px;line-height:1}@media screen and (max-width:767px){.visas__desc h4{font-size:40px}}.visas__desc p{font-family:var(--gothamPro);font-weight:400;margin:0;font-size:22px;line-height:1.46}@media screen and (max-width:767px){.visas__desc p{font-size:18px}}@media screen and (max-width:575px){.visas__desc p{font-size:16px}}@media screen and (max-width:1024px){.visas__btns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:575px){.visas__btns{margin:15px auto 0}}.visas .form-visa{display:none}.text-based h5{font-weight:400;font-size:22px;line-height:1.46;margin:0 0 20px}@media screen and (max-width:767px){.text-based h5{font-size:18px}}.text-based p{font-size:14px;line-height:1.36;margin:16px 0}.text-based ul{padding:0;list-style:none}.text-based ul li{position:relative;padding:0 0 0 10px}.text-based ul li:not(:first-child){margin:10px 0 0 0}.text-based ul li:before{content:"";position:absolute;left:0;top:9px;width:4px;height:1px;background:var(--clr-text)}.text-based ul ul{margin:5px 0 0 0}.text-based ul ul li{padding:0 0 0 12px}.text-based ul ul li:not(:first-child){margin:5px 0 0 0}.text-based ul ul li:before{left:2px;background:var(--clr-gray)}.visa-card{height:218px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fffc00;padding:0 64px;margin:0 0 50px;color:var(--clr-black);text-align:left;-webkit-box-shadow:0 35px 40px -20px rgba(255,252,0,.7);box-shadow:0 35px 40px -20px rgba(255,252,0,.7)}@media screen and (max-width:1024px){.visa-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:364px;margin:0 auto 50px}}@media screen and (max-width:767px){.visa-card{width:300px;height:180px;padding:0 35px}}@media screen and (max-width:575px){.visa-card{margin:0 auto 30px}}.visa-card.citizenship{background:var(--clr-theme);-webkit-box-shadow:0 35px 40px -20px rgba(254,86,25,.7);box-shadow:0 35px 40px -20px rgba(254,86,25,.7);color:var(--clr-white)}.visa-card.citizenship .icon{fill:var(--clr-white)}.visa-card__img{margin:0 35px 0 0}.visa-card__img .icon-face{width:65px;height:83px;fill:var(--clr-black)}@media screen and (max-width:767px){.visa-card__img{margin:0 25px 0 0}}.visa-card__title{font-weight:400;font-size:20px;line-height:1.2;margin:0 0 6px}.visa-card__desc p{font-size:14px;margin:0;line-height:1.36}.s-mission{background:#d3d3cc}.s-mission.compact .container{padding:116px var(--side-spacing)}@media screen and (max-width:575px){.s-mission.compact .container{padding:75px var(--side-spacing)}}.s-mission.compact .section__title{display:none}.s-mission.compact .section__content{margin:0}.s-mission.compact .mission__desc{display:none}.s-mission.compact .mission__bottom{margin:0}.mission__desc{font-weight:500;font-size:clamp(22px,3vw,44px);line-height:1.32;padding:0 clamp(35px,4vw,95px)}@media screen and (max-width:575px){.mission__desc{padding:0}}.mission__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;margin:110px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1024px){.mission__bottom{margin:40px 0 0}}@media screen and (max-width:767px){.mission__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mission__tip{font-size:14px;line-height:1.92;margin:0 40px 0 0}.mission__tip p{margin:0}.mission__mail{font-weight:700;font-size:clamp(24px,3.4vw,48px);line-height:1.1}@media screen and (max-width:767px){.mission__mail{margin:20px 0 0}}.mission__mail p{margin:0;padding:0}.mission__mail a{color:var(--clr-text);text-decoration:underline}.mission__mail a:hover{text-decoration:none}.home-template .footer,.page-template .footer{margin-top:0}.footer{color:var(--clr-text);background:#d3d3cc;border-top:2px solid #c2c2bc;margin:max(12vmin,64px) 0 0}.footer .container{padding-top:32px;padding-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px 60px}@media screen and (max-width:767px){.footer .container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__item{font-size:14px;line-height:1.86}@media screen and (max-width:575px){.footer__item{width:100%}}.footer__item p{margin:0}.footer .nav{list-style-type:none;font-size:14px;line-height:1.86;min-width:180px;padding:0;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:767px){.footer .nav{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}.footer .nav li{padding:0}.footer .nav a{color:inherit}.footer .nav a:hover{text-decoration:underline}.popup-subscribe{padding:30px 24px;background:#f7f7f7;position:sticky;top:30px;max-width:100%;z-index:2;line-height:1.2}.popup-subscribe__title{font-size:18px;font-weight:500;margin-bottom:10px;line-height:1.1}.popup-subscribe__text{font-size:14px;font-weight:400;line-height:1.4}.popup-subscribe__form{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.popup-subscribe__form-field{-webkit-box-flex:1;-ms-flex:1;flex:1}.popup-subscribe__form-input{border:1px solid #ddd;height:44px;width:100%;padding:0 12px;font-size:14px;font-family:inherit;font-weight:400;color:#000;background:#fff}.popup-subscribe__form-btn{background:var(--clr-theme);color:#fff;padding:0 12px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-family:inherit;font-size:14px;height:44px;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-top:8px}@media (max-width:1024px){.popup-subscribe{padding:40px}.popup-subscribe__title{font-size:22px}.popup-subscribe__text{font-size:16px}.popup-subscribe__form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup-subscribe__form-btn{width:180px;margin-top:0}}@media (max-width:767px){.popup-subscribe{padding:24px}.popup-subscribe__title{font-size:20px}.popup-subscribe__text{font-size:14px}.popup-subscribe__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup-subscribe__form-btn{width:100%;margin-top:8px}}.primary{color:red!important}.home-template .site-main{padding-top:0!important}@media screen and (max-width:1024px){.site-main{padding-top:50px!important}}/*# sourceMappingURL=style.css.map */
