@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input:focus,textarea:focus,select:focus,button{outline:none}:root{--purple: #211C54;--gold: #D4A245;--dark: #212121}html,body{height:100%}body{overflow-x:hidden;font-family:'Poppins', sans-serif;font-weight:300;letter-spacing:.1rem}.hero{width:100%;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.hero__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 30px}.hero__logo{width:240px}.hero__logo>img:nth-child(2){margin-top:20px}@media screen and (max-width: 576px){.hero__logo{width:200px}}.hero__text{margin-top:60px;height:40px;font-size:1.1rem;line-height:1.3rem;font-weight:400;color:#211C54;color:var(--purple);width:100%;max-width:480px;text-align:center}@media screen and (max-width: 576px){.hero__text{margin-top:30px;font-size:1rem}}.hero__clouds,.hero .scene{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.hero__clouds{z-index:-1}.hero__clouds img{position:absolute;bottom:0;max-width:100%;-webkit-animation:animate-clouds calc(.8s * var(--i)) linear infinite;animation:animate-clouds calc(.8s * var(--i)) linear infinite}@-webkit-keyframes animate-clouds{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}25%,75%{opacity:1}100%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}}@keyframes animate-clouds{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}25%,75%{opacity:1}100%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}}.hero .scene{position:absolute;top:0;left:0;width:100%;height:100%;background:url("assets/mountain.jpg") center center no-repeat;background-size:cover;z-index:-2;opacity:.3}.security{width:100%;height:350px;background:#211C54;background:var(--purple);width:100%;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-template-columns:minmax(0, 1200px);overflow:hidden;padding:40px 30px}@media screen and (max-width: 768px){.security{height:auto}}.security__container{width:100%;height:100%;position:relative;padding:60px}@media screen and (max-width: 768px){.security__container{padding:30px}}.security__container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:solid 2px #D4A245;border:solid 2px var(--gold);-webkit-clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%)}@media screen and (max-width: 992px){.security__container::before{-webkit-clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 768px){.security__container::before{-webkit-clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 576px){.security__container::before{-webkit-clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%)}}.security__title{position:absolute;top:-18px;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04rem;color:#D4A245;color:var(--gold)}@media screen and (max-width: 768px){.security__title{font-size:1.5rem;top:-12px}}.security__content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:60px;gap:60px}@media screen and (max-width: 768px){.security__content{grid-gap:30px;gap:30px}}@media screen and (max-width: 576px){.security__content{display:grid;grid-template-columns:1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.security__icon{width:150px;height:150px;margin:0 auto}.security__icon img{width:100%}@media screen and (max-width: 576px){.security__icon{margin-top:30px}}.security__info{width:100%;color:white;font-size:1.2rem;line-height:1.5rem}@media screen and (max-width: 768px){.security__info{font-size:1rem}}.security__info ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.security__info ul{display:grid;grid-template-columns:1fr 1fr}.security__info ul li{margin-top:30px}}@media screen and (max-width: 640px){.security__info ul{display:grid;grid-template-columns:1fr}}.security__info ul+ul{margin-top:30px}@media screen and (max-width: 768px){.security__info ul+ul{margin-top:0}}.stock{background:url("assets/stock.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-template-columns:minmax(0, 1200px);padding:90px 30px;overflow:hidden;font-size:1.2rem;line-height:1.5rem}@media screen and (max-width: 768px){.stock{padding:30px}}@media screen and (max-width: 768px){.stock{font-size:1rem}}.stock__container{width:100%;height:100%;position:relative;padding:60px}@media screen and (max-width: 768px){.stock__container{padding:30px}}.stock__container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:solid 2px #212121;border:solid 2px var(--dark);-webkit-clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%)}@media screen and (max-width: 992px){.stock__container::before{-webkit-clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 768px){.stock__container::before{-webkit-clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 576px){.stock__container::before{-webkit-clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%)}}.stock__title{position:absolute;top:-18px;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04rem;color:var(---dark)}@media screen and (max-width: 768px){.stock__title{font-size:1.5rem;top:-12px}}.stock__content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:40px;gap:40px}.stock__row{width:100%;height:50%;display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:30px;gap:30px}@media screen and (max-width: 768px){.stock__row{grid-template-columns:1fr}}.stock__icon{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:600}.stock__icon div{text-transform:uppercase;margin-bottom:30px}.stock__image{width:150px;height:150px}.stock__image img{width:100%}.stock li+li{margin-top:30px}.stock small{font-size:1rem}.equipment{background:lightgray;background:url("assets/equipment.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-template-columns:minmax(0, 1200px);padding:90px 30px;overflow:hidden}@media screen and (max-width: 768px){.equipment{padding:30px}}.equipment__container{-webkit-transition:all 1s ease;transition:all 1s ease;width:100%;height:100%;position:relative;padding:60px}@media screen and (max-width: 768px){.equipment__container{padding:30px}}.equipment__container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:solid 2px #211C54;border:solid 2px var(--purple);-webkit-clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%)}@media screen and (max-width: 992px){.equipment__container::before{-webkit-clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 768px){.equipment__container::before{-webkit-clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 576px){.equipment__container::before{-webkit-clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%)}}.equipment__title{position:absolute;top:-18px;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04rem;color:#212121;color:var(--dark)}@media screen and (max-width: 768px){.equipment__title{font-size:1.5rem;top:-12px}}.equipment .slider-equipment{width:100%;height:560px}@media screen and (max-width: 576px){.equipment .slider-equipment{height:448px}}.equipment .slider-equipment__controls{position:absolute;z-index:2;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:16px;gap:16px;bottom:30px}@media screen and (max-width: 576px){.equipment .slider-equipment__controls{grid-gap:8px;gap:8px}}.equipment .slider-equipment__controls div{width:60px;height:60px;border-radius:50%;background:#D4A245;background:var(--gold);cursor:pointer;overflow:hidden;border:solid 4px rgba(33,28,84,0);-webkit-transition:all .4s ease;transition:all .4s ease}.equipment .slider-equipment__controls div img{width:100%}.equipment .slider-equipment__controls div:hover{border:solid 4px #211c54}.equipment .slider-equipment__controls div.active{border:solid 4px #211c54}@media screen and (max-width: 576px){.equipment .slider-equipment__controls div{width:40px;height:40px}}.equipment .slider-equipment>div{height:100%}.equipment .slider-equipment .item{display:grid;grid-template-columns:1fr 1fr;width:100%;height:100%}@media screen and (max-width: 768px){.equipment .slider-equipment .item{grid-template-columns:1fr}}.equipment .slider-equipment .item__left,.equipment .slider-equipment .item__right{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 768px){.equipment .slider-equipment .item__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto}}.equipment .slider-equipment .item__text{color:#211C54;color:var(--purple)}.equipment .slider-equipment .item__text h3{font-weight:700;font-size:2.5rem;margin-bottom:20px;padding:0}.equipment .slider-equipment .item__text h4{font-size:1.8rem}@media screen and (max-width: 768px){.equipment .slider-equipment .item__text h3{font-size:1.5rem}.equipment .slider-equipment .item__text h4{font-size:1rem}}.equipment .slider-equipment .item__image{height:auto;width:320px;height:320px;position:relative;overflow:hidden;border-radius:50%;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.15);box-shadow:0 0 20px rgba(0,0,0,0.15)}@media screen and (max-width: 768px){.equipment .slider-equipment .item__image{width:300px;height:300px}}@media screen and (max-width: 576px){.equipment .slider-equipment .item__image{width:180px;height:180px}}.equipment .slider-equipment .item__image img{position:absolute;z-index:9999;top:-5%;left:-5%;width:110%;height:110%}.stories{background:url("assets/stories.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-template-columns:minmax(0, 1200px);padding:90px 30px;overflow:hidden}@media screen and (max-width: 768px){.stories{padding:30px}}.stories__container{width:100%;height:100%;position:relative;padding:60px}@media screen and (max-width: 768px){.stories__container{padding:30px}}.stories__container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:solid 2px #212121;border:solid 2px var(--dark);-webkit-clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 35% 0, 35% 5%, 65% 5%, 65% 0, 100% 0, 100% 100%, 0 100%)}@media screen and (max-width: 992px){.stories__container::before{-webkit-clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 25% 0, 25% 5%, 75% 5%, 75% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 768px){.stories__container::before{-webkit-clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 30% 0, 30% 5%, 70% 5%, 70% 0, 100% 0, 100% 100%, 0 100%)}}@media screen and (max-width: 576px){.stories__container::before{-webkit-clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 8% 0, 8% 5%, 92% 5%, 92% 0, 100% 0, 100% 100%, 0 100%)}}.stories__title{position:absolute;top:-18px;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04rem;color:#212121;color:var(--dark)}@media screen and (max-width: 768px){.stories__title{font-size:1.5rem;top:-12px}}.stories .slider-stories{width:100%;height:560px}@media screen and (max-width: 576px){.stories .slider-stories{height:448px}}.stories .slider-stories__controls{position:absolute;z-index:9999;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;bottom:30px}.stories .slider-stories__controls div{width:15px;height:15px;border-radius:50%;border:solid 2px #D4A245;border:solid 2px var(--gold);background:none;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.stories .slider-stories__controls div:hover{background:#D4A245;background:var(--gold)}.stories .slider-stories__controls div.active{background:#D4A245;background:var(--gold)}.stories .slider-stories>div{height:100%}.stories .slider-stories .item{display:grid;grid-template-columns:1fr 1fr;width:100%;height:100%}@media screen and (max-width: 768px){.stories .slider-stories .item{height:400px}}@media screen and (max-width: 768px){.stories .slider-stories .item{grid-template-columns:1fr}}.stories .slider-stories .item__left,.stories .slider-stories .item__right{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 768px){.stories .slider-stories .item__left,.stories .slider-stories .item__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.stories .slider-stories .item__text{color:#212121;color:var(--dark)}.stories .slider-stories .item__text h3{font-size:1.4rem;margin-bottom:10px;padding:0}@media screen and (max-width: 576px){.stories .slider-stories .item__text h3{font-size:1rem}}.stories .slider-stories .item__text h4{font-size:1.4rem;font-weight:700;margin-bottom:10px}@media screen and (max-width: 576px){.stories .slider-stories .item__text h4{font-size:1rem}}.stories .slider-stories .item__text .quote{width:100%;font-size:1.8rem;line-height:2.5rem;padding-right:0;color:#211C54;color:var(--purple)}@media screen and (max-width: 576px){.stories .slider-stories .item__text .quote{font-size:1.2rem;line-height:1.5rem}}.stories .slider-stories .item__image{padding:20px;width:350px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media screen and (max-width: 576px){.stories .slider-stories .item__image{width:200px}}.stories .slider-stories .item__image img{width:100%}.contact{padding:120px 30px;display:grid;grid-template-columns:minmax(0, 1200px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:url("assets/contact.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat}.contact>h2{margin-bottom:40px;font-size:1.8rem;position:absolute;top:45px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04rem;color:#3b3b3b}@media screen and (max-width: 768px){.contact>h2{font-size:1.5rem}}.contact__card{width:100%;border-radius:8px;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);box-shadow:0 0 4px rgba(0,0,0,0.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden}@media screen and (min-width: 992px){.contact__card{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}}@media screen and (max-width: 768px){.contact__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact__card__brand{width:40%;background:rgba(229,163,58,0.7);padding:120px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden}@media screen and (max-width: 768px){.contact__card__brand{padding:60px 0;width:100%}}.contact__card__brand img{width:300px}@media screen and (max-width: 768px){.contact__card__brand img{width:180px}}.contact__card__brand .email,.contact__card__brand .phone{font-size:1rem;width:100%;text-align:center}.contact__card__brand .email{margin-top:60px;margin-bottom:40px}.contact__card__form{width:60%;background:rgba(255,255,255,0.6)}@media screen and (min-width: 992px){.contact__card__form{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}}@media screen and (max-width: 768px){.contact__card__form{width:100%}}.contact__card__form form{padding:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 768px){.contact__card__form form{padding:30px}}.contact__card__form h2{margin-bottom:60px;font-size:1.8rem}@media screen and (max-width: 768px){.contact__card__form h2{font-size:1.2rem;margin-bottom:30px}}.contact__card__form label,.contact__card__form input,.contact__card__form textarea{width:100%;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}.contact__card__form label{margin:0;padding:0;font-size:.8rem;font-weight:600}.contact__card__form input{height:60px;line-height:60px;border:none;border-bottom:solid 1px #bababa;margin:10px 0 20px 0;font-family:'Poppins', sans-serif;color:#6e6e6e;font-size:1.5rem;background:none}.contact__card__form textarea{height:80px;border:none;border-bottom:solid 1px #bababa;margin-bottom:40px;margin-top:10px;color:#6e6e6e;font-size:1.5rem !important;line-height:2rem;background:none}.contact__card__form button{border:none;background:#211C54;background:var(--purple);color:white;border-radius:40px;padding:20px 60px;font-size:.9rem;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}@media screen and (max-width: 768px){.contact__card__form button{width:100%;padding:20px 30px}}footer{width:100%;height:120px;background:#211C54;background:var(--purple);color:white;display:grid;grid-template-columns:minmax(0, 1200px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.8rem;padding:30px}@media screen and (max-width: 992px){footer{height:auto}}footer .footer__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 992px){footer .footer__container{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:30px;gap:30px}}footer .footer__container p{line-height:1.4rem}footer .location .icon{width:12px;height:12px}footer .location .icon svg{margin-right:8px;width:12px;height:12px;fill:white}footer .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px;gap:15px}footer .social .icon{width:24px;height:24px}footer .social .icon svg{fill:white}footer a{text-decoration:none;color:#e5a33a}.helper-1{display:none}@media screen and (max-width: 992px){.helper-1{display:block}}.helper-2{display:none}@media screen and (max-width: 768px){.helper-2{display:block}}.helper-3{display:none}@media screen and (max-width: 576px){.helper-3{display:block}}@media screen and (max-width: 992px){.hide-1{display:none}}@media screen and (max-width: 768px){.hide-2{display:none}}@media screen and (max-width: 576px){.hide-3{display:none}}aside{z-index:99999;width:15px;position:fixed;top:50%;right:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px}aside div{width:15px;height:15px;border:solid 2px #D4A245;border:solid 2px var(--gold);cursor:pointer;border-radius:50%;-webkit-transition:all .2s ease;transition:all .2s ease}aside div:hover,aside div.active{background:#D4A245;background:var(--gold)}.alert{position:fixed;right:-40px;top:40px;background:#4BB543;width:250px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:99999;color:white;font-weight:600;font-size:1rem;border-radius:4px;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);visibility:hidden;opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}.alert svg{margin-right:20px;fill:white}.alert.active{cursor:pointer;visibility:visible;opacity:1;-webkit-transform:translateX(-80px);transform:translateX(-80px)}.privacy-policy{display:grid;grid-template-columns:minmax(0, 960px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:60px 0;background:url("assets/policy.jpg");background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.privacy-policy>div{padding:60px}.privacy-policy h1{font-weight:700;font-size:1.3rem;margin-bottom:30px;text-align:center}.privacy-policy p{font-size:.9rem;text-align:justify;line-height:1.2rem}.privacy-policy p+p{margin-top:30px}.privacy-policy ul{margin:30px 0;padding-left:30px;font-size:.9rem}.privacy-policy strong{font-weight:600}.privacy-policy li{padding:3px 0}.privacy-policy .disc li{list-style:disc}.privacy-policy .check li{list-style:circle}.privacy-policy .center{text-align:center}.return{width:42px;height:42px;background:#211c54;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:10px;right:10px;z-index:2;cursor:pointer;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.15);box-shadow:0 0 15px rgba(0,0,0,0.15)}.return svg{width:18px;height:18px;fill:white;-webkit-transition:all .2s linear;transition:all .2s linear}.return:hover svg{fill:#e5a33a}

