body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-width:30%}.mainPageInfo{font-size:50px;height:100%;text-align:center;width:100%}h1{font-size:50px}h1,h2{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;text-align:center}h2{font-size:40px}h3{font-size:30px}h3,h4{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;margin:10px;text-align:left}h4{font-size:20px}@media screen and (max-width:750px){h1{font-size:30px}h2{font-size:25px}h3{font-size:20px}h4{font-size:15px}}.home-page,.homePage-body{background:linear-gradient(135deg,#63c2c3,#3170cd);color:#2d3748;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;min-height:100vh;padding:0}.main-nav{align-items:center;animation:slideInLeft .8s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;justify-content:center;padding:24px 48px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.main-nav ul{display:flex;gap:40px;list-style:none;margin:0;padding:0}.main-nav a{border-radius:8px;color:#ffffffe6;font-size:1.1rem;font-weight:500;letter-spacing:.5px;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.main-nav a:hover{background:#ffffff1a;color:#fff;transform:translateY(-2px)}.hero-section{padding:80px 48px 120px;text-align:center}.hero-title{animation:fadeInUp 1.2s ease .2s both;font-size:3.5rem}.hero-subtitle{animation:fadeInUp 1.2s ease .4s both;color:#ffffffe6;font-size:1.3rem;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:600px}.cta-btn{animation:scaleIn .8s ease .6s both;background:linear-gradient(135deg,#63c2c3,#3170cd);border:none;border-radius:50px;box-shadow:0 8px 32px #63c2c34d;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:24px;overflow:hidden;padding:18px 42px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.cta-btn:hover{box-shadow:0 12px 40px #3170cd66;transform:translateY(-3px) scale(1.05)}.cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .5s;width:100%}.cta-btn:hover:before{left:100%}.portfolio-section{animation:fadeInUp 1s ease .8s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:32px 32px 0 0;box-shadow:0 -8px 32px #0000001a;margin:0 auto;max-width:1200px;padding:80px 24px}.portfolio-title{animation:fadeInUp 1.2s ease 1s both;color:#2d3748;font-size:2.8rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-underline{animation:scaleIn .8s ease 1.2s both;width:80px}.portfolio-card-title{color:#2d3748;font-size:1.6rem;font-weight:700;margin-top:24px;text-align:center}.portfolio-desc{animation:fadeInUp 1.2s ease 1.4s both;color:#4a5568;font-size:1.1rem;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.portfolio-grid{grid-gap:40px;animation:fadeInUp 1.2s ease 1.6s both;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.portfolio-card{align-items:center;background:#fff;border:1px solid #63c2c31a;border-radius:24px;box-shadow:0 8px 32px #63c2c31a;display:flex;flex-direction:column;min-height:280px;overflow:hidden;padding:40px 24px 32px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.portfolio-card:before{background:linear-gradient(90deg,#0000,#63c2c30d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.portfolio-card:hover:before{left:100%}.portfolio-card:hover{border-color:#63c2c333;box-shadow:0 20px 60px #3170cd33;transform:translateY(-8px) scale(1.02)}.portfolio-card:first-child{animation-delay:1.8s}.portfolio-card:nth-child(2){animation-delay:2s}.portfolio-card:nth-child(3){animation-delay:2.2s}.portfolio-logo{height:60px;margin-bottom:20px;object-fit:contain;transition:transform .3s ease}.portfolio-card:hover .portfolio-logo{transform:scale(1.1) rotate(5deg)}.portfolio-tech{color:#3170cd;font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.portfolio-text{color:#4a5568;font-size:1.05rem;line-height:1.6;text-align:center}.contact-section{animation:fadeInUp 1.2s ease 2.4s both}.contact-title{animation:fadeInUp 1.2s ease 2.6s both;margin-bottom:24px}.contact-icons{margin-top:24px}@media(max-width:1200px){.hero-section{padding:60px 32px 80px}.portfolio-section{border-radius:28px;margin:0 20px;padding:60px 24px}.contact-section{margin:60px 20px 0}}@media(max-width:1024px){.hero-section{padding:50px 24px 70px}.portfolio-section{border-radius:24px;margin:0 16px;padding:50px 20px}.main-nav{padding:18px 24px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.portfolio-grid{gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-section{margin:60px 16px 0;padding:40px 24px 32px}}@media(max-width:768px){.hero-section{padding:40px 16px 50px}.main-nav{padding:16px 20px}.main-nav ul{gap:20px}.main-nav a{font-size:1rem;padding:6px 12px}.hero-title{font-size:2.5rem;margin-bottom:20px}.hero-subtitle{font-size:1.1rem;margin-bottom:40px}.cta-btn{font-size:1rem;padding:16px 32px}.portfolio-section{border-radius:20px;margin:0 12px;padding:50px 16px}.portfolio-title{font-size:2.4rem}.portfolio-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.portfolio-card{min-height:250px;padding:32px 20px 28px}.contact-section{margin:50px 12px 0;padding:36px 20px 28px}.contact-title{font-size:2rem}.contact-icons{font-size:2rem;gap:16px}.contact-icons a{height:50px;padding:12px;width:50px}}@media(max-width:480px){.main-nav{align-items:center;flex-direction:column;gap:12px;padding:14px 16px}.main-nav ul{flex-wrap:wrap;gap:12px;justify-content:center}.main-nav a{font-size:.9rem;padding:8px 12px}.hero-section{padding:30px 16px 40px}.hero-title{font-size:1.8rem;line-height:1.2;margin-bottom:16px}.hero-subtitle{font-size:1rem;margin-bottom:32px;padding:0 10px}.cta-btn{font-size:.95rem;padding:14px 28px}.portfolio-section{border-radius:18px;margin:0 10px;padding:40px 16px}.portfolio-title{font-size:2rem;margin-bottom:16px}.portfolio-desc{font-size:1rem;padding:0 10px}.portfolio-grid{gap:20px;grid-template-columns:1fr}.portfolio-card{min-height:220px;padding:28px 20px 24px}.portfolio-card-title{font-size:1.4rem;margin-top:16px}.portfolio-tech,.portfolio-text{font-size:1rem}.contact-section{border-radius:18px;margin:40px 10px 20px;padding:32px 20px 28px}.contact-title{font-size:1.8rem}.contact-icons{flex-wrap:wrap;gap:12px;justify-content:center}.contact-icons a{font-size:1.8rem;height:48px;padding:10px;width:48px}}@media(max-width:360px){.hero-title{font-size:1.6rem}.hero-section{padding:25px 12px 35px}.portfolio-section{margin:0 8px;padding:35px 12px}.contact-section{margin:35px 8px 15px;padding:28px 16px 24px}.portfolio-card{padding:24px 16px 20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.about-page{background:linear-gradient(135deg,#63c2c3,#3170cd);color:#2d3748;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;min-height:100vh;padding:0}.hero-section{animation:fadeInUp 1s ease;margin:0 auto;max-width:1200px;padding:80px 48px 60px;position:relative}.back-arrow{align-items:center;animation:slideInLeft .8s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;left:48px;position:absolute;top:40px;transition:all .3s ease;width:60px;z-index:10}.back-arrow span{color:#fff;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.back-arrow:hover{background:#fff3;border-color:#fff6;box-shadow:0 8px 32px #0003;transform:translateX(-5px) scale(1.1)}.back-arrow:hover span{transform:translateX(-2px)}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:2fr 1fr}.hero-text{animation:slideInLeft 1.2s ease .2s both}.hero-title{color:#fff;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:24px;margin-top:0;text-shadow:0 2px 4px #0000001a}.hero-subtitle{color:#e6e6e6;font-size:1.4rem;line-height:1.6;margin-bottom:0}.hero-image{animation:scaleIn 1s ease .4s both}.hero-image,.profile-image{display:flex;justify-content:center}.profile-image{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:3px solid #fff3;border-radius:50%;box-shadow:0 20px 60px #0000001a;height:200px;transition:all .3s ease;width:200px}.profile-image:hover{box-shadow:0 30px 80px #00000026;transform:translateY(-8px) scale(1.05)}.profile-placeholder{animation:pulse 2s ease-in-out infinite;font-size:4rem}.profile-photo{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.content-section{animation:fadeInUp 1s ease .6s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:32px 32px 0 0;box-shadow:0 -8px 32px #0000001a;margin:0 auto;max-width:1200px;padding:60px 48px 40px}.intro-section{animation:fadeInUp 1.2s ease .8s both;margin-bottom:80px;text-align:center}.section-title{color:#2d3748;font-size:3rem;font-weight:800;margin-bottom:1rem}.section-underline{background:linear-gradient(135deg,#63c2c3,#3170cd);border-radius:2px;height:4px;margin:0 auto 32px;width:100px}.intro-text{color:#4a5568;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:800px}.skills-experience{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin-bottom:80px}.subsection-title{animation:fadeInUp 1.2s ease 1s both;color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:32px}.skills-grid{grid-gap:32px;display:grid;gap:32px}.skill-category{animation:fadeInUp 1.2s ease 1.2s both}.skill-category h4{color:#3170cd;font-size:1.3rem;font-weight:600;margin-bottom:16px}.skill-category ul{list-style:none;margin:0;padding:0}.skill-category li{color:#4a5568;font-size:1.05rem;padding:8px 0 8px 20px;position:relative}.skill-category li:before{color:#63c2c3;content:"▸";font-weight:700;left:0;position:absolute}.experience-items{display:flex;flex-direction:column;gap:32px}.experience-item{animation:fadeInUp 1.2s ease 1.4s both;background:#63c2c30d;border-left:4px solid #63c2c3;border-radius:16px;padding:24px;transition:all .3s ease}.experience-item:hover{box-shadow:0 8px 32px #63c2c326;transform:translateX(8px)}.experience-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.experience-header h4{color:#2d3748;font-size:1.2rem;font-weight:600;margin:0}.experience-duration{background:linear-gradient(135deg,#63c2c3,#3170cd);border-radius:12px;color:#fff;font-size:.9rem;font-weight:500;padding:4px 12px}.experience-item p{color:#4a5568;line-height:1.6;margin:0}.philosophy-section{animation:fadeInUp 1.2s ease 1.6s both}.philosophy-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.philosophy-item{animation:scaleIn .8s ease 1.8s both;background:#63c2c30d;border-radius:20px;padding:32px 24px;text-align:center;transition:all .3s ease}.philosophy-item:hover{box-shadow:0 16px 48px #63c2c326;transform:translateY(-8px)}.philosophy-icon{animation:pulse 2s ease-in-out infinite;font-size:3rem;margin-bottom:16px}.philosophy-item h4{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:12px}.philosophy-item p{color:#4a5568;line-height:1.6;margin:0}.contact-section{animation:fadeInUp 1.2s ease 2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:32px;box-shadow:0 16px 64px #63c2c326;margin:80px auto 0;max-width:900px;padding:48px 32px 40px;text-align:center}.contact-title{color:#3170cd;font-size:2.4rem;font-weight:800;margin-bottom:16px}.contact-subtitle{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.contact-icons{font-size:2.4rem;gap:24px}.contact-icons,.contact-icons a{display:flex;justify-content:center}.contact-icons a{align-items:center;background:#63c2c31a;border-radius:50%;color:#4a5568;height:60px;padding:16px;transition:all .3s ease;width:60px}.contact-icons a:hover{background:#63c2c333;box-shadow:0 8px 24px #3170cd4d;color:#3170cd;transform:translateY(-4px) scale(1.1)}@media(max-width:1200px){.hero-content{gap:40px}.skills-experience{gap:60px}}@media(max-width:1024px){.hero-section{padding:60px 32px 50px}.content-section{border-radius:28px;margin:0 20px;padding:50px 32px 40px}.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.skills-experience{gap:50px;grid-template-columns:1fr}.philosophy-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:768px){.back-arrow{height:50px;left:20px;top:20px;width:50px}.back-arrow span{font-size:1.3rem}.hero-section{padding:40px 20px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.profile-image{height:150px;width:150px}.profile-placeholder{font-size:3rem}.content-section{border-radius:24px;margin:0 16px;padding:40px 20px 30px}.section-title{font-size:2.4rem}.subsection-title{font-size:1.6rem}.intro-text{font-size:1.1rem}.philosophy-grid{gap:20px;grid-template-columns:1fr}.contact-section{margin:50px 16px 0;padding:32px 20px 28px}.contact-title{font-size:2rem}}@media(max-width:480px){.main-nav{flex-direction:column;gap:12px;padding:16px}.main-nav ul{flex-wrap:wrap;gap:12px;justify-content:center}.main-nav a{font-size:.9rem;padding:8px 12px}.hero-section{padding:30px 16px}.hero-title{font-size:2.2rem;margin-bottom:16px}.hero-subtitle{font-size:1rem}.profile-image{height:120px;width:120px}.profile-placeholder{font-size:2.5rem}.content-section{border-radius:20px;margin:0 12px;padding:32px 16px 24px}.intro-section{margin-bottom:50px}.section-title{font-size:2rem}.subsection-title{font-size:1.4rem}.skills-experience{margin-bottom:50px}.experience-item{padding:20px 16px}.experience-header{align-items:flex-start;flex-direction:column;gap:8px}.philosophy-item{padding:24px 16px}.contact-section{border-radius:18px;margin:40px 12px 20px;padding:28px 16px 24px}.contact-title{font-size:1.8rem}.contact-icons{gap:16px}.contact-icons a{font-size:2rem;height:50px;padding:12px;width:50px}}@media(max-width:360px){.hero-title{font-size:1.8rem}.content-section{margin:0 8px;padding:28px 12px 20px}.contact-section{margin:35px 8px 15px;padding:24px 12px 20px}}.movingCompany-bi{color:#fff;font-size:30px}.movingCompany-componentStyle{background-color:#fff;background-size:cover;height:100%;margin-top:90px;padding:20px 0;position:relative;width:100%}.movingCompany-titleStyle{color:#003566;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;margin-bottom:2px;text-align:center;text-shadow:-6px 1px 10px #fff}.movingCompany-text-component{font-size:18px;margin:50px 20px 20px}.testimonials-component{background-color:#fff;height:100%;padding:100px 10px 20px;width:100%}.testimonials-title{color:#003566;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;text-align:center}.testimonItem{display:flex;flex-direction:row}.testimIcon{margin:auto}.testimIcon:hover{transform:scale(1.3)}.testimon{border:2px solid red;border-radius:5px;height:250px;margin:auto;padding:10px;width:90%}.bi-chevron-left,.bi-chevron-right{color:#003566;font-size:40px;font-weight:900;margin:auto;text-align:center}.testimonCardComponent{display:grid;grid-template-areas:"photoTestim star" "photoTestim textReview" "photoTestim nameReviewer";grid-template-columns:1fr 2fr;grid-template-rows:50px 1fr 50px}.photoTestim{grid-area:photoTestim;height:150px;margin:auto;width:150px}.photoTestim img{border-radius:50%;height:100%;object-fit:cover;width:100%}.star{grid-area:star;text-align:center}.bi-star-fill,.bi-star-fill:hover{color:#e7b427}.textReview{font-size:20px;grid-area:textReview;margin:auto}.nameReviewer{font-size:25px;grid-area:nameReviewer;text-align:end}@media screen and (max-width:1280px){.testimonCardComponent{grid-template-columns:200px 2fr;grid-template-rows:50px 1fr 50px}.textReview{font-size:20px}.nameReviewer{font-size:23px}}@media screen and (max-width:1024px){.textReview{font-size:17px}.nameReviewer{font-size:20px}}@media screen and (max-width:768px){.testimon{height:370px}.testimonCardComponent{grid-template-areas:"photoTestim star" "textReview textReview" "nameReviewer nameReviewer";grid-template-columns:repeat(2,1fr);grid-template-rows:150px 1fr 50px}.textReview{margin-top:25px}.star{margin:auto}}@media screen and (max-width:568px){.testimonials-title{color:#003566;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:200%;font-weight:900;text-align:center}.photoTestim{height:100px;width:100px}.textReview{font-size:15px}.nameReviewer{font-size:18px}}@media screen and (max-width:480px){.testimon{height:420px}.testimonCardComponent{grid-template-areas:"photoTestim" "star" "textReview" "nameReviewer";grid-template-columns:1fr;grid-template-rows:100px 50px 1fr 50px}}@media screen and (max-width:380px){.testimon{height:470px}.bi-chevron-left,.bi-chevron-right{font-size:25px;font-weight:900;text-align:center}.testimonials-component{padding:90px 10px}.nameReviewer{margin-left:0;margin-right:0;margin-top:10px}}@media screen and (max-width:300px){.testimon{height:550px}}.card_Page{margin-bottom:10px;width:33%}.testimonCardComponent_Page{border-radius:10px;box-shadow:0 6px 20px rgba(33,54,68,.588);display:grid;filter:drop-shadow(0 6px 20px rgba(56,125,255,.017));grid-template-areas:"photoTestim" "star" "textReview" "nameReviewer";grid-template-columns:1fr;grid-template-rows:100px 50px 1fr 50px;padding:15px;width:90%}.testimon_list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:50px 20px;text-align:center;width:100%}.photoTestim_Page{height:100px;width:100px}@media screen and (max-width:568px){.card_Page{width:90%}}.btnMain{border:none;border-radius:8px;cursor:pointer;font-size:20px;font-weight:700;outline:none!important}.btnMain:focus{box-shadow:none;outline:none}.btnMain:hover{background-color:#003566;transform:scale(1.1)}.btn-darkHoverTheme:hover{background-color:#003566;color:#fff}.btn-light,.btn-lightHoverTheme:hover{background-color:#fff;color:#003566}.btn-dark{background-color:#003566;color:#fff}.btn-red{background-color:red;color:#fff}.btn-transparent{background-color:#0000}.btn-border-dark{border:2px solid #003566}.btn-border-light{border:2px solid #fff}.btn-circle{border-radius:50%;font-size:30px;font-weight:900;height:50px;min-width:0;width:50px}.btn-large{font-size:20px;font-weight:900;min-width:190px}.btn-medium{font-size:18px;font-weight:700;min-width:150px}.btn-small{font-size:16px;font-weight:500;min-width:70px}.nav-block{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.859);box-shadow:0 6px 24px 0 #0a58ca99,0 0 0 1px rgba(0,53,102,.059);display:flex;flex-direction:row;height:70px;position:fixed;top:0;width:100%;z-index:999}.nav-logo{width:170px}.nav-img{height:75px;object-fit:cover;width:100%}.nav-menu{align-items:center;display:flex;flex-direction:row;height:75px;justify-content:flex-end;list-style:none;margin-left:100px;padding:0;width:60%}.nav-menu-li{margin-right:20px;min-width:80px;padding-top:30px;text-align:center}.nav-menu-item{color:#003566;font-size:20px;font-weight:900;min-width:100px;text-decoration:none}.special_ForMainPage{color:red}.nav-menu-item:hover{border-bottom:3px solid #003566;color:#003566;transition:all .5s ease-out}.menuBtn,.nav-links-mobile,.phoneBtn{display:none}.menuIcon{color:#003566;font-size:30px;transition:#003566 .3s}.bi:hover{color:red}.bi-telephone-fill{float:right;margin-right:30px;transform:rotateY(180deg)}.phoneNumberStyle{margin-left:50px;margin-top:15px}.visiblePhoneNumber{background-color:#0000;border:2px solid #003566;color:#003566}.visiblePhoneNumber:hover{background-color:#fff;background-color:#0000;border:2px solid #003566;color:#003566}@media screen and (max-width:1280px){.nav-menu-li{margin-right:15px}.nav-menu-item{font-size:18px;font-weight:800;text-align:center}.phoneNumberStyle{margin-left:10px}}@media screen and (max-width:1024px){.nav-img{width:150px}.nav-menu{margin-left:30px}.nav-menu-li{margin-right:15px;min-width:60px}.nav-menu-item{font-size:15px;font-weight:800;text-align:center}.phoneNumberStyle{margin-left:10px}.visiblePhoneNumber{font-size:13px;min-width:120px}}@media screen and (max-width:768px){.menuBtn{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:-10px;transform:translate(-100%,60%)}.nav-menu{display:none}.nav-menu.active{align-items:center;background-color:#fff;box-shadow:0 6px 24px 0 #0a58ca99,0 0 0 1px rgba(0,53,102,.059);display:flex;flex-direction:column;height:100vh;justify-content:flex-start;left:0;margin-bottom:0;margin-left:0;opacity:1;padding-top:50px;position:absolute;top:70px;width:100%}.nav-menu-li{border-bottom:2px solid #17254e99;height:75px;width:80%}.biNavbar:active{color:red}.biNavbar:not(:active){color:#003566}.visiblePhoneNumber{font-size:15px;font-weight:500;margin-left:50px;margin-right:20px;min-width:150px}}@media screen and (max-width:480px){.phoneBtn{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:-10px;transform:translate(-100%,60%)}.phoneNumberStyle{margin-left:-55px}}@media screen and (max-width:375px){.menuBtn{right:-15px}.phoneBtn{right:-40px}.menuIcon{font-size:27px}.nav-menu.active{padding-top:15px}}.infoCards{background-color:#fff;height:100%;padding:100px 10px 20px;width:100%}.infoCard-title{background-color:#fff;color:rgba(33,54,68,.588);color:#003566;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;padding:10px;text-align:center}.infoCard-list{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:50px;padding-left:0}figure{margin:0}.cardItem-conteiner{border-radius:10px;box-shadow:0 6px 20px rgba(33,54,68,.588);filter:drop-shadow(0 6px 20px rgba(56,125,255,.017));flex-flow:column;height:30%;margin-bottom:40px;overflow:hidden;text-decoration:none;width:30%}.cardItem-conteiner:nth-last-child(-n+3){width:30%}.cardItem-conteiner:hover{transform:scale(1.1)}.cardItem-link{text-decoration:none}.cardItem-img{height:250px;max-height:100%;max-width:100%;object-fit:cover;transition:all 1s linear;width:100%}.cardItem-text{background-color:#fff;color:#003566;font-size:30px;font-style:italic;font-weight:900;height:50px;padding:15px;text-align:center}@media screen and (max-width:1240px){.cardItem-text{font-size:23px;font-weight:900;text-align:center}}@media screen and (max-width:940px){.cardItem-text{font-size:18px;font-weight:900;text-align:center}}@media screen and (max-width:480px){.cardItem-conteiner{height:20%;max-height:250px;width:90%}.cardItem-img{max-height:150px}.cardItem-conteiner:nth-last-child(-n+3){width:90%}}@media screen and (max-width:768px){.cardItem-container-ForNavbar{box-shadow:none;height:30px;margin-bottom:0;text-align:center;width:100%}.cardItem-container-ForNavbar:nth-last-child(-n+3){width:100%}.infoCard-list-ForNavbar{cursor:pointer;flex-direction:column;margin-top:15px}.cardItem-text-ForNavbar{font-size:15px;font-weight:700;height:30px;padding:0;text-align:center}.heightForServiceList-ForNavbar{height:40%}}@media screen and (max-width:375px){.cardItem-container-ForNavbar{height:22px}}.banner-container{background-blend-mode:hard-light;background-color:#2136444a;background-image:url(/static/media/background_banner.35c9d697da81f3621943.jpg);background-position:50%;background-size:cover;height:100vh;padding-top:70px;position:relative;width:100%}.banner-img-block{display:flex;flex-direction:column;height:81vh;overflow-x:hidden;position:absolute;width:100%}.banner-h1{animation-duration:2s;animation-name:opacityOn;color:red;font-size:400%;font-weight:900;margin:0;padding-left:6%;padding-right:6%;padding-top:5vh;text-align:center;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff}@keyframes opacityOn{0%{opacity:0}to{opacity:1}}.banner-img{animation:truckSlide 12s ease;animation-iteration-count:infinite;bottom:0;min-height:20%;min-height:200px;overflow:hidden;padding-top:0;position:relative;text-align:center;width:100%;z-index:1}@keyframes truckSlide{0%{left:-100%}50%{left:0}to{left:100%}}.car{background-image:url(/static/media/truckWitOutWheels_1.30c74094afc0e2a51163.png);background-repeat:no-repeat;background-size:cover;height:12rem;width:33rem}.wheel{display:flex;flex-direction:row;width:100%}.wheel2{animation:wheelanimation 6s linear infinite;background-image:url(/static/media/wheel2.451865c1ff08f5c5ab46.png);background-size:contain;height:59px;margin-left:130px;width:56px}.wheel1,.wheel2{background-repeat:no-repeat;margin-top:-53px}.wheel1{animation:wheelanimation 3s linear infinite;background-image:url(/static/media/wheel1.be03e8c071d2d4d47eb1.png);background-size:cover;height:54px;margin-left:263px;width:53px}@keyframes wheelanimation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.askPriceStyle{border-radius:5px;height:75%;transform:translate(205%,25%);width:33%;z-index:100}@media screen and (max-width:1080px){.banner-container{height:95vh}.banner-img-block{height:70vh}.banner-h1{font-size:400%;font-weight:700;padding-top:40px;text-align:center}.car{height:10rem;width:30rem}.wheel2{height:49px;margin-left:119px;width:46px}.wheel1,.wheel2{margin-top:-33px}.wheel1{height:44px;margin-left:246px;width:43px}}@media screen and (max-width:1023px){.banner-container{height:95vh}.banner-img-block{height:64vh}.askPriceStyle{text-align:center;transform:none;width:100%}.banner-h1{font-size:400%;font-weight:700;padding-top:70px;text-align:center}.banner-img{padding-top:30px}}@media screen and (max-width:768px){.banner-img{animation:truckSlide 8s ease;animation-iteration-count:infinite}.banner-h1{font-size:350%;font-weight:700;padding-top:70px;text-align:center}}@media screen and (max-width:480px){.banner-container{height:calc(95vh - 70px);height:95vh}.banner-img-block{height:70vh}.banner-h1{font-size:250%;font-weight:700;padding-top:5%;text-align:center}.banner-img{min-height:190px;overflow:visible;width:auto}.car{height:9rem;width:24rem}.wheel{margin-top:-36px}.wheel1{margin-left:188px}.wheel1,.wheel2{margin-top:-7px;padding-left:42px}.wheel2{margin-left:94px}}@media screen and (max-width:380px){.banner-h1{font-size:210%;font-weight:700;text-align:center}.car{height:7.699rem;width:22rem}.wheel{margin-top:-34px}.wheel1{margin-left:173px;margin-top:-1px}.wheel1,.wheel2{padding-left:42px}.wheel2{margin-left:81px;margin-top:-2px}}@media(max-height:801px)and (orientation:landscape){.askPriceStyle{transform:translate(190%)}}@media(max-height:601px)and (orientation:landscape){.banner-container{height:700px}.banner-h1{padding-top:30px}.banner-img-block{height:100vh}.askPriceStyle{transform:translate(185%,10%)}}@media(orientation:landscape){.banner-img,.scroll-btn{bottom:1%}}.formShortQuote{grid-column-gap:1%;grid-row-gap:5%;background-color:hsla(0,0%,100%,.514);border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;display:grid;grid-template-areas:"inputFrom" "inputTo" "chooseMovingType" "submitBTN";grid-template-columns:1fr;grid-template-rows:50px 50px 50px 50px;height:100%;margin:30px auto auto;max-height:255px;padding-top:20px;width:70%}@media screen and (max-width:1024px){.formShortQuote{background-color:hsla(0,0%,100%,.514);border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;height:100%;margin:30px auto auto;padding-top:20px;width:70%}}@media screen and (max-width:768px){.formShortQuote{grid-row-gap:7%;background-color:hsla(0,0%,100%,.514);border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;height:100%;margin:150px auto auto;max-height:350px;padding-top:20px;width:80%}}@media screen and (max-width:480px){.formShortQuote{grid-row-gap:5%;margin-top:15%;max-height:270px}}@media screen and (max-width:300px){.formShortQuote{height:100%}}@media(max-height:601px)and (orientation:landscape){.formShortQuote{background-color:hsla(0,0%,100%,.514);border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;height:100%;margin:30px auto auto;min-height:250px;padding-top:20px;width:80%}}.chossenItemSpan{align-items:center;background-color:#fff;border:2px solid #42df4a;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:50px;justify-content:center;margin:auto;text-align:center;width:95%}.chossenItemFromSelected{width:97%}.iconList{display:flex;flex-direction:row;margin:auto}.iconListFor3:not(:first-child){margin-left:-9px}.iconListFor4:not(:first-child){margin-left:-16px}.iconListFor5:not(:first-child){margin-left:-19px}.quoteInputLine{column-gap:10px;display:flex;flex-direction:row;font-size:18px;font-weight:500;margin:10px 5px;width:95%}.inputName{color:red;width:30%}.chooseType{background-color:#fff;border:1.5px solid #213644;border-radius:8px;display:flex;flex-direction:row;font-size:15px;grid-area:chooseMovingType;height:37px;margin:0 auto;padding-left:10px}.chooseTypeFullForm{width:97%}.chooseName{margin:auto 0;text-align:left}.chooseNameWidth{width:80%}.spinnerStyle{border-width:.05em;height:20px;margin-left:-30px;margin-top:10px;position:absolute;width:20px}.bi-caret-down-fill{color:#213644;font-size:25px;margin-left:30%;width:20%}.biWidth{margin-left:80%}.iconType,.iconType:hover{color:#003566}.chooseName:hover{background-color:red}.adContainerForQuote{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.type{border:2px solid #003566;border-radius:5px;box-shadow:0 2px 1px #00000017,0 4px 2px #00000017,0 8px 4px #00000017,0 16px 8px #00000017,0 32px 16px #00000017;display:flex;flex-direction:column;font-size:13px;font-weight:500;margin:1%;text-align:center}.typeWidthForSix{max-width:250px;width:31%}.typeWidthForFour{max-width:250px;width:26%}.typeWidthForThree{max-width:250px;width:29%}.typeChoosen{background-color:rgba(217,72,72,.329)}.spanChoosenItem{color:#003566;font-size:18px;font-weight:700}.submitBTN{margin-top:20px}.inputFrom{grid-area:inputFrom}.inputTo{grid-area:inputTo}.residenceType{grid-area:residenceType}.residenceType:empty{display:none}.bedroomQuantity{grid-area:bedroomQuantity}.bedroomQuantity:empty{display:none}.floor{grid-area:floor}.floor:empty{display:none}.truckSize{grid-area:truckSize}.movers{grid-area:movers}.hours{grid-area:hours}.floorForm-component{display:flex;flex-direction:row}.floor-input input{border:1px solid #003566;color:red;font-weight:900;height:30px;margin-left:20px;padding-left:0;text-align:center;width:70px}.formForChooseTypeOfForm{display:flex;flex-wrap:wrap;grid-area:formForChooseTypeOfForm;margin-bottom:10px}.formForChooseTypeOfForm div{margin:auto}.formForChooseTypeOfForm input{height:15px}.formForChooseTypeOfForm span{size:18px;margin:7px}.getQuoteBtn{background-color:red;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:900;min-width:190px;outline:none!important;text-decoration:none}.getEstimQuoteContainer{margin-top:30px;text-align:center;width:100%}.getEstimQuoteBtn{background-color:red;border:2px solid #213644b5;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:900;min-width:190px;outline:none!important;text-decoration:none}@media screen and (max-width:1024px){.getQuoteBtn{margin-top:20px}}@media screen and (max-width:950px){.adContainerForQuote{flex-wrap:wrap}}@media screen and (max-width:768px){.chooseType{height:40px}.getQuoteBtn{font-size:25px;height:40px;margin-top:10px}}@media screen and (max-width:480px){.chooseType{height:40px}.getQuoteBtn{font-size:20px;height:40px}}.formFormSelect{background-color:#fffffff2;border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;height:55%;left:10%;list-style-type:none;margin:0 auto auto;padding:3px 0 0;position:absolute;right:10%;top:0;width:80%;width:70%;z-index:99}.formFormSelect li{border-bottom:.5px solid #a59f9f;cursor:pointer;font-weight:700;height:12%;margin-top:7px;min-height:25px;padding-left:20px;text-align:center;vertical-align:middle}.serviceTypeName:hover{transform:scale(1.2)}.selectDropItem{background-color:#fff;border:1px solid #000;border-radius:5px;list-style-type:none;margin:auto;padding-left:2px;padding-top:3px;width:98%}@media screen and (max-width:1024px){.formFormSelect{height:50%;max-height:350px;top:15%;width:70%}.formFormSelect li{height:12%}}@media screen and (max-width:768px){.formFormSelect{height:60%;max-height:350px;top:20%;width:80%}}@media screen and (max-width:480px){.formFormSelect{top:5%}}@media(max-height:830px)and (orientation:landscape){.formFormSelect{height:300px}}.form-input{border:1px solid #003566;border-radius:8px;font-size:15px;height:40px;padding-left:10px;width:100%}.form-input-withMistake{border:1.5px solid red}.formQuoteInput{font-size:15px;margin:2px auto;width:90%}.form-message{height:150px;width:100%}.infoMistake{color:red;font-size:14px;margin-bottom:5px;text-align:end;width:100%}@media screen and (max-width:1024px){.form-input{font-size:15px}}@media screen and (max-width:768px){.form-input{font-size:18px;height:40px}.form-message{height:80px}}@media screen and (max-width:480px){.form-input{font-size:15px;height:40px}.form-message{height:80px}}.dropDownList{background-color:#fff;border:1.5px solid #003566;border-radius:5px;font-size:15px;height:162px;list-style-type:none;margin-bottom:3px;margin-top:-3px;overflow:scroll;overflow-x:hidden;padding:2px 5px;position:relative;text-align:left}.dropDownList li{border-bottom:.5px solid #a59f9f;font-size:13px}.dropDownSelect{background-color:#fff;border-radius:5px;height:80%;margin:20px auto auto;width:70%;z-index:10}.btn-scroll{align-items:center;background-color:#0000;border-radius:50%;bottom:0;color:#003566;cursor:pointer;display:flex;font-size:60px;height:60px;justify-content:center;position:absolute;right:45%;text-align:center;width:60px;z-index:50}.btn-scroll svg{height:90%;margin:auto;width:90%}.bi-chevron-down{color:red}.btn-scroll_animated:before{border-color:inherit;border-radius:50%;box-shadow:0 0 0 0 #25d36500;content:"";height:60px;position:absolute;width:60px}@keyframes pulseScroll{0%{box-shadow:0 0 0 0 #ee0505bf}to{box-shadow:0 0 0 15px #25d36500}}@media(max-height:601px)and (orientation:landscape){.btn-scroll{bottom:-20%}}.cardItem-container-ForMainPage{height:250px;width:30%}.cardItem-container-ForMainPage:nth-last-child(-n+3){width:30%}.cardItem-img-ForMainPage{height:80%;width:100%}.cardItem-text-ForMainPage{font-size:130%;font-weight:700;height:30px;text-align:center}@media screen and (max-width:1280px){.cardItem-container-ForMainPage{width:40%}.cardItem-text-ForMainPage{font-size:20px;font-weight:900;text-align:center}}@media screen and (max-width:1024px){.cardItem-container-ForMainPage{width:45%}}@media screen and (max-width:768px){.cardItem-container-ForMainPage:nth-last-child(-n+3){width:40%}.cardItem-text-ForMainPage{font-size:100%;font-weight:700;height:30px;padding:3px;text-align:center}.cardItem-container-ForMainPage{height:150px;margin-bottom:30px;width:45%}}@media screen and (max-width:480px){.cardItem-text-ForMainPage{font-size:90%;font-weight:500;text-align:center}.cardItem-container-ForMainPage:nth-last-child(-n+3){width:45%}}@media screen and (max-width:400px){.cardItem-text-ForMainPage{font-size:100%;font-weight:700;text-align:center}.cardItem-container-ForMainPage,.cardItem-container-ForMainPage:nth-last-child(-n+3){width:90%}}.serviceArea-conteiner{background-color:#fff;height:100%;padding:100px 10px 20px;width:100%}.serviceArea-title{color:#003566;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;margin-top:20px;text-align:center}.serviceArea-list{grid-column-gap:5px;grid-row-gap:5px;column-gap:5px;display:grid;grid-template-areas:"img1 img3 img6 img8 img4" "img1 img2 img6 img9 img4" "img1 img2 img10 img9 img4" "img1 img5 img10 img9 img12" "img11 img5 img10 img7 img12" "img11 img5 img10 img7 img12";grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(6,1fr);height:calc(100vh - 220px);list-style:none;margin:10px;padding-left:0;row-gap:5px}.serviceAreaCardItem-conteiner{height:100%;object-fit:cover;position:relative}.serviceAreaCardItem-conteiner:hover{opacity:1;transform:scale(1.1);transition:transform .2s}.serviceAreaCardItem-conteiner:hover .serviceAreaCardItem-text{-webkit-backdrop-filter:blur(.1px) brightness(90%);backdrop-filter:blur(.1px) brightness(90%)}.serviceAreaCardItem-img{height:100%;object-fit:cover;opacity:1;position:relative;width:100%}.serviceAreaCardItem-text{-webkit-backdrop-filter:blur(.5px) brightness(50%);backdrop-filter:blur(.5px) brightness(50%);color:#fff;font-size:250%;font-size:130%;font-weight:800;font-weight:700;height:100%;padding-top:30%;position:absolute;text-align:center;top:0;width:100%}.bottomServiceArea{height:100px;margin-bottom:30px;text-align:center;width:100%}.titleForQuestion{background-color:#0000;color:red;margin:0 0 10px}.btnCallUs{animation:pulseCallMe 1.2s infinite}@keyframes pulseCallMe{0%{box-shadow:0 0 0 0 #257fd3bf}to{box-shadow:0 0 0 15px #25d36500}}@media screen and (max-width:768px){.serviceArea-list{column-gap:5px;grid-template-areas:"img1 img3 img6" "img1 img3 img10" "img1 img2 img10" "img11 img2 img10" "img11 img2 img5" "img11 img12 img5" "img4 img12 img7" "img8 img12 img7" "img8 img9 img7";grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(9,1fr);margin:10px;row-gap:5px}.serviceAreaCardItem-text{font-size:130%;font-weight:700;text-align:center}}@media screen and (max-width:400px){.serviceAreaCardItem-text{font-size:80%;font-weight:500;padding-top:30px;text-align:center}.serviceArea-list{column-gap:5px;grid-template-areas:"img1 img2" "img3 img4" "img5 img6" "img7 img8" "img9 img10" "img11 img12";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,75px);height:100%;row-gap:5px}}@media(max-height:601px)and (orientation:landscape){.serviceArea-conteiner,.serviceArea-list{height:100%}}.img1{grid-area:img1}.img2{grid-area:img2}.img3{grid-area:img3}.img4{grid-area:img4}.img5{grid-area:img5}.img6{grid-area:img6}.img7{grid-area:img7}.img8{grid-area:img8}.img9{grid-area:img9}.img10{grid-area:img10}.img11{grid-area:img11}.img12{grid-area:img12}.quote_component{background-color:#fff;background-size:cover;height:100%;padding:55px 10px;position:relative;width:100%}.quote-title{color:#003566;margin-bottom:2px;text-shadow:-6px 1px 10px #fff}.quote-title,.quote-titleRed{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;text-align:center}.quote-titleRed{color:red;margin-top:2px}.quoteFullForm{background-color:#fff;background-color:#ffffffe6;display:grid;font-size:20px;font-weight:700;grid-template-areas:"fromBlock toBlock serviceArea" "formSize formSize formSize " "formQuote formQuote formQuote" "getEstimQuoteContainer getEstimQuoteContainer getEstimQuoteContainer";grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 50px minmax(1fr,3fr) 50px 1fr;margin:20px auto auto}.quoteFullForm,.quoteFullFormOpacity{border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;height:100%;padding-bottom:20px;padding-left:5px;padding-top:20px;width:90%}.quoteFullFormOpacity{background-color:#fff;background-color:#a19a9ae6;font-weight:500;margin:30px auto auto;opacity:.1}.proposedOptionBlockText{color:red;font-size:18px;font-weight:700;margin:20px 10px;text-align:center;text-decoration:underline}.fromBlock{grid-area:fromBlock}.toBlock{grid-area:toBlock}.serviceBlock{grid-area:serviceArea}.formSize{grid-area:formSize}.formQuote{border-top:1px solid rgba(0,53,102,.325);grid-area:formQuote;text-align:center}.getEstimQuoteContainer{grid-area:getEstimQuoteContainer}@media screen and (max-width:768px){.quoteFullForm{display:block}}@media screen and (max-width:480px){.formQuote{text-align:left}}.mistakeComponent{background-color:#fff;border:2px solid red;border-radius:5px;left:10%;list-style-type:none;margin:0 auto auto;opacity:1;padding:3px 0 0;position:absolute;right:10%;text-align:center;top:50%;width:80%;z-index:99}.mistakeMessage{font-style:italic;font-weight:600;margin-bottom:20px}.priceComponent{color:#003566;font-size:18px;font-size:35px;font-weight:700;margin:50px 15px;text-align:center}.price{color:red;font-size:35px;font-weight:900}.price-explanation{font-size:10px;font-style:italic}.proposedTocall-component{font-size:22px;font-weight:700;margin:50px 30%}.price-callUs{color:#003566;display:flex;flex-direction:row;margin-right:5px}.price-red{color:red;margin-right:20px}.movingPhone{align-items:center;animation:changeColor 3s infinite;background-color:red;border:1px solid #f50404;border-radius:50%;box-shadow:0 4px 10px 0 #00000026;cursor:pointer;height:50px;justify-content:center;margin-left:15px;width:50px}.proposedToOnlineForm-component{align-items:center;display:flex;flex-direction:row;font-size:25px;font-style:italic;font-weight:900;margin-left:30%}.openOnlineOrderform{animation:changeColor 3s infinite;background-size:200% auto;background:#003566;border:0;border-radius:10px;color:#fff;cursor:pointer;display:block;font-weight:700;height:40px;margin:10px;max-width:300px;padding:5px 10px;text-align:center;text-transform:uppercase;touch-action:manipulation;transition:.5s;user-select:none;-webkit-user-select:none;width:30%}@keyframes changeColor{0%{background-color:#003566}50%{background-color:red}to{background-color:#003566}}.openOnlineOrderform:hover{background-position:100%;color:#fff;text-decoration:none}.openOnlineOrderform:active{transform:scale(.95)}@media screen and (max-width:1280px){.proposedTocall-component{margin:50px 25%}}@media screen and (max-width:1024px){.proposedTocall-component{margin:50px 15%}}@media screen and (max-width:768px){.proposedTocall-component{margin:50px 10%}}@media screen and (max-width:450px){.proposedToOnlineForm-component{margin:auto}.proposedTocall-component{margin:50px 5px}}.title{color:#003566;font-size:20px;text-align:center}.formForOrderContactInformation{grid-row-gap:10px;background-color:#ffffffe6;border:1px solid #003566;border-radius:7px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;display:grid;font-size:20px;font-weight:700;grid-template-areas:"info_ForOrder info_ForOrder" "name_ForOrder phone_ForOrder" "email_ForOrder email_ForOrder " "addInfo_ForOrder addInfo_ForOrder" "send_ForOrder send_ForOrder";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,50px) 1fr 50px;height:100%;margin:20px auto auto;row-gap:10px;width:90%}.inputFormOrder{margin:10px;text-align:center;width:97%}.formOrderOpacity{background-color:#fff;background-color:#a19a9ae6;border-radius:5px;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;font-weight:500;height:100%;margin:30px auto auto;opacity:.1;padding-bottom:20px;padding-left:5px;padding-top:20px;width:90%}.thankMessage{font-size:20px;top:65%}.name_ForOrder{grid-area:name_ForOrder;width:95%}.phone_ForOrder{grid-area:phone_ForOrder;margin-left:2px;width:95%}.email_ForOrder{grid-area:email_ForOrder}.addInfo_ForOrder{grid-area:addInfo_ForOrder}.info_ForOrder{grid-area:info_ForOrder}.send_ForOrder{grid-area:send_ForOrder;margin:5px auto;width:40%}@media screen and (max-width:480px){.inputFormOrder{width:93%}}.contactUsForDetails{color:red}.highlight{cursor:pointer;text-decoration:underline}.sectionForForm{margin:20px}.formContactUs{grid-column-gap:10px;display:grid;grid-template-areas:"inputName inputPhone" "inputMessage inputMessage" "submitBTN submitBTN";grid-template-columns:repeat(2,1fr);grid-template-rows:60px 1fr 30px}.submitBTN{grid-area:submitBTN;margin-top:2px;text-align:center;width:100%}.infoSuccess{color:#0d9c0d;font-size:20px;font-style:italic;font-weight:700;text-align:center}.inputName{font-weight:900;grid-area:inputName}.nameForContact{font-weight:900;width:100%}.inputPhone{font-weight:900;grid-area:inputPhone}.inputMessage{font-weight:900;grid-area:inputMessage;width:100%}@media screen and (max-width:1024px){.formContactUs{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-areas:"inputName" "inputPhone" "inputMessage" "submitBTN";grid-template-columns:1fr;grid-template-rows:50px 50px 1fr 50px}}@media screen and (max-width:380px){.formContactUs{grid-row-gap:5px}}.poster-container{align-items:center;background-color:rgba(0,53,102,.325);height:450px;justify-content:center;margin-top:70px;width:100%}.poster-container-img{height:450px;object-fit:cover;position:absolute;width:100%;z-index:-1}.poster-h1{animation-duration:2s;animation-name:opacityOn;color:red;font-size:300%;font-weight:900;height:15%;margin:0;padding-left:5%;padding-right:5%;padding-top:70px;text-align:center;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff}.poster_getQuote{margin-top:120px}.poster-h3{color:#003566;font-size:200%;font-style:italic;font-weight:900;text-align:center;text-shadow:0 0 17px #fff,0 0 30px #fff,0 0 5px #fff;width:50%}.fourthColor{color:#fff;text-shadow:none}.poster-addPicture{height:50px;margin-left:25%;width:20%}.btnLink{animation:pulse 2s infinite;background-color:#f9071e;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:900;margin-left:50%;min-width:130px;text-align:center;text-decoration:none;width:15%}@keyframes pulse{0%{box-shadow:0 0 0 0 #d11111b3;transform:scale(.99)}70%{box-shadow:0 0 0 10px #e9161600}to{box-shadow:0 0 0 0 #f0060600}}@media screen and (max-width:1100px){.poster-addPicture{margin-left:15%;width:30%}.btnLink{margin-top:-10px}.poster-h1{font-size:250%}.poster-h1,.poster-h3{font-weight:900;text-align:center}.poster-h3{font-size:175%}}@media screen and (max-width:768px){.poster-addPicture{margin-left:65px}.btnLink{margin-top:-10px}}.aboutUsComponent{font-size:18px;margin:50px 20px 20px}.aboutUs-title{color:#003566;font-size:22px;font-weight:900;text-align:center}.itemListAboutUs{display:flex;flex-direction:row}.iconStyleForAboutUs{color:red;margin:auto}.chosenIcon{background-color:#003566}.blockForInformationFromIcon{margin-top:20px}.movingStep-container{display:grid;grid-template-areas:"firstStep firstStep firstArrow secondStep secondStep secondStep thirdArrow thirdStep thirdStep" ". . . . . . . secondArrow ." ". fifthStep fifthStep fifthStep fourthArrow fourthStep fourthStep fourthStep.";grid-template-columns:1fr 1fr 50px 1fr 50px 1fr 50px 1fr 1fr;grid-template-rows:120px 70px 120px;margin:auto;width:70%}.moveToRight{margin-left:20px}.arrowStyle{height:50px;margin-top:2%;transform:rotateX(40deg);width:70px}@media screen and (max-width:1280px){.movingStep-container{grid-template-areas:"firstStep firstArrow secondStep thirdArrow thirdStep" ". . . . secondArrow" "fifthStep fourthArrow fourthStep fourthStep .";grid-template-columns:1fr 70px 1fr 70px 1fr;grid-template-rows:120px 70px 120px;width:100%}}@media screen and (max-width:968px){.movingStep-container{grid-template-areas:"firstStep firstStep firstArrow secondStep secondStep" ". . . . secondArrow " "fourthStep fourthStep fourthArrow thirdStep thirdStep" ". . thirdArrow . ." "fifthStep fifthStep fifthStep fifthStep fifthStep";grid-template-columns:70px 1fr 70px 1fr 70px;grid-template-rows:120px 70px 120px 70px 120px;margin:0;width:100%}.arrowStyle{width:90%}}@media screen and (max-width:760px){.movingStep-container{display:flex;flex-direction:column;margin:auto;width:90%}.arrowStyle{height:50px;width:30%}.arrowStyle,.moveToRight{margin-left:30%}}.firstStep{grid-area:firstStep}.firstArrow{grid-area:firstArrow}.secondStep{grid-area:secondStep}.secondArrow{grid-area:secondArrow}.thirdStep{grid-area:thirdStep}.thirdArrow{grid-area:thirdArrow}.fourthStep{grid-area:fourthStep}.fourthArrow{grid-area:fourthArrow}.fifthStep{grid-area:fifthStep}.cardItem-container-ForAboutUsPage{height:70px;width:30%}.infoCard-list-ForAboutUsPage{cursor:pointer;margin-top:20px}.cardItem-text-ForAboutUsPage{font-size:100%;font-weight:500;height:60px;text-align:center}@media screen and (max-width:980px){.cardItem-container-ForAboutUsPage{height:70px}}@media screen and (max-width:768px){.cardItem-container-ForAboutUsPage{border:1px solid #003566;height:70px;margin-bottom:10px;width:90%}.cardItem-container-ForAboutUsPage:nth-last-child(-n+3){width:90%}.cardItem-text-ForAboutUsPage{color:red;font-size:100%;font-weight:500;height:30px;text-align:center}}.blockForMovingStep{border:2px solid #003566;border-radius:5px;box-shadow:0 54px 55px #00000040,0 -12px 30px #0000001f,0 4px 6px #0000001f,0 12px 13px #0000002b,0 -3px 5px #00000017;color:#003566;cursor:pointer;font-style:italic;height:120px;line-height:1.2;margin:auto;max-width:300px;opacity:1;position:relative;text-align:center;width:77%}@keyframes rotateCard{0%{transform:perspective(600px) rotateY(-180deg)}to{transform:perspective(600px) rotateY(0)}}.blockForMovingStep:hover .front{transform:perspective(600px) rotateY(-180deg)}.blockForMovingStep:hover .back{transform:perspective(600px) rotateY(0)}.back,.front{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;overflow:hidden;position:absolute;transition:transform .5s ease;width:100%}.front{color:red;display:flex;flex-direction:row;font-size:17px;font-weight:700;transform:perspective(600px) rotateY(0)}.front p{padding:15px 5px 0;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff}.frontImg{height:100%;object-fit:cover;width:40%}.back{color:#003566;font-size:13px;padding-left:5px;padding-top:7px;text-align:left;transform:perspective(600px) rotateY(180deg)}.back,.textBlockForMovingStep{display:flex;flex-direction:column}.bi-arrow-clockwise{color:#003566;font-size:20px;position:absolute;right:3%;top:75%;transform:rotate(175deg)}.color{color:#003566}@media screen and (max-width:768px){.blockForMovingStep{max-width:550px;width:80%}}.servicesPageComponent{font-size:px;margin-left:20px;margin-right:20px;margin-top:120px}.servicesPageComponent-title{animation-duration:2s;animation-name:opacityOn;color:red;font-size:250%;font-weight:900;height:15%;margin:0;padding-left:5%;padding-right:5%;text-align:center;text-shadow:0 0 5px #c5baba,0 0 10px hsla(0,6%,83%,.812),0 0 15px hsla(0,0%,100%,.839)}.servicePage-component{font-size:18px;margin:70px 20px 20px}.servicePage-title{color:#003566;font-size:22px;font-weight:900;padding:10px;text-align:center}.highlight{color:#003566;font-weight:700}.highlightRed{color:red;font-weight:700}.highlightWhite{color:#fff}.linkStyle{animation:pulse 2s infinite;background-color:#f9071e;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:900;height:50px;margin:auto auto 20px;min-width:120px;text-align:center;text-decoration:none}.backgroundDark{animation:pulseDark 2s infinite;background-color:#003566;margin-left:15%}.sectionForQuote{text-align:center}@keyframes pulseDark{0%{box-shadow:0 0 0 0 #0a58ca;transform:scale(.99)}70%{box-shadow:0 0 0 10px #e9161600}to{box-shadow:0 0 0 0 #f0060600}}.contactBlock{align-items:center;color:#003566;display:flex;flex-direction:column;margin:30px auto auto;text-align:center;width:90%}.redColor{color:red;text-align:center}.blueColor{color:#003566;text-align:center}.map_block{margin-top:30px}.form_contact{font-style:italic;margin:30px auto auto;width:90%}.emailLinkDark{color:#003566;text-decoration:none}.contactUs-container{background-color:#003566;height:100%;padding:50px 10px 10px;width:100%}.contactUs-title{color:#fff;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:250%;font-weight:900;text-align:center}.contact-block{background-color:#003566;color:#fff;column-gap:30px;display:flex;flex-direction:row;height:350px;padding:35px 30px 10px}.contactInfo{width:50%}.contactInfoName{color:#e7b427;font-size:200%;width:120px}.contactInfoName,.contactInfoValue{font-weight:900;text-align:center;text-align:left}.contactInfoValue{font-size:120%;margin-left:10px;margin-top:0}.emailLink{color:#fff;text-decoration:none}.writeUs{width:50%}.contactUsTitle{color:#e7b427;font-size:120%;font-size:25px;font-weight:900;text-align:center;text-align:left;width:100%}@media screen and (max-width:1050px){.contact-block{height:100%}}@media screen and (max-width:768px){.contactUs-container{min-height:calc(100vh - 70px);padding:100px 10px 20px}.contact-block{flex-direction:column;height:100%;padding-top:65px}.contactInfo,.writeUs{width:100%}.writeUs{margin-top:60px}}@media screen and (max-width:480px){.contactUs-title{color:#fff;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:200%;font-weight:900;text-align:center}.contactInfoDetails{display:flex;flex-direction:row}.contactInfoName{color:#e7b427;font-size:120%;font-size:30px}.contactInfoName,.contactInfoValue{font-weight:700;text-align:center;text-align:left}.contactInfoValue{font-size:120%}}@media screen and (max-width:380px){.contactUs-container{min-height:calc(100vh - 70px);padding:50px 10px 20px}.contact-block{flex-direction:column;height:80%;padding-top:35px}.contactInfoName{font-size:25px}.writeUs{margin-top:30px}}.btn-floating-email{align-items:center;background-color:rgba(245,4,4,.749);border:1px solid #f50404;border-radius:50%;bottom:7rem;box-shadow:0 4px 10px 0 #00000026;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:2rem;-webkit-user-select:none;user-select:none;width:60px;z-index:9997}.btn-floating-email svg{height:70%;margin:auto;width:70%}.btn-floating-email_animated:before{animation:pulseEmail 1.2s infinite;border-color:inherit;border-radius:50%;box-shadow:0 0 0 0 #25d36500;content:"";height:60px;position:absolute;width:60px}@keyframes pulseEmail{0%{box-shadow:0 0 0 0 #ee0505bf}to{box-shadow:0 0 0 15px #25d36500}}.container{box-sizing:border-box;margin:0 auto;padding:0 24px;width:100%}.mainPage-root header.greetingPage,.sectionFromMenu{width:100%}.mainPage-root header.greetingPage>*,.sectionFromMenu>*{margin-left:auto;margin-right:auto}.mainPage-root{background:#f7f7fa;color:#232946;font-family:Inter,Roboto,Arial,sans-serif}.mainPage-root h1,.mainPage-root h2,.mainPage-root h3,.mainPage-root h4{color:#232946;font-family:Inter,Roboto,Arial,sans-serif;font-weight:700;letter-spacing:.01em}.mainPage-root h2,.mainPage-root h3{margin-bottom:.5em;margin-top:1.5em}.mainPage-root section,.sectionFromMenu{padding:48px 0 32px}.portfolio,.service,.team{border-radius:18px;margin-bottom:32px;padding:24px 16px}.btnStyle,.btn_grid{border-radius:8px;font-size:1.1rem;padding:12px 32px}.mainPage-root{--primary:#ff6a5b;--accent:#ffb86b;--bg:#f7f7fa;--card:#fff;--border:#e0e0e0}.backToMainPage{color:red;display:inline-block;position:relative;transition:color .2s}.portfolio,.service,.team{background:var(--card);border:1px solid var(--border);box-shadow:0 2px 12px #2828500f}.btnStyle,.btn_grid{box-shadow:0 2px 8px #ff6a5b1a}.mainPage-root img{border-radius:12px;box-shadow:0 1px 6px #28285012;transition:box-shadow .3s,transform .3s}.mainPage-root img:hover{box-shadow:0 8px 32px #2828501f;transform:scale(1.04) rotate(-1deg)}@media (max-width:900px){.container,.sectionFromMenu>*,header.greetingPage>*{max-width:98vw;padding:0 8px}.mainPage-root section,.sectionFromMenu{padding:32px 0 20px}}@media (max-width:600px){.mainPage-root h1,.mainPage-root h2{font-size:1.5rem}.mainPage-root .sectionFromMenu,.mainPage-root section{padding:48px 0 32px}.mainPage-root h3{font-size:1.1rem}.btnStyle,.btn_grid{font-size:1rem;padding:10px 18px}.mainPage-root .portfolio,.mainPage-root .service,.mainPage-root .team{padding:12px 4px}.mainPage-root img{border-radius:12px;box-shadow:0 1px 6px #28285012;transition:box-shadow .3s,transform .3s}.mainPage-root img:hover{box-shadow:0 8px 32px #2828501f;transform:scale(1.04) rotate(-1deg)}.mainPage-root p{color:#777;margin-bottom:10px}}footer.sectionFromMenu{background:#232946;border-radius:0 0 18px 18px;color:#fff;height:auto;margin-top:48px;padding-bottom:32px}footer.sectionFromMenu,footer.sectionFromMenu h2,footer.sectionFromMenu p{color:#fff}.mainPage-root .aboutUs,.mainPage-root .portfolio,.mainPage-root .sections,.mainPage-root .team,.mainPage-root section{animation:fadeIn 1.2s ease forwards;animation-delay:.2s;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.btnStyle,.btn_grid,.portfolio-button{cursor:pointer;transition:background .3s,transform .15s,box-shadow .3s}.btnStyle:hover,.btn_grid:hover,.portfolio-button:hover{background:linear-gradient(90deg,#ffb86b,#ff6a5b);box-shadow:0 4px 16px #ff6a5b26;transform:translateY(-2px) scale(1.04)}.btnStyle:active,.btn_grid:active,.portfolio-button:active{box-shadow:0 2px 8px #ff6a5b1a;transform:scale(.97)}.portfolio img{transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .3s}.portfolio img:hover{box-shadow:0 8px 32px #2828501f;transform:scale(1.07) rotate(-2deg)}.portfolio,.service,.team{transition:box-shadow .3s,transform .2s}.portfolio:hover,.service:hover,.team:hover{box-shadow:0 8px 32px #2828501a;transform:translateY(-4px) scale(1.02)}.mainPage{height:100%;margin:0;min-width:450px;width:100%}.menu div{display:inline-block;position:relative;transition:color .2s}.menu div:after{background:linear-gradient(90deg,#ff6a5b,#ffb86b);border-radius:2px;bottom:-2px;content:"";display:block;height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.menu div:hover:after{transform:scaleX(1)}.menu div:hover{color:#ff6a5b}.mainPage-root header{background:linear-gradient(#00000080,#00000080),url(/static/media/BackgroundLogo.70a9baa40dd52b600b36.jpg);background-size:cover;height:700px;margin-top:0}.greetingPage{align-items:center;color:#fff;display:grid;font-family:Montserrat;font-weight:700;grid-template-rows:1fr 2fr 2fr 1fr;padding-bottom:100px;text-align:center}.menu_block{display:grid;grid-template-columns:1fr 2fr .3fr;margin-left:10px}.logo{color:#fed136;font-family:WisdomScript;font-size:26px;letter-spacing:10px}.logo img{height:100px}.menu{grid-column-gap:30px;color:#fff;column-gap:30px;cursor:pointer;display:grid;font-size:14px;grid-template-columns:repeat(5,1fr);height:30px;margin-left:200px;margin-top:20px;width:80%}.menu div:hover{animation-duration:5s;color:#fed136;font-size:16px}.welcome_words{font-family:"Droid Serif";font-size:40px;font-style:italic}.welcome_greets{font-size:75px;font-weight:700}.btnStyle{background-color:#fed136;border:2px solid #fed136;border-radius:8px;color:#0a0a0a;cursor:pointer;font-size:18px;font-weight:700;height:65px;margin:auto;width:240px}.btnStyle:hover{box-shadow:0 5px 15px #fed136}.backgroundWhite{background-color:#fff}.backgroundYellow{background-color:#fed13626}.sectionFromMenu{color:#000;font-family:Montserrat;text-align:center}.sections{grid-column-gap:30px;grid-row-gap:20px;align-content:center;align-items:center;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;justify-items:center;margin:0 100px 50px;text-align:center}.title_class{font-size:40px;font-weight:900;grid-column:1/4;margin:0 0 30px;padding-top:55px;-webkit-text-decoration:wavy;text-decoration:wavy}.secondTitle_class{align-self:end;background-color:#fff;font-size:18px;font-weight:700;margin:0}.mainPage-root p{color:#777;margin-bottom:10px}.descr{font-family:"Droid Serif";font-size:16px;font-style:italic;font-weight:400;grid-column:1/4}.service{grid-row-gap:10px;align-self:end;display:grid;grid-template-rows:1fr 2fr;justify-items:center}.service_descr{background-color:#fff;margin-top:10px}.section img{align-self:center}.section div{align-self:end}.portfolio img{height:350px;width:100%}.portfolio p{background-color:#fff;color:#737373;font-family:"Droid Serif";font-style:italic}.aboutUs{grid-column-gap:0;grid-row-gap:0;grid-template-columns:repeat(2,1fr)}.icon{height:145px;margin:auto;width:145px}.aboutUs p{margin:10px}.lineDown,.lineUp{height:30px;margin:auto;width:3px}.imgAboutUs{display:flex;flex-direction:column}.team{margin-bottom:30px}.team h3,.team p{background-color:initial}.mainPage-root svg{cursor:pointer}.team img{border-radius:50%;height:200px;margin-bottom:30px;width:200px}.socialMediaIcon{display:grid;grid-template-columns:repeat(3,1fr)}.socialMediaIcon svg{color:#168287}.logos{background-color:initial;height:165px}.logos img{height:5rem;margin:10px}.contact{background:url(/static/media/BackgroundContactUs.e464f6c50af109fec93b.JPG);background-size:cover;color:#fff;height:600px}.line{margin:30px auto;width:90%}.sectionForm{grid-column-gap:10px;grid-row-gap:20px;align-self:center;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);height:200px;justify-items:center;margin:auto;width:1000px}.input_class{border:2px solid #fed136;border-radius:8px;color:#edecf3;font-family:Montserrat;font-size:16px;width:400px}.message{color:#000;grid-column:2/2;grid-row:1/4}.btn_grid{grid-column:2/3;height:50px;width:200px}.address{display:grid;grid-template-columns:repeat(2,1fr)}.icon_adress{grid-column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);margin:auto;width:25px}@font-face{font-family:WisdomScript;src:url(/static/media/Wisdom%20Script.f5d9508eac0e5cd5a719.otf)}@media screen and (max-width:1000px){.menu{margin-left:20px;width:450px}.portfolio img{height:250px}.team img{height:200px}.input_class,.sectionForm{width:90%}}@media screen and (max-width:1500px){.menu{margin-left:100px}.sections{margin:0 50px 50px}}@media screen and (max-width:900px){.welcome_greets{font-size:50px}}@media screen and (max-width:840px){.menu_block{align-items:center;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.menu{font-size:12px;margin-left:0;margin-top:20px;width:100%}.welcome_words{font-size:30px}.welcome_greets{font-size:35px}.logo{font-size:22px}.logos img{height:3rem}.title_class{font-size:30px}.descr{color:#000;margin-left:20px;margin-top:20px}.sections{display:inline;margin:0 20px 20px}.service{grid-row-gap:10px;align-self:end;display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr;justify-items:center;margin-bottom:30px;margin-left:5%;margin-top:30px;width:90%}.service_descr{grid-row-gap:20px;display:grid;grid-template-rows:1fr 2fr}.portfolio{margin:auto;width:80%}.portfolio img{height:350px}.icon{height:125px;width:125px}.lineUp{display:none}.team{margin-bottom:30px}.team img{height:200px}.socialMediaIcon{margin:auto;max-width:200px}.fade{animation-duration:15s;animation-name:fade}@keyframes fade{0%{opacity:.7}to{opacity:1}}.slide{margin:auto;max-width:1000px;position:relative}.sectionForm{display:inline;width:90%}.input_class{margin-bottom:20px;width:90%}.icon_adress{margin:auto 30px}.contact{height:700px}.aboutUs div{margin-left:15px}}@media screen and (max-width:450px){.logos{height:auto}}.codeclub-featuredProjects{display:grid;grid-template-areas:"title title title" "descr descr descr" "project_img1 project_img2 project_img3" "projects_line projects_line projects_line";grid-template-columns:repeat(3,1fr);grid-template-rows:90px 90px 320px 100px;height:600px}.codeclub-project_img{background-position:50%;background-size:cover}.codeclub-project_img1{background-image:url(/static/media/Project1.96b454f13d50be47869b.png);grid-area:project_img1}.codeclub-project_img2{background-image:url(/static/media/Project2.0e5340b7e9e1a1fcff29.png);grid-area:project_img2}.codeclub-project_img3{background-image:url(/static/media/Project3.ea849d3d0449e590beb1.png);grid-area:project_img3}.codeclub-project_img:hover{cursor:pointer;transform:scaleX(1.3)}.codeclub-projects_line{background-image:url(/static/media/Project4.adef6379a222021564c0.png);grid-area:projects_line}.codeclub-submitBackgr{height:80px;width:100%}.codeclub-explanationForSubmit{color:#fff;font-size:15px;font-weight:400;grid-column:1/3;grid-row-start:4;letter-spacing:1px;line-height:25px;margin:auto;text-align:center}.codeclub-featuredProjects button{background-color:initial;border-color:#fff;color:#fff;font-size:15px;grid-column:3/4;grid-row-start:4;height:30px;margin:auto;width:200px}.codeclub-featuredProjects button:hover{transform:scale(1.2)}@media screen and (max-width:1100px){.codeclub-featuredProjects button{margin-top:auto;width:150px}.codeclub-explanationForSubmit{margin-left:20px;margin-top:auto}}@media screen and (max-width:750px){.codeclub-featuredProjects{display:grid;grid-template-areas:"title" "project_img1" "project_img2" "project_img3" "projects_line";grid-template-columns:1fr;grid-template-rows:90px 250px 250px 250px 100px;height:940px}.codeclub-explanationForSubmit{font-size:14px;grid-column:1;grid-row:5;margin:15px auto}.codeclub-featuredProjects button{grid-column:1;grid-row:5;margin-bottom:15px}.codeclub-project_img:hover{transform:scaleX(1)}}@media screen and (max-width:550px){.codeclub-featuredProjects{grid-template-rows:90px 250px 250px 250px 130px;height:970px}.codeclub-explanationForSubmit{font-size:12px}}.codeclub-footer{grid-column-gap:10px;column-gap:10px;display:grid;grid-template-areas:"title" "descr" "socialMediaIcon";grid-template-columns:1fr;grid-template-rows:repeat(3,50px);height:150px;padding:10px}.codeclub-footer h2{font-size:25px;width:700}.codeclub-socialMediaIcon{display:flex;grid-area:socialMediaIcon;margin:auto}.codeclub-socialMediaIcon svg{margin-left:50px}@media screen and (max-width:750px){.codeclub-footer{grid-template-areas:"title" "divForImg";grid-template-rows:repeat(1,20px);height:auto;row-gap:10px}.codeclub-socialMediaIcon svg{margin-left:10px}}.codeclub-findUsOnMap{filter:grayscale(50%);height:400px;width:100%}.codeclub-contactUsForm{grid-column-gap:10px;column-gap:10px;display:grid;grid-template-areas:"title" "contactForm";grid-template-columns:1fr;grid-template-rows:50px 3fr;height:350px;padding:30px 150px 50px}.codeclub-contactForm{flex-wrap:wrap;grid-area:contactForm}.codeclub-contactFormInput{height:30px;margin-right:20px;width:30%}.codeclub-contactFormMessage{height:120px;margin-bottom:20px;width:94%}.codeclub-contactUsForm input{border:1px solid #19bd99;border-radius:5px;margin-top:20px;padding-left:20px}.codeclub-btnContactUsStyle{width:200px}@media screen and (max-width:1200px){.codeclub-contactUsForm{height:400px;padding:30px 60px 50px}.codeclub-contactFormMessage{height:120px;margin-bottom:20px;width:96%}}@media screen and (max-width:750px){.codeclub-contactUsForm{height:450px;padding:30px 20px 50px}.codeclub-contactFormMessage{height:120px;margin-bottom:20px;width:100%}.codeclub-contactFormInput{height:30px;width:100%}}.codeclub-contactUs{grid-column-gap:30px;column-gap:30px;display:grid;grid-template-areas:"title title title" "descr descr descr" "email office phone" "emailName officeName phoneNumber";grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr) repeat(2,70px);height:300px;padding:20px 100px}.codeclub-contactUsInfo{background-color:#fff;height:100%;margin:auto;width:100%}.codeclub-contactUsIcon{background-color:#19bd99;color:#fff;display:none;font-size:16px}.codeclub-contactUsIcon svg{margin-top:5px}.codeclub-textPadding{padding-top:20px}.codeclub-contactUsPhoto{background-size:cover;height:250px}.codeclub-contactUsEmail{background-image:url(/static/media/contactUsEmail.c220540e2dc294095887.png);grid-area:contactUsEmail}.codeclub-contactUsAddress{background-image:url(/static/media/contactUsAddress.4bceabe96cfc88c88b4b.png);grid-area:contactUsAddress}.codeclub-contactUsPhone{background-image:url(/static/media/contactUsPhone.654e0d7a3c69a8a4659f.png);grid-area:contactUsPhone}@media screen and (max-width:1200px){.codeclub-contactUs{column-gap:10px;grid-template-rows:repeat(3,1fr) repeat(2,50px);padding:20px 30px}}@media screen and (max-width:1000px){.codeclub-contactUs{background-size:cover;grid-template-rows:repeat(2,70px) 200px repeat(2,50px);height:500px;height:200px}}@media screen and (max-width:750px){.codeclub-contactUs{grid-template-areas:"title title" "contactUsIconEmail emailName" "contactUsIconOffice officeName" "contactUsIconPhone phoneNumber";grid-template-columns:1fr 2fr;grid-template-rows:repeat(4,100px);height:400px}.codeclub-textPadding{display:none}.codeclub-contactUsInfo{background-color:initial;height:auto;margin-left:10%;text-align:start;width:98%}.codeclub-contactUsPhoto{display:none}.codeclub-contactUsIcon{display:block}}.codeclub-email{grid-area:email}.codeclub-emailName{grid-area:emailName}.codeclub-office{grid-area:office}.codeclub-officeName{grid-area:officeName}.codeclub-phone{grid-area:phone}.codeclub-phoneNumber{grid-area:phoneNumber}.codeclub-contactUsIconEmail{grid-area:contactUsIconEmail}.codeclub-contactUsIconOffice{grid-area:contactUsIconOffice}.codeclub-contactUsIconPhone{grid-area:contactUsIconPhone}.codeclub-blog{background-image:url(/static/media/blogBackground.ea9325f9a6823058eeb8.png);background-size:cover;color:#fff;display:grid;grid-template-areas:"title title title" "descr descr descr" ". secondTitle blogDot" ". secondText blogDot" ". thirdText blogDot" ". forthText blogDot" ". btnReadMore .";grid-template-columns:150px 1fr 150px;grid-template-rows:repeat(3,80px) repeat(2,50px) 1fr 100px;height:600px;padding:20px 70px}.codeclub-blog h2{color:#fff;margin-left:0}.codeclub-blog p{margin:5px}.codeclub-btnBlog{border:none;color:#81868e;display:block;width:200px}.codeclub-btnBlog,.codeclub-btnBlog:hover{background-color:initial}.codeclub-blogDot{display:flex;flex-direction:column;grid-area:blogDot;margin:50px auto}.codeclub-blogDot span{margin-bottom:10px;opacity:.6}.codeclub-blogDot span:hover{opacity:1}@media screen and (max-width:1000px){.codeclub-blog{grid-template-columns:75px 1fr 75px}}@media screen and (max-width:750px){.codeclub-blog{color:#fff;grid-template-areas:"title title" "secondTitle ." "secondText ." "thirdText blogDot" "forthText blogDot" "btnReadMore .";grid-template-columns:1fr 50px;grid-template-rows:repeat(4,50px) 200px 50px;height:470px;padding:20px}.codeclub-blog h2{color:#fff;margin:auto}.codeclub-blog p{margin-top:10px}}@media screen and (max-width:450px){.codeclub-blog{color:#fff;grid-template-areas:"title title" "secondTitle ." "secondText ." "thirdText blogDot" "forthText blogDot" "btnReadMore .";grid-template-columns:1fr 50px;grid-template-rows:repeat(4,70px) 300px 50px;height:auto;padding:20px}}.codeclub-aboutUsDetails{grid-column-gap:40px;align-content:center;column-gap:40px;display:grid;grid-template-areas:"title" "descr" "infoIcon" "showDetailsAboutBouncy";height:600px;text-align:center}.codeclub-aboutUsDetails img{padding-left:20px}.codeclub-textStart{margin-left:50px;text-align:start}@media screen and (max-width:750px){.codeclub-aboutUsDetails{font-size:14px;grid-template-areas:"title" "infoIcon" "showDetailsAboutBouncy";grid-template-columns:1fr;line-height:20px}.codeclub-showDetailsAboutBouncy{display:grid;grid-template-areas:"iconTitle" "iconText" "btnReadMore" "iconExplanation";grid-template-columns:1fr}}@keyframes codeclub-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.codeclub-aboutUs h2,.codeclub-aboutUs h3,.codeclub-aboutUs p{animation:codeclub-fadeInUp 1s ease forwards;opacity:0}.codeclub-aboutUs{grid-column-gap:30px;column-gap:30px;display:grid;grid-template-areas:"title photoIpad" "descr photoIpad" "descr photoIpad" "btnReadMore photoIpad";grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr 1fr;height:480px;padding:20px;text-align:start}@keyframes codeclub-swingLR{0%{transform:rotate(0deg)}20%{transform:rotate(-25deg)}50%{transform:rotate(25deg)}80%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.codeclub-photoIpad{animation:codeclub-swingLR 4s ease-in-out infinite;margin:auto}@media screen and (max-width:750px){.codeclub-aboutUs{grid-column-gap:30px;column-gap:30px;display:grid;grid-template-areas:"title" "photoIpad" "btnReadMore";grid-template-columns:2fr;grid-template-rows:1fr 1fr 1fr;height:550px;padding:30px 75px;text-align:start}.codeclub-btnReadMore{margin:auto}.codeclub-photoIpad{margin-top:30px}}.codeclub-testimonials{display:grid;grid-template-areas:"title" "descr" "testSection" ".";grid-template-rows:100px 80px 3fr 20px}.codeclub-testSection{grid-area:testSection}.codeclub-photoTestim{border-radius:50%;grid-area:photoTestim;height:150px;margin-top:30px;width:150px}.codeclub-testimon{border:1px solid #19bd99;border-radius:5px;display:grid;grid-template-areas:"photoTestim secondText" "photoTestim secondTitle" "photoTestim thirdText" "testimDot testimDot";grid-template-columns:1fr 3fr;grid-template-rows:2fr repeat(3,50px);height:300px;margin:20px 100px;padding:10px 55px}.codeclub-testimDot{display:block;grid-area:testimDot;margin-top:auto}@media screen and (max-width:1100px){.codeclub-testimon{height:80%;margin:20px 50px;padding:10px 25px}.codeclub-testimDescr{font-size:14px;line-height:15px}}@media screen and (max-width:750px){.codeclub-testimonials{grid-template-areas:"title" "testSection" ".";grid-template-rows:100px 3fr 20px}.codeclub-testimon{grid-template-rows:2fr repeat(3,40px);height:80%;margin:20px 30px;padding:10px 25px}.codeclub-photoTestim{height:90px;width:90px}.codeclub-testimDescr{margin-left:10px}.codeclubtestimName{padding-top:5px}}@media screen and (max-width:500px){.codeclub-testimon{grid-template-areas:"photoTestim" "secondText" "secondTitle" "thirdText" "testimDot";grid-template-columns:1fr;grid-template-rows:1fr 1fr repeat(2,30px) 50px;padding:10px 15px}.codeclub-photoTestim{margin:auto}}.codeclub-team{display:grid;grid-template-areas:"title title" "descr descr" "photoMember secondTitle" "photoMember secondText" "photoMember thirdText" "photoMember sectionBrandingPercent" "photoMember percentLineBranding" "photoMember sectionWebDesignPercent" "photoMember percentLineWeb" "photoMember sectionUIUXPercent" "photoMember percentLineUI" "teamDot teamDot" "projects_line projects_line" "projects_line projects_line";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr) repeat(6,30px) 50px repeat(3,1fr);height:750px}.codeclub-photoMember{grid-area:photoMember;height:400px;justify-self:center;margin-top:20px;width:300px}.codeclub-teamName{margin-left:30%;text-align:left}.codeclub-positionDescr{margin:0 20px}.codeclub-teamPosition{margin-left:30%;text-align:left}.codeclub-teamDot{display:block;grid-area:teamDot;margin-left:auto;margin-top:20px}.codeclub-teamLine{background-image:url(/static/media/teamFooter.fde47e6e80bdc8d3c81f.png);height:150px;width:100%}.codeclub-sectionPercent{color:#81868e;display:flex;flex-direction:row;height:25px;margin-left:30%}.codeclub-sectionBrandingPercent{grid-area:sectionBrandingPercent}.codeclub-sectionWebDesignPercent{grid-area:sectionWebDesignPercent}.codeclub-sectionUIUXPercent{grid-area:sectionUIUXPercent}.codeclub-sectionPercent p{margin:2px 30px 2px 2px}.codeclub-percentLine{border-radius:8px;height:4px;margin-left:30%;width:180px}.codeclub-percentLineBranding{background:linear-gradient(90deg,#19bd99 80%,#b1b6bd 0);grid-area:percentLineBranding}.codeclub-percentLineWeb{background:linear-gradient(90deg,#19bd99 65%,#b1b6bd 0);grid-area:percentLineWeb}.percentLineUI{background:linear-gradient(90deg,#19bd99 75%,#b1b6bd 0);grid-area:percentLineUI}.codeclub-btnFootPosTeam{align-self:start;grid-column:1/3;grid-row:14}.codeclub-descrFoot{align-self:baseline;color:#fff;grid-column:1/3;grid-row:13}@media screen and (max-width:1200px){.codeclub-team{grid-template-columns:1fr 2fr}.codeclub-teamDot{margin:20px auto}}@media screen and (max-width:750px){.codeclub-team{grid-template-areas:"title" "photoMember" "secondTitle" "secondText" "thirdText" "teamDot" "projects_line" "projects_line";grid-template-columns:1fr;grid-template-rows:repeat(8,1fr);height:900px}.codeclub-btnFootPosTeam{grid-column:1/3;grid-row:8}.codeclub-descrFoot{grid-column:1/3;grid-row:7}.codeclub-percentLine,.codeclub-sectionPercent{display:none}.codeclub-teamName,.codeclub-teamPosition{margin-left:0;text-align:center}.codeclub-teamDot{display:inline;margin:20px auto}}.codeclub-subscribeUs{grid-column-gap:20px;background-image:url(/static/media/subscribeUsBackground.c537f9afd4bde6b1d513.png);background-size:cover;column-gap:20px;display:grid;grid-template-areas:"title" "descr" "subscrForm";grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);height:300px;padding:20px 50px 50px}.codeclub-subscribeUs h2{color:#fff}.codeclub-subscrForm{grid-area:subscrForm}.codeclub-btnSubmitStyle{background-color:#19bd9a;border-radius:5px;color:#fff;height:40px;margin:auto;width:150px}.codeclub-subscribeUsInputStyle{background-color:initial;border:1px solid #19bd9a;border-radius:5px;color:#fff;cursor:pointer;height:40px;margin:auto 30px auto auto;padding-left:20px;width:50%}.codeclub-subscribeUsInputStyle:hover{transform:scale(1)}@media screen and (max-width:1200px){.codeclub-subscribeUsInputStyle{width:70%}.codeclub-btnSubmitStyle{margin-top:10px}}@media screen and (max-width:750px){.codeclub-subscribeUs{column-gap:20px;grid-template-areas:"title" "subscrForm" "subscrForm";height:200px;padding:20px 20px 50px}.codeclub-subscrForm{display:flex;flex-direction:column}}@font-face{font-family:Open Sans;src:url(/static/media/OpenSans.a42bbe687810bdc6e9e8.ttf)}@font-face{font-family:Source Sans Pro;src:url(/static/media/SourceSansPro.ed3e1a0f0cbd41e2d920.ttf)}@font-face{font-family:Big John;src:url(/static/media/BIG%20JOHN.676a8ca72c60f38478fe.otf)}.codeclub-body{font-family:Open Sans;height:100%;margin:0;max-width:100%;min-width:40%;text-align:center}.codeclub-backgroundWhite{background-color:#fff}.codeclub-backgroundGrey{background-color:#f3f3f3}.codeclub-h2{align-self:center;color:#333b46;font-family:Source Sans Pro;font-size:20px;font-weight:300;letter-spacing:4px;padding-top:30px;text-align:center}.codeclub-h3{font-size:16px;line-height:28px}.codeclub-descr,.codeclub-h3{color:#81868e;font-weight:400;letter-spacing:1px}.codeclub-descr{align-self:start;font-size:14px;line-height:25px}.codeclub-thirdText{color:#81868e;letter-spacing:1px;line-height:25px}.codeclub-forthText{font-size:14px;grid-area:forthText;letter-spacing:1px;line-height:25px}.codeclub-button{border:1px solid #19bd99;border-radius:15px;color:#333b46;font-size:16px;font-weight:400;height:30px;line-height:12px;width:100px}.codeclub-button:hover{background:#19bd99;color:#fff;cursor:pointer;transform:scale(1.2)}.codeclub-bi,.codeclub-bi:hover{color:#19bd99}.codeclub-contentCentreTwoColumn{grid-column:1/3}.codeclub-contentCentreThreeColumn{grid-column:1/4}.codeclub-contentCentreFiveColumn{grid-column:1/6}.codeclub-titleH2{grid-area:title}.codeclub-descr{grid-area:descr}.codeclub-secondTitle{grid-area:secondTitle}.codeclub-secondText{grid-area:secondText}.codeclub-thirdText{grid-area:thirdText}.codeclub-submitBackgr{grid-area:submitBackgr}.codeclub-btnReadMore{grid-area:btnReadMore}.codeclub-menu{grid-area:codeclub-menu}.codeclub-logo{grid-area:logo}.codeclub-iconMenu{grid-area:iconMenu}.codeclub-iconClose{grid-area:iconClose}.codeclub-infoIcon{grid-area:infoIcon}.codeclub-photoIpad{grid-area:photoIpad}.codeclub-startPage{background-image:url(/static/media/MainImgLogo.cc202ff6d6b693d48d5c.png);grid-template-areas:"logo codeclub-menu" "title title" "title title" "descr descr" "img1 img1";grid-template-columns:1fr 1fr;height:700px}.codeclub-startPage,.codeclub-startPageWhenWindowDecrease{background-size:cover;color:#fff;display:grid;font-size:16px;font-weight:400;text-align:center;width:100%}.codeclub-startPageWhenWindowDecrease{background-color:#19bd9980;grid-template-areas:"logo iconClose" "codeclub-menu codeclub-menu";grid-template-rows:80px 3fr;height:1054px}.codeclub-logo{font-family:Big John;font-size:25px;height:150px;margin:-30px auto 10px;text-align:center;width:150px}.codeclub-hello{border:1px solid #fff;border-radius:8px;width:50px}.codeclub-hello:hover{border-color:#19bd99}.codeclub-menuStartPage{grid-column-gap:10px;align-content:center;display:grid;float:right;grid-template-columns:repeat(7,1fr);height:60px;margin-left:100px;margin-right:20px;text-align:center}.codeclub-menuStartPage div:hover{color:#19bd99;cursor:pointer;transform:scale(1.2)}.codeclub-menuStartPageWhenWindowDecrease{height:600px;margin:10px}.codeclub-menuStartPageWhenWindowDecrease div:hover{color:#fff;cursor:pointer;transform:scale(1.2)}.codeclub-menuStartPageWhenWindowDecrease div{height:50px;margin:20px auto;width:80%}.codeclub-iconMenu{display:none}.codeclub-iconMenu,.codeclub-menu_icon{cursor:pointer;float:right;margin:10px 0 0 75%;width:36px}.codeclub-iconMenu:hover{color:#19bd99}@keyframes codeclub-slideInText{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.codeclub-mainGreetingText{animation:codeclub-slideInText 1s ease;font-family:Source Sans Pro;font-size:35px;font-weight:300;letter-spacing:7px;line-height:70px}.codeclub-mainPosition{align-content:center;margin:auto}.codeclub-startPage img{align-self:center;justify-self:center}.codeclub-hiddenEl{display:none}@media screen and (max-width:750px){.codeclub-startPage{grid-template-areas:"logo iconMenu" "title title" "descr descr" "img1 img1"}.codeclub-menuStartPageWhenWindowDecrease{grid-template-rows:80px 3fr}.codeclub-menuStartPage{display:none}.codeclub-iconMenu{display:block}.codeclub-descr{font-size:16px;width:90%}.codeclub-hiddenEl{display:none}.codeclub-hello{background:linear-gradient(90deg,#19bd99,#00d4ff);border:2px solid #fff;border-radius:8px;box-shadow:0 2px 8px #19bd9926;color:#fff;font-weight:600;margin-right:10px;transition:border-color .2s,box-shadow .2s;width:60px}.codeclub-hello:hover{border-color:#00d4ff;box-shadow:0 4px 16px #00d4ff2e}.codeclub-showEl{display:block}}.codeclub-portfolio{grid-column-gap:10px;grid-row-gap:10px;column-gap:10px;display:grid;grid-template-areas:"title title title title title title" "descr descr descr descr descr descr" "codeclub-menu codeclub-menu codeclub-menu codeclub-menu codeclub-menu codeclub-menu" ". img1 img2 img3 img4 ." ". img1 img6 img3 img4 ." ". img1 img6 img7 img4 ." ". img5 img6 img7 img8 ." ". img5 img10 img7 img8 ." ". img5 img10 img7 img12 ." ". img5 img10 img11 img12 ." ". img9 img10 img11 img12 ." ". . . . . ." "projects_line projects_line projects_line projects_line projects_line projects_line" "projects_line projects_line projects_line projects_line projects_line projects_line";grid-template-columns:50px repeat(4,1fr) 50px;grid-template-rows:repeat(3,90px) repeat(8,2fr) 50px 80px 50px;height:1580px;row-gap:10px}.codeclub-menuPortfolio{cursor:pointer;display:grid;grid-template-columns:repeat(7,1fr);height:20px;margin:20px 100px}.codeclub-menuPortfolio div:hover{color:#19bd99;transform:scaleX(1.1)}.codeclub-portfolioLine{height:150px}.codeclub-menuPortfolio div{color:#464646;font-family:Open Sans;font-size:16px;font-weight:400;line-height:12px}.codeclub-divForImg img{height:100%;object-fit:cover;width:100%}.codeclub-divForImg img:hover{transform:scale(1.5);transition:transform .2s}.codeclub-descrPortf{align-self:baseline;color:#fff;grid-column:1/6;grid-row:13;line-height:20px;margin:auto 10px}.codeclub-btnFootPosPortf{grid-column:1/6;grid-row:14}.codeclub-btnFootImg{background-color:initial;border-color:#fff;color:#fff;justify-self:center;width:150px}.codeclub-nextIcon,.codeclub-prevIcon,.codeclub-slideshow-container,.codeclub-three_dot{display:none}.codeclub-dot{background-color:#82beb2;border-radius:50%;cursor:pointer;display:inline-block;height:15px;margin:0 2px;transition:background-color .6s ease;width:15px}.codeclub-active,.codeclub-dot:hover{background-color:#19bd99;transform:scale(1.1)}@media screen and (max-width:1400px){.codeclub-portfolio{grid-template-rows:repeat(3,70px) repeat(8,90px) 50px 80px 50px;height:100%}}@media screen and (max-width:1200px){.codeclub-portfolio{grid-template-rows:repeat(3,50px) repeat(8,70px) 50px 80px 50px;height:100%}.codeclub-menuPortfolio{margin:20px 50px}.codeclub-descrPortf{font-size:16px}}@media screen and (max-width:750px){.codeclub-portfolio{grid-template-areas:"title title title" "prev slideshow-container next" ". three_dot ." "projects_line projects_line projects_line" "projects_line projects_line projects_line";grid-template-columns:50px 1fr 50px;grid-template-rows:70px 300px 50px 75px 50px}.codeclub-menuPortfolio{display:none}.codeclub-three_dot{display:block;grid-area:three_dot}.codeclub-divForImg{display:none}.codeclub-slideshow-container{display:block;grid-area:slideshow-container;height:100%;margin:auto;position:relative;width:100%}.codeclub-mySlides{display:none}.codeclub-mySlides img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.codeclub-next,.codeclub-prev{border-radius:0 3px 3px 0;color:#19bd99;cursor:pointer;display:block;font-size:28px;font-weight:700;padding:16px;position:absolute;transition:.6s ease;-webkit-user-select:none;user-select:none;width:auto}.codeclub-next{border-radius:3px 0 0 3px;right:0}.codeclub-nextIcon{grid-area:next}.codeclub-nextIcon,.codeclub-prevIcon{display:block;margin-bottom:auto;margin-top:auto}.codeclub-prevIcon{grid-area:prev}.codeclub-next:hover,.codeclub-prev:hover{transform:scale(1.5)}.codeclub-fade{animation-duration:1.5s;animation-name:fade}@keyframes fade{0%{opacity:.4}to{opacity:1}}.codeclub-descrPortf{grid-column:1/4;grid-row:4}.codeclub-btnFootPosPortf{grid-column:1/4;grid-row:5;margin-bottom:5px;margin-top:auto}}.codeclub-img1{grid-area:img1}.codeclub-img2{grid-area:img2}.codeclub-img3{grid-area:img3}.codeclub-img4{grid-area:img4}.codeclub-img5{grid-area:img5}.codeclub-img6{grid-area:img6}.codeclub-img7{grid-area:img7}.codeclub-img8{grid-area:img8}.codeclub-img9{grid-area:img9}.codeclub-img10{grid-area:img10}.codeclub-img11{grid-area:img11}.codeclub-img12{grid-area:img12}.codeclub-ourServices{display:grid;grid-template-areas:"title title title" "descr descr descr" "infoIcon iconTitle ." "infoIcon secondText percentageDiv" "infoIcon thirdText percentageDiv" "infoIcon thirdText percentageDiv" "serviceLine serviceLine serviceLine" "serviceLine serviceLine serviceLine" "serviceLine serviceLine serviceLine";grid-template-columns:100px 2fr 1fr;grid-template-rows:repeat(2,80px) repeat(7,120px);height:1000px;justify-items:center;text-align:start}.codeclub-percentageDiv{display:flex;grid-area:percentageDiv;text-align:center}.codeclub-percentageStyle{color:#81868e;display:block;font-size:17px;font-weight:600;text-align:center}.codeclub-percentageNumber{margin:40px 65px;position:absolute}.codeclub-percentageName{margin-top:10px}.codeclub-circular-chart{display:block;height:120px;margin:auto 30px;position:relative;width:120px}.codeclub-circle{stroke:#4cc790;fill:none;stroke-width:2.8;stroke-linecap:round;animation:progress 1s ease-out forwards;position:absolute}@keyframes progress{0%{stroke-dasharray:0 200}}.codeclub-serviceLine{background-image:url(/static/media/blackImg.3ee6f8ff99dfb0808aaf.png);grid-area:serviceLine;width:100%}.codeclub-impressedH2{grid-row:7}.codeclub-impressedH2,.codeclub-impressedH3{color:#fff;grid-column:1/3;justify-self:start;margin-left:100px}.codeclub-impressedH3{grid-row:8}.codeclub-impressedP{color:#fff;grid-column:2/3;grid-row:9;justify-self:start;margin-left:100px}.codeclub-comp{grid-column:3/3;grid-row:6;margin-top:-50px}.codeclub-showBtnIconService{display:none}@media screen and (max-width:1200px){.codeclub-ourServices{grid-template-areas:"title title" "descr descr" "infoIcon infoIcon" "iconTitle percentageDiv" "secondText percentageDiv" "thirdText percentageDiv" ". ." "serviceLine serviceLine" "serviceLine serviceLine" "serviceLine serviceLine";grid-template-columns:3fr 1fr;grid-template-rows:repeat(3,80px) 100px 1fr 2fr repeat(3,1fr)}.codeclub-circular-chart{height:75px;margin:auto 30px;width:75px}.codeclub-percentageStyle{font-size:14px;font-weight:600}.codeclub-percentageDiv{display:block}.codeclub-percentageDiv div{margin:auto 20px}.codeclub-percentageNumber{margin:27px 50px}.codeclub-impressedH2{grid-column:1;grid-row:8}.codeclub-impressedH3{grid-column:1;grid-row:9}.codeclub-impressedP{grid-column:1;grid-row:10;margin-left:200px}.codeclub-comp{grid-column:1/2;grid-row:7/10;height:300px;margin-left:120%;width:350px}}@media screen and (max-width:750px){.codeclub-ourServices{grid-template-areas:"title" "infoIcon" "iconTitle" "iconText" "btnReadMore" "serviceLine" "serviceLine" "serviceLine";grid-template-columns:repeat(1,1fr);grid-template-rows:50px 100px 75px minmax(50px,200px) 50px repeat(3,75px);height:100%}.codeclub-showBtnIconService{display:block}.codeclub-percentageDiv{display:none}.codeclub-impressedH2{font-size:16px;grid-column:1/1;grid-row:6;margin-left:20px}.codeclub-impressedH3{font-size:12px;grid-column:1/1;grid-row:7;line-height:20px;margin-left:20px}.codeclub-impressedP{font-size:12px;grid-column:1/1;grid-row:8}.codeclub-comp{display:none}}.codeclub-ourPrice{grid-column-gap:100px;align-self:center;column-gap:100px;display:grid;grid-template-areas:"title title title" "descr descr descr" "premiumPrice letsTalk exclusivePrice";grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,100px) 1fr;height:640px;padding:20px 100px}.codeclub-premiumPrice{grid-area:premiumPrice}.codeclub-letsTalk{grid-area:letsTalk}.codeclub-exclusivePrice{grid-area:exclusivePrice}.codeclub-priceBlock{background-color:#fff;border:1px solid #19bd9a;border-radius:5px;height:349px}.codeclub-greenBackgroundPriceSection{background-color:#19bd9a;color:#fff;cursor:pointer;font-size:20px;height:50px;margin:auto;padding-top:10px}.codeclub-greenBackgroundPriceSection p{margin-bottom:0;margin-top:0}.codeclub-greenBackgroundPriceSection p:hover{transform:scale(1.2)}.codeclub-priceNumber{color:#1fbba6;font-size:42px;margin-bottom:5px;padding-top:50px}.codeclub-ourSuperiority{font-size:17px;line-height:33px;padding-top:3px}@media screen and (max-width:1200px){.codeclub-ourPrice{column-gap:30px;padding:20px 30px}}@media screen and (max-width:750px){.codeclub-ourPrice{grid-template-areas:"title" "premiumPrice" "letsTalk" "exclusivePrice";grid-template-columns:1fr;grid-template-rows:100px repeat(3,80px);height:450px;padding:10px 20px;row-gap:20px}.codeclub-priceBlock{display:flex;flex-direction:row;height:80px}.codeclub-greenBackgroundPriceSection{height:80px;margin:0;padding-top:0;width:40%}.codeclub-greenBackgroundPriceSection p{margin-top:20px}.codeclub-priceNumber{color:#1fbba6;font-size:30px;margin:auto;padding-top:0}.codeclub-whiteBackgroundPriceSection{text-align:center;width:60%}.codeclub-ourSuperiority{display:none}.codeclub-widePriceBlock{width:100%}.codeclub-descr{display:none}}@keyframes codeclub-btnColorPulse{0%{background-color:#a3a4a7}50%{background-color:#19bd99}to{background-color:#a3a4a7}}.codeclub-btnIcon{animation:codeclub-btnColorPulse 6s ease-in-out infinite}.codeclub-infoIcon .codeclub-btnIcon:first-child{animation-delay:0s}.codeclub-infoIcon .codeclub-btnIcon:nth-child(2){animation-delay:.3s}.codeclub-infoIcon .codeclub-btnIcon:nth-child(3){animation-delay:.6s}.codeclub-infoIcon .codeclub-btnIcon:nth-child(4){animation-delay:.9s}.codeclub-iconTitle{grid-area:iconTitle}.codeclub-infoIcon{margin-top:20px}.codeclub-btnIcon{background-color:#a3a4a7;border:1px solid #a3a4a7;border-radius:50%;height:60px;margin:20px 20px 20px 50px;width:60px}.codeclub-bi-icon{color:#fff}.codeclub-setChoosenIconBackground{background-color:#19bd99}.codeclub-deleteChoosenIconBackground{background-color:#a3a4a7}.codeclub-showBtnIconDescr{display:none}.codeclub-gorizontalMenuIcon{grid-area:gorizontalMenuIcon}@media screen and (max-width:750px){.codeclub-iconTitle{display:block}.codeclub-iconText{grid-area:iconText}.codeclub-iconExplanation{display:none}.codeclub-showBtnIconDescr{display:block;margin-left:20px}.codeclub-btnIcon{height:50px;margin-left:20px;width:50px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.travel-btnMain{border:none;border-radius:2px;cursor:pointer;font-size:20px;font-weight:700;margin-right:30px;outline:none!important;padding:8px 20px}.travel-btnMain:focus{box-shadow:none;outline:none}.travel-btn-standart{background-color:#fff;border:1px solid #fff;color:#242424}.travel-btn-standart-black{background-color:#000;border:1px solid #000;color:#fff;min-width:150px}.travel-btn-outline{border:1px solid #fff;color:#fff}.travel-btn-outline,.travel-btn-outline_black{background-color:initial;min-width:150px;padding-right:20px;transition:all 1s ease-out}.travel-btn-outline_black{border:1px solid #000;color:#000}.travel-btn-ellipse{border-radius:8px}.travel-btn-medium{font-size:18px}.travel-btn-large{font-size:20px;padding:12px 26px}.travel-btn-small{font-size:20px;font-weight:500;min-width:70px;padding:7px}.travel-btn-large:hover,.travel-btn-medium:hover,.travel-btn-small:hover{background:#fff;color:#242424;transition:all 1s ease-out;transition:.25s}@font-face{font-family:DancingBold;src:url(/static/media/DancingScript-Bold.72fc35f38c2864ca2cd5.ttf)}.travel-nav-block{background-color:#000;flex-direction:row;height:80px;top:0;width:100%;z-index:999}.travel-nav-block,.travel-nav-logo{align-items:center;display:flex;position:fixed}.travel-nav-logo{color:#fff;font-family:DancingBold;font-size:24px;font-style:italic;font-weight:700;margin-left:150px;padding-left:30px;text-decoration:none;width:200px}.travel-nav-img{height:80px;width:80px}.travel-menuBtn{display:none}.travel-bi-list,.travel-bi-x-lg{color:#fff;font-size:30px}.travel-nav-menu{display:flex;flex-direction:row;justify-content:flex-end;list-style:none;margin-right:80px;padding-top:70px;text-align:center;width:100%}.travel-nav-menu-li{height:80px}.travel-nav-menu-item{color:#fff;font-size:20px;font-weight:700;height:80px;margin-right:30px;padding-top:30px;text-decoration:none}.travel-nav-menu-item:hover{border-bottom:4px solid #fff;color:#fff;transition:all .5s ease-out}.travel-nav-links-mobile{display:none}@media screen and (max-width:960px){.travel-menuBtn{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:0;transform:translate(-100%,60%)}.travel-nav-logo{margin-left:20px}.travel-nav-menu{display:none}.travel-nav-menu.active{align-items:center;background:#242222;display:flex;flex-direction:column;height:90vh;justify-content:flex-start;left:0;opacity:1;position:absolute;top:80px;width:100%}.travel-nav-links-mobile{background-color:initial;border:1px solid #fff;border-radius:4px;color:#fff;display:block;font-size:1.5rem;font-size:20px;font-weight:700;margin:2rem 30px 2rem auto;padding:14px 20px;text-align:center;text-decoration:none;transition:all 1s ease-out;width:80%}.travel-nav-menu-li{height:80px;width:80%}.travel-nav-links-mobile:hover{background:#fff;color:#242424;transition:.25s}}.travel-banner-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;object-fit:cover;width:100%}.travel-banner-img{height:100%;object-fit:cover;position:fixed;width:100%;z-index:-1}.travel-banner-h1{font-size:100px;margin-top:300px}.travel-banner-h1,.travel-banner-p{color:#fff;font-weight:700;text-shadow:#46453f 1px 0 10px}.travel-banner-p{font-size:32px;margin-top:30px}.travel-banner-btn-conteiner{justify-content:center;margin-top:30px}.bi-play-circle-fill{background-color:#fff;margin-left:10px}@media screen and (max-width:980px){.travel-banner-h1{font-size:70px;margin-top:300px}.travel-banner-img{width:auto}.signUp{margin-bottom:30px;margin-left:20px;padding-left:40px;width:300px}}@media screen and (max-width:768px){.travel-banner-h1{font-size:40px;margin-top:300px}.travel-banner-p{font-size:22px}.travel-banner-btn{margin-bottom:30px;margin-left:20px;padding-left:40px;width:300px}.travel-banner-img{width:auto}.travel-banner-btn-conteiner{display:flex;flex-direction:column}}.travel-infoCards{background-color:#fff;padding:100px 30px 10px;width:100%}.travel-infoCard-title{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:50px;font-weight:700;text-align:center}.travel-infoCard-list{display:flex;flex:1 1;flex-wrap:wrap;justify-content:space-around;margin-top:30px;padding-top:80px}.travel-cardItem-conteiner{border-radius:10px;box-shadow:0 6px 20px #387dff2b;filter:drop-shadow(0 6px 20px rgba(56,125,255,.017));flex-flow:column;height:30%;margin-bottom:100px;overflow:hidden;text-decoration:none;width:37%}.travel-cardItem-conteiner:nth-last-child(-n+3){width:30%}.travel-cardItem-label{height:50%;position:relative}.travel-cardItem-label:after{background-color:#1f98f4;bottom:0;box-sizing:border-box;color:#fff;content:attr(data-category);font-size:12px;font-weight:700;margin-left:10px;max-width:calc(100% - 60px);padding:6px 8px;position:absolute}.travel-cardItem-conteiner:hover{transform:scale(1.1)}.travel-cardItem-img{bottom:0;display:block;height:350px;left:0;max-height:100%;max-width:100%;object-fit:cover;right:0;top:0;transition:all .2s linear;width:100%}.travel-cardItem-text{color:#000;font-size:30px;font-style:italic;font-weight:700;padding-top:20px;text-align:center}.travel-cardItem-text-conteiner{padding:0}.travel-cardItem-link{text-decoration:none}.travel-cards__item__pic-wrap:after{background-color:#1f98f4;bottom:0;box-sizing:border-box;color:#fff;content:attr(data-category);font-size:12px;font-weight:700;margin-left:10px;max-width:calc(100% - 60px);padding:6px 8px;position:absolute}@media screen and (max-width:1280px){.travel-cardItem-pic{height:50%;position:relative}.travel-cardItem-text{font-size:20px}}@media screen and (max-width:980px){.travel-cardItem-conteiner{width:80%}.travel-cardItem-pic{height:50%;position:relative}.travel-cardItem-text{font-size:25px}.travel-cardItem-conteiner:nth-last-child(-n+3){width:80%}}@media screen and (max-width:450px){.travel-cardItem-conteiner{margin-bottom:50px}.travel-infoCards{padding:70px 20px 10px}.travel-infoCard-title{font-size:30px;margin:20px}.travel-infoCard-list{margin-top:10px;padding-left:0;padding-top:40px}.travel-cardItem-img{height:200px}.travel-cardItem-text{font-size:20px;padding-top:0}}.travel-pageBanner{align-items:center;height:500px;justify-content:center;width:100%}.travel-pageName{color:#fff;font-size:50px;font-weight:700;height:300px;padding-top:250px;position:relative;text-align:center;text-shadow:#46453f 1px 0 10px}.travel-pageBanner-img{-webkit-filter:blur(.5px) brightness(.6);height:500px;object-fit:cover;position:absolute;width:100%;z-index:-1}.travel-btn-list{align-items:flex-end;display:flex;height:200px;justify-content:center;margin-bottom:3px}@media screen and (max-width:980px){.travel-pageName{font-size:40px;padding-top:100px}.travel-btn-list{display:flex;flex-wrap:wrap;margin-bottom:0}.travel-btnServiceList{width:300px}}@media screen and (max-width:780px){.travel-pageName{font-size:30px;padding-top:100px}.travel-pageName h1{font-size:40px;padding-top:100px}.travel-btnServiceList{width:250px}}@media screen and (max-width:580px){.travel-pageName{font-size:30px;padding-top:70px}.travel-btnServiceList{font-size:14px;width:30%}.travel-btn-list{height:150px;margin-top:50px}}.travel-budgetList{display:flex;flex-direction:row;font-size:30px;justify-content:center;margin-top:20px}.travel-budget-expenseBlock{display:flex;flex-direction:row;margin-bottom:40px}.travel-budget-expenseBlockComponent{display:flex;flex-direction:column;width:50%}.travel-budgetMainComponent{align-items:center;border-radius:3px;display:flex;flex-direction:row;height:70px;justify-content:space-between;margin:20px;padding-left:10px;text-align:left;width:30%}.travel-expence-list{list-style-type:none;margin:20px}.travel-expense-item{align-items:center;border:1px solid gray;border-radius:3px;display:flex;height:70px;justify-content:space-between;padding-left:10px;text-align:left;width:100%}.travel-expense-cost{display:flex;font-size:20px;margin-right:20px}.travel-expence-amount{background-color:#0d6efd;border-radius:70px;color:#fff;font-weight:700;margin-right:10px;padding:2px 8px}.travel-delete-btn{-webkit-text-stroke:1px;height:50%;width:50%}.travel-form-newExpence{display:flex;flex-direction:column;margin:0 20px;padding-left:30px}.travel-budget-input{border:1px solid gray;border-radius:3px;font-size:20px;height:50px;margin-bottom:20px;padding-left:20px;text-align:left;width:100%}.travel-btnSave{justify-content:left;margin-bottom:50px;text-align:start;width:50%}.travel-budgetInputValue{font-size:18px;height:45px;margin:10px;width:70%}@media screen and (max-width:1100px){.travel-budgetList{display:flex;flex-wrap:wrap}.travel-budget-expenseBlock{display:flex;flex-direction:column}.travel-budget-expenseBlockComponent{width:100%}.travel-budgetMainComponent{width:45%}}@media screen and (max-width:850px){.travel-budgetList{display:flex;flex-wrap:wrap}.travel-budgetMainComponent{width:90%}.travel-budgetMainComponent span{font-size:20px}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.travel-search-component{display:flex;flex-direction:row;font-size:25px;font-weight:700;justify-content:center;margin:20px}.travel-search{align-items:center;background-color:#fff;border:1px solid #000;border-radius:8px;display:flex;flex-direction:row;height:56px;margin-right:10px;padding-left:10px;text-align:left;width:15%}.travel-search-input{width:22%}.travel-search:hover{background:#bdb7b7;color:#242424;transition:all 1s ease-out;transition:.25s}.travel-search-icon{margin:15px 15px 15px 0}.travel-search_city{background-color:#fff;border:1px solid #000;border-radius:8px;display:flex;flex-direction:column;height:300px;margin:0 10px 10px;position:relative;text-align:left;width:22%}.travel-search-treveler-component{font-size:18px;height:200px;width:15%}.travel-search_city_input{align-items:center;border:none;height:53px;margin:0 10px}.travel-search_city_input:focus{outline:none}hr{margin:0}.travel-search_city_result{font-size:18px;height:200px;margin:10px;position:-webkit-sticky;position:sticky}.travel-searchBtn{height:56px}.travel-cityNameList{height:230px;margin-bottom:3px;overflow:scroll;overflow-x:hidden;padding-left:20px}.travel-searchDate-calendar{margin-right:10px;min-width:300px;width:15%}.travel-react-calendar{background-color:#fff;border:2px solid #0a0a09;border-radius:8px;box-shadow:0 12px 24px #0003;color:#222;font-size:15px;line-height:1.125em}.travel-react-calendar__navigation button{background:none;color:#1a191b;font-size:16px;font-weight:700;margin-top:8px;min-width:44px}.travel-search-treveler{display:flex;flex-direction:row;height:35px;margin:5px}.travel-search-treveler-category{width:75%}.travel-search-treveler-quantity{margin-left:10px}.travel-moveBi:hover{cursor:pointer;transform:scale(1.2);transition:all ease-out}.travel-searchTrevelerBtn{font-size:15px;height:40px;margin:5px 2px 5px 65%;width:30px}tr{font-size:20px}tr:hover{cursor:pointer}.travel-table{margin:20px;width:97%}@media screen and (max-width:1750px){.travel-search-component{font-size:21px;font-weight:700;margin:20px}}@media screen and (max-width:1530px){.travel-search-component{flex-wrap:wrap}.travel-search{margin-bottom:20px;margin-left:10px;width:45%}.travel-search-input{width:92%}.travel-search-input-city{width:45%}.travel-search_city{width:92%}.travel-searchDate-calendar{margin-bottom:10px;width:45%}.travel-react-calendar{font-size:18px;margin-bottom:20px}.travel-search-treveler-component{width:45%}.travel-searchTrevelerBtn{font-size:15px;height:40px;margin:5px 2px 5px 75%;width:30px}}@media screen and (max-width:860px){.travel-search-component{flex-direction:column}.travel-search{font-size:20px;height:55px;margin-bottom:20px;width:96%}.travel-search_city{width:96%}.travel-searchBtn{height:56px;margin:10px;padding:0}.travel-searchDate-calendar{margin-bottom:10px;width:96%}.travel-react-calendar{font-size:18px;margin-bottom:20px;width:100%}.travel-search-treveler-component{width:96%}}.travel-signUp-conteiner{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;object-fit:cover;width:100%;z-index:-1}.travel-signUp-main-form{background-color:#fff;border:2px solid #fff;border-radius:8px;box-shadow:0 10px 36px 0 #00000029,0 0 0 1px #0000000f;width:700px}.travel-signUp-btn-conteiner{align-items:center;float:right;height:70px;justify-content:center}.travel-signUp-btn-activ{-webkit-text-decoration:#000 solid 3px;text-decoration:#000 solid 3px}.travel-formForData{align-items:center;display:flex;flex-direction:column;margin:50px;padding-top:20px;width:600px}.travel-formRegistr-input{border-radius:8px;font-size:20px;height:50px;margin:20px 20px 10px;width:500px}.travel-infoSuccess{color:#0d9c0d;font-size:20px;font-style:italic;font-weight:700;text-align:center}.travel-infoMistake{border-color:red;color:red;font-size:16px;text-align:center}.travel-btn-submit{margin-top:20px}@media screen and (max-width:768px){.travel-signUp-main-form{width:500px}.travel-formForData{width:400px}.travel-formRegistr-input{width:300px}};.travel-footer-container{background-color:#000!important;background-image:none!important;background:#000!important;color:#fff;display:flex;flex-direction:column}.travel-footer-subscribe{justify-content:center;padding:50px;text-align:center;width:100%}.travel-footer-h1,.travel-footer-subscribe>h1,.travel-footer-subscribe>h3{margin-bottom:30px}.travel-footer-h1,.travel-footer-h2{color:#fff!important}.travel-footer-h2{margin-bottom:20px}.travel-footer-subscribe-input{border:0 solid #fff;border-radius:2px;font-size:17px;height:50px;margin-bottom:16px;margin-right:10px;outline:none;padding:8px 20px;width:300px}.travel-footer-subscribe-btn{height:50px;margin-right:10px;min-width:150px}.travel-footer-logo,.travel-footer-section-links{display:flex;flex-direction:row;justify-content:center;width:100%}.travel-footer-logo{color:#fff!important;font-family:DancingBold,cursive,sans-serif;font-size:20px;font-weight:700;margin-top:20px;text-align:center;text-decoration:none}@media screen and (max-width:650px){.travel-footer-subscribe-btn{height:40px;width:300px}.travel-footer-subscribe-input{height:40px}.travel-footer-h1{font-size:30px}.travel-footer-h2{font-size:20px}.travel-footer-h3{font-size:20px;margin-bottom:10px;margin-left:10px}.travel-footer-section-links{flex-direction:column;padding-left:20px}}.travel-listOfLink-container{display:flex;flex-direction:column;font-size:20px;margin:30px;width:300px}.travel-listOfLink-container>a{color:#fff;margin-left:10px;text-decoration:none;width:150px}.travel-listOfLink-container>a:hover{border-bottom:4px solid #fff;color:#fff;transition:all .5s ease-out}.travel-listOfLink-bi{margin-left:10px}@media screen and (max-width:980px){.travel-listOfLink-container{font-size:18px;margin:0 0 10px}}
/*# sourceMappingURL=main.743a9786.css.map*/