@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);#header{height:auto;position:relative}#header ul{list-style:none}#header .cb-slideshow,#header .cb-slideshow:after{height:0;margin:0}#header .cb-slideshow li span{width:100%;height:100%;position:absolute;top:0;left:0;color:transparent;background-size:cover;background-position:50% 50%;background-repeat:none;opacity:0;z-index:0;-webkit-backface-visibility:hidden;-webkit-animation:imageAnimation 36s linear 0s infinite;animation:imageAnimation 36s linear 0s infinite}#header .cb-slideshow li span:after{content:"";width:100%;height:100%;position:absolute;background-color:rgba(143,32,3,.2)}#header .cb-slideshow li:first-child span{background-image:url(/images/homepage/header/english.jpg)}#header .cb-slideshow li:nth-child(2) span{background-image:url(/images/homepage/header/french.jpg);-webkit-animation-delay:6s;animation-delay:6s}#header .cb-slideshow li:nth-child(3) span{background-image:url(/images/homepage/header/russian.jpg);-webkit-animation-delay:12s;animation-delay:12s}#header .cb-slideshow li:nth-child(4) span{background-image:url(/images/homepage/header/portuguese.jpg);-webkit-animation-delay:18s;animation-delay:18s}#header .cb-slideshow li:nth-child(5) span{background-image:url(/images/homepage/header/spanish.jpg);-webkit-animation-delay:24s;animation-delay:24s}#header .cb-slideshow li:nth-child(6) span{background-image:url(/images/homepage/header/arabic.jpg);-webkit-animation-delay:30s;animation-delay:30s}#header .cb-slideshow li:nth-child(2) div{-webkit-animation-delay:6s;animation-delay:6s}#header .cb-slideshow li:nth-child(3) div{-webkit-animation-delay:12s;animation-delay:12s}#header .cb-slideshow li:nth-child(4) div{-webkit-animation-delay:18s;animation-delay:18s}#header .cb-slideshow li:nth-child(5) div{-webkit-animation-delay:24s;animation-delay:24s}#header .cb-slideshow li:nth-child(6) div{-webkit-animation-delay:30s;animation-delay:30s}@-webkit-keyframes imageAnimation{0%{opacity:0;-webkit-animation-timing-function:ease-in}8%{opacity:1;-webkit-animation-timing-function:ease-out}17%{opacity:1}25%{opacity:0}to{opacity:0}}@keyframes imageAnimation{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}8%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}17%{opacity:1}25%{opacity:0}to{opacity:0}}#header .background-opacity{width:100%;height:100%;display:flex;flex-direction:column}#header .background-opacity .col{display:flex;flex-direction:column;align-items:center}#header .background-opacity .col .top-menu{max-width:1366px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:75px;margin-bottom:250px}@media screen and (max-width:1370px){#header .background-opacity .col .top-menu{margin-bottom:110px}}@media screen and (max-width:1024px){#header .background-opacity .col .top-menu{margin-top:30px;margin-bottom:85px;max-width:570px;justify-content:inherit}}@media screen and (max-width:460px){#header .background-opacity .col .top-menu{margin-bottom:70px}}#header .background-opacity .col .top-menu .menu-icon{display:none;z-index:5;background:url(/images/icons/menu-button.svg) 0 no-repeat;width:30px;height:25px;background-size:30px 25px}@media screen and (max-width:1024px){#header .background-opacity .col .top-menu .menu-icon{display:block}}#header .background-opacity .col .top-menu .menu-icon:hover{cursor:pointer}#header .background-opacity .col .top-menu .logo{color:#fff;font-size:41px;line-height:54px;font-weight:900}@media screen and (max-width:1024px){#header .background-opacity .col .top-menu .logo{text-align:center;flex-grow:1;margin-left:-26px}}#header .background-opacity .col .top-menu .logo a,#header .background-opacity .col .top-menu .logo a:hover{text-decoration:none;color:#fff}#header .background-opacity .col .top-menu .logo a:hover img,#header .background-opacity .col .top-menu .logo a img{max-width:200px;width:100%;object-fit:contain}#header .background-opacity .col .top-menu .menu{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:1024px){#header .background-opacity .col .top-menu .menu{display:none}}#header .background-opacity .col .top-menu .menu ul{margin:0;padding:0}#header .background-opacity .col .top-menu .menu ul li{display:inline-block;margin-left:40px}#header .background-opacity .col .top-menu .menu ul li a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:17px;line-height:20px}#header .background-opacity .col .top-menu .menu ul li a:hover{text-decoration:underline}#header .background-opacity .col .top-menu .menu .dropdown{position:relative;display:inline-block}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-button:not([href]){font-size:17px;line-height:20px;color:#fff;margin-left:40px;border:none;cursor:pointer;text-transform:uppercase}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-button:not([href]):hover{color:#fff}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content{display:none;position:absolute;background-color:#e3d9d5;width:120px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;border-radius:10px}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content .dropdown-item{color:#000;padding:5px 15px;text-decoration:none;display:block}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content .dropdown-item:hover{background-color:#fff;cursor:pointer}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content .dropdown-item:first-child{border-radius:10px 10px 0 0}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content .dropdown-item:last-child{border-radius:0 0 10px 10px}#header .background-opacity .col .top-menu .menu .dropdown .dropdown-content .dropdown-item.active{color:#000;background-color:#fff}#header .background-opacity .col .top-menu .menu .dropdown:hover .dropdown-content{display:block}#header .background-opacity .col .container{max-width:1366px;width:100%;display:flex;flex-direction:column;align-items:center}#header .background-opacity .col .container .title{font-weight:100;font-size:70px;line-height:90px;text-align:center;color:#fff;margin:0;padding:0}@media screen and (max-width:1024px){#header .background-opacity .col .container .title{font-size:50px;line-height:60px}}@media screen and (max-width:460px){#header .background-opacity .col .container .title{font-size:42px;line-height:50px}}#header .background-opacity .col .container .subtitle{font-size:20px;line-height:24px;color:#fff;margin:100px 0;text-align:center}@media screen and (max-width:1024px){#header .background-opacity .col .container .subtitle{font-size:14px;line-height:20px;margin:30px 0}}#header .background-opacity .col .container .button{max-width:460px;width:100%;text-align:center;margin-bottom:215px;color:#fff;text-decoration:none;font-weight:900;font-size:14px;line-height:17px;text-transform:uppercase;padding:40px 0;background:#c12a21;border-radius:36px;letter-spacing:1px}#header .background-opacity .col .container .button:hover{background:#b53a33;color:#fff;text-decoration:none}@media screen and (max-width:1370px){#header .background-opacity .col .container .button{margin-bottom:150px}}@media screen and (max-width:1024px){#header .background-opacity .col .container .button{max-width:200px;font-size:10px;line-height:13px;padding:18px 35px;margin-bottom:60px}}#header .language-select-picker{display:none}#header .menu-mobile{background:#fff;position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;padding:0 16px;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .22s ease-in;transition:-webkit-transform .22s ease-in;transition:transform .22s ease-in;transition:transform .22s ease-in,-webkit-transform .22s ease-in}#header .menu-mobile .wrapper{max-width:570px;width:100%;display:flex;flex-direction:column;margin:0 auto;padding-top:45px}#header .menu-mobile .wrapper select:focus{outline:none}@media screen and (max-width:550px){#header .menu-mobile .wrapper{height:100%}}@media screen and (max-width:550px){#header .menu-mobile .wrapper .language-select-picker{padding:0;display:block}}#header .menu-mobile .wrapper .close-icon{background:url(/images/icons/close-button.svg) 0 no-repeat;width:17px;height:17px;background-size:17px 17px}#header .menu-mobile .wrapper .close-icon:hover{cursor:pointer}#header .menu-mobile .wrapper .close-icon:after{background:none}#header .menu-mobile .wrapper .wrapper-menu-items{display:flex;align-items:center}@media screen and (max-width:550px){#header .menu-mobile .wrapper .wrapper-menu-items{flex-direction:column}}#header .menu-mobile .wrapper ul{display:inline-block;padding:140px 0 0;margin:0}@media screen and (max-width:630px){#header .menu-mobile .wrapper ul{text-align:center}}@media screen and (max-width:550px){#header .menu-mobile .wrapper ul{padding:0;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;flex-grow:1}}#header .menu-mobile .wrapper ul li{display:inline-block;margin-right:40px}@media screen and (max-width:630px){#header .menu-mobile .wrapper ul li{margin-right:28px}}@media screen and (max-width:550px){#header .menu-mobile .wrapper ul li{display:inherit;margin-right:0;margin-bottom:70px}}#header .menu-mobile .wrapper ul li a{color:#000;text-decoration:none;text-transform:uppercase;font-size:17px;line-height:20px;font-weight:500;letter-spacing:2px}#header .menu-mobile .wrapper ul li a:hover{text-decoration:underline}#header .menu-mobile .wrapper .dropdown{position:relative;display:inline-block;padding:140px 0 0}@media screen and (max-width:550px){#header .menu-mobile .wrapper .dropdown{padding:0;text-align:left;max-width:141px;width:100%}}#header .menu-mobile .wrapper .dropdown .dropdown-button:not([href]){font-size:17px;line-height:20px;border:none;cursor:pointer;text-transform:uppercase;color:#000;margin-left:0;font-weight:500}#header .menu-mobile .wrapper .dropdown .dropdown-content{display:none;position:absolute;background-color:#e3d9d5;width:120px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;left:-55px;border-radius:10px}@media screen and (max-width:550px){#header .menu-mobile .wrapper .dropdown .dropdown-content{left:-25px}}#header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item{color:#000;padding:5px 15px;text-decoration:none;display:block}#header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:hover{background-color:#fff;cursor:pointer}#header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:first-child{border-radius:10px 10px 0 0}#header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:last-child{border-radius:0 0 10px 10px}#header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item.active{color:#000;background-color:#fff}#header .menu-mobile .dropdown:hover .dropdown-content{display:block}#header .menu-mobile.show{-webkit-transform:translateX(0);transform:translateX(0)}.catalogs .container{max-width:100%;padding-right:15px;padding-left:15px}.catalogs .container .card-left .card-text .button{align-self:flex-end}.spinner{background:hsla(0,0%,100%,.75);height:100%;left:0;position:fixed;top:0;width:100%;z-index:100;display:flex;flex-grow:1;align-items:center;justify-content:center}.spinner svg{width:3.75em;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.spinner circle{fill:none;stroke:#cd544d;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.cards.posts{padding-top:0}@media screen and (max-width:1024px){.cards.posts{padding-top:0;padding-bottom:140px}}@media screen and (max-width:460px){.cards.posts{padding-bottom:70px}}.cards.posts .title{color:#000;font-size:35px;line-height:42px;margin-bottom:50px;margin-top:0;font-weight:300;text-align:center}@media screen and (max-width:1024px){.cards.posts .title{margin-bottom:30px}}@media screen and (max-width:460px){.cards.posts .title{font-size:28px;line-height:34px;margin-bottom:20px}}.cards.posts .spinner{background:none;position:relative;z-index:15}.cards.posts .no-data{font-size:20px;line-height:25px;color:rgba(0,0,0,.5019607843);text-align:center}.cards.posts .container{max-width:100%;padding-right:15px;padding-left:15px}.cards.posts .container .row{display:flex;flex-direction:column}.cards.posts .container .row .card-text .card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cards.posts .container .row .card-text .button{text-transform:uppercase;font-weight:500}.cards.posts .container .row .card-left .card-text .button{align-self:flex-end}.cards.posts .container .row .wrapper-show-more{margin:50px auto 0}.cards.posts .container .row .wrapper-show-more .button{height:50px;padding:0;min-width:300px}.wrapper-footer{background:#c12a21}.wrapper-footer .footer{max-width:1366px;padding:20px 15px;width:100%;display:flex;justify-content:center;margin:0 auto}@media screen and (max-width:730px){.wrapper-footer .footer{flex-direction:column;align-items:center}}.wrapper-footer .footer .item{margin-right:15px}@media screen and (max-width:730px){.wrapper-footer .footer .item{margin-right:0;margin-bottom:10px}}.wrapper-footer .footer .item:last-child{margin-right:0}@media screen and (max-width:730px){.wrapper-footer .footer .item:last-child{margin-bottom:0}}.wrapper-footer .footer .item a{color:#fff}.cards .button{color:#fff;text-decoration:none;font-weight:900;font-size:14px;line-height:17px;text-transform:uppercase;padding:40px 0;background:#c12a21;border-radius:36px;letter-spacing:1px}.cards .button:hover{background:#b53a33;color:#fff;text-decoration:none}.cards .card{justify-content:space-between}.cards .card-text{max-width:600px;width:100%}.cards .card-text .button{display:inline-block;padding:27px 0;text-transform:capitalize;letter-spacing:2px;font-weight:900;text-align:center;max-width:376px;width:100%}@media screen and (max-width:1370px){.cards .card-text .button{padding:19px 0}}@media screen and (max-width:1024px){.cards .card-text .button{padding:27px 0;max-width:100%;text-align:center}}@media screen and (max-width:460px){.cards .card-text .button{font-size:10px;padding:21px 0}}#second-header{width:100%;height:100px;background-color:#c12a21}#second-header nav{height:100%;display:flex;margin:0 auto;max-width:1300px;color:#fff;position:relative;text-transform:uppercase}@media screen and (max-width:1310px){#second-header nav{padding:0 16px}}@media screen and (max-width:1024px){#second-header nav{padding:0;max-width:524px;margin:0 auto}}@media screen and (max-width:556px){#second-header nav{padding:0 16px}}#second-header nav div{display:flex;align-items:center;cursor:pointer}@media screen and (max-width:1024px){#second-header nav div{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}#second-header nav div a,#second-header nav div a:hover{text-decoration:none;color:#fff}#second-header nav div img{max-width:200px}#second-header nav .nav-items{display:flex;align-items:center;margin-left:auto}@media screen and (max-width:1024px){#second-header nav .nav-items{display:none}}#second-header nav .nav-items ul{margin:0;padding:0}#second-header nav .nav-items ul li{display:inline-block;margin-left:40px}#second-header nav .nav-items ul li a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:17px;line-height:20px}#second-header nav .nav-items ul li a:hover{text-decoration:underline}#second-header nav .nav-items .dropdown{position:relative;display:inline-block}#second-header nav .nav-items .dropdown .dropdown-button:not([href]){font-size:17px;line-height:20px;color:#fff;margin-left:40px;border:none;cursor:pointer;text-transform:uppercase}#second-header nav .nav-items .dropdown .dropdown-button:not([href]):hover{color:#fff}#second-header nav .nav-items .dropdown .dropdown-content{display:none;position:absolute;background-color:#e3d9d5;width:120px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;border-radius:10px}#second-header nav .nav-items .dropdown .dropdown-content .dropdown-item{color:#000;padding:5px 15px;text-decoration:none;display:block}#second-header nav .nav-items .dropdown .dropdown-content .dropdown-item:hover{background-color:#fff;cursor:pointer}#second-header nav .nav-items .dropdown .dropdown-content .dropdown-item:first-child{border-radius:10px 10px 0 0}#second-header nav .nav-items .dropdown .dropdown-content .dropdown-item:last-child{border-radius:0 0 10px 10px}#second-header nav .nav-items .dropdown .dropdown-content .dropdown-item.active{color:#000;background-color:#fff}#second-header nav .nav-items .dropdown:hover .dropdown-content{display:block}#second-header nav .menu-icon{position:absolute;top:37%;background:url(/images/icons/menu-button.svg) 0 no-repeat;width:30px;height:25px;background-size:30px 25px;display:none;z-index:5}#second-header nav .menu-icon:hover{cursor:pointer}@media screen and (max-width:1024px){#second-header nav .menu-icon{display:block}}#second-header .menu-mobile{background:#fff;position:absolute;top:0;left:0;width:100%;z-index:6;padding:0 16px;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .22s ease-in;transition:-webkit-transform .22s ease-in;transition:transform .22s ease-in;transition:transform .22s ease-in,-webkit-transform .22s ease-in}#second-header .menu-mobile .wrapper{max-width:570px;width:100%;display:flex;flex-direction:column;margin:0 auto;padding:45px 0}#second-header .menu-mobile .wrapper select:focus{outline:none}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper{height:100%}}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper .language-select-picker{padding:0;display:block}}#second-header .menu-mobile .wrapper .close-icon{background:url(/images/icons/close-button.svg) 0 no-repeat;width:17px;height:17px;background-size:17px 17px}#second-header .menu-mobile .wrapper .close-icon:hover{cursor:pointer}#second-header .menu-mobile .wrapper .close-icon:after{background:none}#second-header .menu-mobile .wrapper .wrapper-menu-items{display:flex;align-items:center}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper .wrapper-menu-items{flex-direction:column}}#second-header .menu-mobile .wrapper ul{display:inline-block;margin:0}@media screen and (max-width:630px){#second-header .menu-mobile .wrapper ul{text-align:center}}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper ul{padding:0;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;flex-grow:1}}#second-header .menu-mobile .wrapper ul li{display:inline-block;margin-right:40px}@media screen and (max-width:630px){#second-header .menu-mobile .wrapper ul li{margin-right:28px}}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper ul li{display:inherit;margin-right:0;margin-bottom:70px}}#second-header .menu-mobile .wrapper ul li a{color:#000;text-decoration:none;text-transform:uppercase;font-size:17px;line-height:20px;font-weight:500;letter-spacing:2px}#second-header .menu-mobile .wrapper ul li a:hover{text-decoration:underline}#second-header .menu-mobile .wrapper .dropdown{position:relative;display:inline-block}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper .dropdown{padding:0;text-align:center;max-width:141px;width:100%}}#second-header .menu-mobile .wrapper .dropdown .dropdown-button:not([href]){font-size:17px;line-height:20px;border:none;cursor:pointer;text-transform:uppercase;color:#000;margin-left:0;font-weight:500}#second-header .menu-mobile .wrapper .dropdown .dropdown-content{display:none;position:absolute;background-color:#e3d9d5;width:120px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;left:-55px;border-radius:10px}@media screen and (max-width:550px){#second-header .menu-mobile .wrapper .dropdown .dropdown-content{left:-25px}}#second-header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item{color:#000;padding:5px 15px;text-decoration:none;display:block}#second-header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:hover{background-color:#fff;cursor:pointer}#second-header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:first-child{border-radius:10px 10px 0 0}#second-header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item:last-child{border-radius:0 0 10px 10px}#second-header .menu-mobile .wrapper .dropdown .dropdown-content .dropdown-item.active{color:#000;background-color:#fff}#second-header .menu-mobile .dropdown:hover .dropdown-content{display:block}#second-header .menu-mobile.show{-webkit-transform:translateX(0);transform:translateX(0)}.notification-container--top-center,.notification-container--top-right{max-width:520px;width:100%!important;padding:0 10px}@media screen and (max-width:550px){.notification-container-top--right{right:0!important}}.notification__item .notification-component-style{color:#fff;background-color:#e5f7e7;width:100%;height:60px;font-size:14px;border-radius:5px;display:flex;align-items:center}@media screen and (max-width:550px){.notification__item .notification-component-style{height:80px}}.notification__item .notification-component-style .notification-icon{padding:0 10px;height:30px}.notification__item .notification-component-style .notification-icon span{font-size:30px;color:#00b517}.notification__item .notification-component-style .notification-content{padding:0}.notification__item .notification-component-style .notification-content .title{color:#00b517;font-size:16px;line-height:22px;margin-bottom:0}.notification__item .notification-component-style .notification-content .description{color:#00b517;padding:0;margin:0}.notification__item .notification-component-style .notification-close{position:relative;right:0;top:0;margin-left:auto;margin-right:10px}.notification__item .notification-component-style .notification-close span{font-size:20px;color:#00b517}.notification__item .notification-component-style .notification-close:after{position:relative;content:none}.notification__item .notification-component-style.danger{background-color:#feeaea}.notification__item .notification-component-style.danger .notification-close span,.notification__item .notification-component-style.danger .notification-content .description,.notification__item .notification-component-style.danger .notification-content .title,.notification__item .notification-component-style.danger .notification-icon span{color:#fa3434}.notification__item .notification-component-style.info{background-color:#f1f8ff}.notification__item .notification-component-style.info .notification-close span,.notification__item .notification-component-style.info .notification-content .description,.notification__item .notification-component-style.info .notification-content .title,.notification__item .notification-component-style.info .notification-icon span{color:#007bff}.register-page{flex:1 1}.register-page.register-spinner{display:flex;align-items:center}.register-page.register-spinner .spinner{background:none;position:relative;z-index:15}.register-page .register-title{margin:50px 0;font-size:35px;font-weight:300}@media screen and (max-width:1024px){.register-page .register-title{font-size:32px;margin:25px 0}}@media screen and (max-width:650px){.register-page .register-title{font-size:28px}}.register-page .register .row{align-items:end;margin:0}@media screen and (max-width:1024px){.register-page .register .row{margin:0 16px}}.register-page .register .row .form .registration-success{max-width:890px;width:100%}@media screen and (max-width:1024px){.register-page .register .row .form .registration-success{max-width:530px;margin:0 auto}}.register-page .register .row .form .registration-success .title{font-size:60px;line-height:72px;margin-bottom:35px;color:#000;font-weight:300;display:block;text-align:left}@media screen and (max-width:1024px){.register-page .register .row .form .registration-success .title{font-size:40px;line-height:48px}}@media screen and (max-width:450px){.register-page .register .row .form .registration-success .title{font-size:28px;line-height:34px;margin-bottom:0}}.register-page .register .row .form .registration-success p{font-size:35px;line-height:42px;color:#000;font-weight:300}@media screen and (max-width:1024px){.register-page .register .row .form .registration-success p{font-size:16px;line-height:19px}}@media screen and (max-width:450px){.register-page .register .row .form .registration-success p{font-size:14px;line-height:17px}}.register-page .register .row .form .registration-success .big{margin-bottom:40px}.register-page .register .row .form .registration-success .actions{margin-top:140px}@media screen and (max-width:1024px){.register-page .register .row .form .registration-success .actions{margin-top:55px}}@media screen and (max-width:450px){.register-page .register .row .form .registration-success .actions{margin-top:35px}}.register-page .register .row .form .registration-success .actions a{padding-top:16px}@media screen and (max-width:450px){.register-page .register .row .form .registration-success .actions a{margin-top:13px;font-size:10px;line-height:13px;height:40px}}.register-page .register .row .form form{box-shadow:none;display:flex;padding:0}@media screen and (max-width:1024px){.register-page .register .row .form form{flex-direction:column;align-items:center}}.register-page .register .row .form form fieldset{max-width:465px;width:100%}.register-page .register .row .form form fieldset input{margin-bottom:15px}.register-page .register .row .form form fieldset input::-webkit-inner-spin-button,.register-page .register .row .form form fieldset input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.register-page .register .row .form form fieldset input[type=number]{-moz-appearance:textfield}.register-page .register .row .form form fieldset .text-danger{font-size:12px}.register-page .register .row .form form fieldset .is-invalid{margin-bottom:0}.register-page .register .row .form form .personal-information{margin-right:35px}@media screen and (max-width:1024px){.register-page .register .row .form form .personal-information{margin-right:0}}.register-page .register .row .form form .country{margin-bottom:34px}.register-page .register .row .form form .country.control-error{margin-bottom:42px}.register-page .register .row .form form .country .bootstrap-select{margin-bottom:0}.register-page .register .row .form form textarea{border-radius:10px}.register-page .register .row .form .actions{margin-top:40px}.register-page .register .row .form .actions a,.register-page .register .row .form .actions button{max-width:376px;margin:0 auto;border-radius:50px;font-weight:500;height:50px;letter-spacing:4.2px;text-transform:uppercase;font-size:14px;line-height:17px;text-align:center}.wrapper-article{flex:1 1}.wrapper-article.article-spinner{display:flex;align-items:center}.wrapper-article .spinner{background:none;position:relative;z-index:15}.wrapper-article .article-title-container{max-width:100%;padding:0 16px;margin:110px 0 80px}@media screen and (max-width:1325px){.wrapper-article .article-title-container{margin:0}}.wrapper-article .article-title-container .article-title-wrapper{display:flex;margin:0 auto;max-width:1300px}@media screen and (max-width:1325px){.wrapper-article .article-title-container .article-title-wrapper{margin:110px 0 80px}}@media screen and (max-width:1024px){.wrapper-article .article-title-container .article-title-wrapper{max-width:524px;padding:0;margin:55px auto}}@media screen and (max-width:650px){.wrapper-article .article-title-container .article-title-wrapper{display:block;margin:44px auto}}.wrapper-article .article-title-container .caption{display:flex;margin-right:41px}@media screen and (max-width:1024px){.wrapper-article .article-title-container .caption{margin-right:25px}}@media screen and (max-width:650px){.wrapper-article .article-title-container .caption{display:block}}.wrapper-article .article-title-container .caption p{margin:0 50px 0 0;font-size:35px;font-weight:300}@media screen and (max-width:1024px){.wrapper-article .article-title-container .caption p{font-size:32px;margin:0 25px 0 0}}@media screen and (max-width:650px){.wrapper-article .article-title-container .caption p{font-size:28px}}.wrapper-article .article-title-container .caption img{margin-top:15px;height:20px;width:20px}@media screen and (max-width:650px){.wrapper-article .article-title-container .caption img{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-bottom:20px}}.wrapper-article .article-title-container .article-title{width:100%;font-size:35px;font-weight:300;max-width:812px}.wrapper-article .article-title-container .article-title p{text-align:left;margin:0}@media screen and (max-width:1024px){.wrapper-article .article-title-container .article-title p{font-size:32px}}@media screen and (max-width:650px){.wrapper-article .article-title-container .article-title p{font-size:28px}}.wrapper-article .content{max-width:1400px;margin:0 auto 55px}.wrapper-article .content .article{margin:auto;max-width:812px}@media screen and (max-width:1024px){.wrapper-article .content .article{max-width:524px}}@media screen and (max-width:556px){.wrapper-article .content .article{margin:0 16px}}.wrapper-article .content .article .wrapper-image-video{margin-bottom:10px;width:100%}.wrapper-article .content .article .wrapper-image-video .article-image{width:100%}.wrapper-article .content .article .wrapper-image-video .article-video{height:400px}.wrapper-article .content .article .description{padding-top:20px;font-size:20px;opacity:.5;text-align:justify;margin:0;padding-bottom:50px}@media screen and (max-width:1024px){.wrapper-article .content .article .description{margin-top:30px}}@media screen and (max-width:768px){.wrapper-article .content .article .description{font-size:16px}}@media screen and (max-width:425px){.wrapper-article .content .article .description{font-size:14px}}.cards{max-width:1366px;width:100%;display:flex;justify-content:center;padding:128px 0;flex-direction:column;margin:0 auto}@media screen and (max-width:1370px){.cards{padding:110px 0}}@media screen and (max-width:1024px){.cards{max-width:600px;padding:55px 0}}.cards .button,.cards .button-style,.cards .button-style-outline{color:#fff;text-decoration:none;font-weight:900;font-size:14px;line-height:17px;text-transform:uppercase;padding:40px 0;background:#c12a21;border-radius:36px;letter-spacing:1px}.cards .button-style-outline:hover,.cards .button-style:hover,.cards .button:hover{background:#b53a33;color:#fff;text-decoration:none}.cards .card{flex-direction:row;margin-bottom:157px;border:none}@media screen and (max-width:1370px){.cards .card{margin-bottom:120px}}@media screen and (max-width:1024px){.cards .card{flex-direction:column;margin-bottom:55px}}.cards .card:last-child{margin-bottom:0}.cards .card-left{flex-direction:row-reverse}.cards .card-left .card-text{margin-right:0;margin-left:105px;text-align:right;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1024px){.cards .card-left .card-text{margin-left:0;text-align:left}}.cards .card-text{margin-right:80px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1370px){.cards .card-text{margin-right:25px}}@media screen and (max-width:1024px){.cards .card-text{margin-right:0}}.cards .card-text .card-title{font-size:57px;line-height:69px;color:#000;font-weight:300;margin-bottom:16px;margin-top:0}@media screen and (max-width:1370px){.cards .card-text .card-title{font-size:40px;line-height:48px}}@media screen and (max-width:460px){.cards .card-text .card-title{font-size:27px;line-height:34px}}.cards .card-text .card-description{font-size:20px;line-height:25px;color:rgba(0,0,0,.5019607843);font-weight:400;margin-top:0;margin-bottom:35px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media screen and (max-width:1370px){.cards .card-text .card-description{font-size:16px;line-height:22px}}@media screen and (max-width:460px){.cards .card-text .card-description{font-size:14px;line-height:22px}}.cards .card-text .image{display:none}@media screen and (max-width:1024px){.cards .card-text .image{display:block;max-width:600px;width:100%;height:290px;margin-bottom:35px}}@media screen and (max-width:400px){.cards .card-text .image{height:180px}}@media screen and (max-width:1024px){.cards .card-text .image img{width:100%;height:100%;object-fit:cover}}.cards .card-text .button,.cards .card-text .button-style,.cards .card-text .button-style-outline{display:inline-block;padding:27px 0;text-transform:capitalize;letter-spacing:2px;font-weight:900;text-align:center;max-width:376px;width:100%}@media screen and (max-width:1370px){.cards .card-text .button,.cards .card-text .button-style,.cards .card-text .button-style-outline{padding:19px 0}}@media screen and (max-width:1024px){.cards .card-text .button,.cards .card-text .button-style,.cards .card-text .button-style-outline{padding:27px 0;max-width:100%;text-align:center}}@media screen and (max-width:460px){.cards .card-text .button,.cards .card-text .button-style,.cards .card-text .button-style-outline{font-size:10px;padding:21px 0}}.cards .card-image{width:640px;height:400px}@media screen and (max-width:1370px){.cards .card-image{width:470px;height:315px}}@media screen and (max-width:1024px){.cards .card-image{display:none}}@media screen and (max-width:500px){.cards .card-image{height:200px}}.cards .card-image img{height:400px;width:640px;object-fit:cover}@media screen and (max-width:1370px){.cards .card-image img{height:315px;width:470px;object-fit:cover}}.form-wrapper{display:flex;flex-direction:column;flex-grow:1;margin-bottom:40px}.form-wrapper.register .form input{border-radius:10px}.form-wrapper.register .form input:-webkit-autofill,.form-wrapper.register .form input:-webkit-autofill:focus,.form-wrapper.register .form input:-webkit-autofill:hover,.form-wrapper.register .form select:-webkit-autofill,.form-wrapper.register .form select:-webkit-autofill:focus,.form-wrapper.register .form select:-webkit-autofill:hover,.form-wrapper.register .form textarea:-webkit-autofill,.form-wrapper.register .form textarea:-webkit-autofill:focus,.form-wrapper.register .form textarea:-webkit-autofill:hover{-webkit-text-fill-color:#495057;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form-wrapper.register .form .control-error .bootstrap-select{margin:0}.form-wrapper.register .form .dropdown.bootstrap-select .bs-placeholder{color:#7d7d7d}.form-wrapper>div{margin:0 20px}.form-wrapper .row{align-items:center;display:flex;flex-grow:1;justify-content:center}@media screen and (min-width:769px){.form-wrapper .row{margin:0}}.form-wrapper input:required{box-shadow:none}.form-wrapper .form .logo{text-align:center;margin-bottom:20px}.form-wrapper .form .title{color:#202c4c;font-size:24px;font-weight:500;padding-bottom:12px;text-align:center}.form-wrapper .form form{box-shadow:0 20px 40px 0 #adb5bd;padding:15px}.form-wrapper .form form .is-invalid{background-image:none;margin-bottom:4px;border:2px solid #dc3545!important}.form-wrapper .form form .text-danger{font-size:14px;font-weight:500;margin-left:3px;margin-bottom:10px}.form-wrapper .form form .info{font-size:20px;line-height:24px;margin-bottom:25px;display:block}.form-wrapper .form form .gender{display:flex}.form-wrapper .form form .gender .gender-title{font-size:16px;color:#202c4c}.form-wrapper .form form .gender .gender-container{display:block;position:relative;padding-left:35px;margin:0 0 15px 30px;cursor:pointer;font-size:16px;-ms-user-select:none;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.form-wrapper .form form .gender .gender-container input{position:absolute;opacity:0;cursor:pointer}.form-wrapper .form form .gender .checkmark{position:absolute;top:0;left:0;height:21px;width:21px;border-radius:50%;border:2px solid #cd544d}.form-wrapper .form form .gender .gender-container input:checked~.checkmark{background-color:#fff}.form-wrapper .form form .gender .checkmark:after{content:"";position:absolute;display:none}.form-wrapper .form form .gender .gender-container input:checked~.checkmark:after{display:block}.form-wrapper .form form .gender .gender-container .checkmark:after{top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#cd544d}.form-wrapper .form form .dropdown{width:100%!important}.form-wrapper .form form .dropdown.bootstrap-select{margin:0 0 15px}.form-wrapper .form form .dropdown.bootstrap-select button{color:#495057;border:1px solid #ced4da}.form-wrapper .form form textarea{margin-bottom:15px}.form-wrapper .form form .actions{align-items:center;display:flex;line-height:19px}.form-wrapper .form form .actions>div{margin-bottom:12px}@media screen and (min-width:769px){.form-wrapper .form form .actions>div{padding:0}}.form-wrapper .form form .actions a{color:#202c4c;font-size:16px;font-weight:500}@media(hover:hover){.form-wrapper .form form .actions a:hover{color:#cd544d;text-decoration:none}}.form-wrapper .form form .actions .button-register{max-width:300px;margin:0 auto}.form-wrapper .form form .recovery{font-size:23px;font-weight:500;line-height:29px;margin-bottom:0;text-align:center}.form-wrapper .form form .recovery .send-again-note{font-size:14px;font-weight:400;color:#ccc;line-height:1.2;margin:10px 0}.form-wrapper .form form .recovery .margin-top{margin-top:15px}.form-wrapper .form form .recovery .back-btn{padding:10px 16px}.form-wrapper .form form .recovery .back-btn a{color:#202c4c;font-size:16px;font-weight:900}@media(hover:hover){.form-wrapper .form form .recovery .back-btn a:hover{color:#cd544d;text-decoration:none}}.dropdown.bootstrap-select{margin:10px 5px}@media screen and (max-width:768px){.dropdown.bootstrap-select{display:block;width:unset!important;margin:10px}}.dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}@media screen and (max-width:768px){.dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner{max-width:unset}}.dropdown.bootstrap-select.show .btn-light{color:#202c4c;background:transparent;border-color:#202c4c}.dropdown.bootstrap-select button{background:transparent;color:#202c4c;border:1px solid #202c4c;border-radius:10px;height:40px}.dropdown.bootstrap-select button:after{font-family:Material Icons,sans-serif;content:"expand_more";border:0;margin:0}.dropdown.bootstrap-select button[aria-expanded=true]:after{content:"expand_less"}.dropdown.bootstrap-select button:focus{outline:0!important;box-shadow:none}.dropdown.bootstrap-select button:after{font-size:20px;margin:0 3px 0 0;vertical-align:0}.dropdown.bootstrap-select>div{border-radius:10px}.dropdown.bootstrap-select .dropdown-menu.show{border:none;box-shadow:0 1px 12px 0 #adb5bd;min-width:100%!important}@media screen and (max-width:768px){.dropdown.bootstrap-select .dropdown-menu.show{max-width:100%}.dropdown.bootstrap-select .dropdown-menu.show .inner{box-shadow:none;display:grid}}.dropdown.bootstrap-select .dropdown-menu.show ul{box-shadow:none}.dropdown.bootstrap-select .dropdown-menu.show .active{background:#e5e5ed}.dropdown.bootstrap-select .dropdown-menu.show .dropdown-item{padding:.25rem .5rem;text-align:left;color:#212529}.dropdown.bootstrap-select .dropdown-menu.show ul li a:focus{background:transparent;outline:0}.dropdown.bootstrap-select .dropdown-menu.show ul li.active a{background-color:transparent}@media(hover:hover){.dropdown.bootstrap-select .dropdown-menu.show ul li:hover{background-color:#e5e5ed;cursor:pointer}}.dropdown.bootstrap-select .dropdown-menu.show ::-webkit-scrollbar{background-color:transparent;width:8px;height:8px}.dropdown.bootstrap-select .dropdown-menu.show ::-webkit-scrollbar-track{background-color:transparent;margin:7px 0}.dropdown.bootstrap-select .dropdown-menu.show ::-webkit-scrollbar-thumb{background-color:#cd544d;border-radius:10px}.dropdown.bootstrap-select .dropdown-menu.show ::-webkit-scrollbar-button{display:none}.button,.button-style,.button-style-outline{font-weight:900;padding:10px 16px;border-radius:5px;line-height:20px;font-size:16px;position:relative;border:none;outline:none!important}.button-style{color:#fff;background-color:#cd544d}.button-style .spinner-border{border-width:1px;margin-right:5px}@media(hover:hover){.button-style-hover:hover{background-color:#202c4c;cursor:pointer;color:#fff}}.button-disabled-style{background-color:rgba(193,42,33,.6117647059)}.button-style-outline{color:#202c4c;background-color:transparent}@media(hover:hover){.button-outline-style-hover:hover{cursor:pointer;color:#cd544d}}.close-icon{position:relative;padding:0;margin:0;background-color:transparent;display:inline-block;vertical-align:middle;outline:none!important;border:none;cursor:pointer}.close-icon:after{content:"";background-image:url(/images/icons/close.png);background-size:15px;display:block;width:15px;height:15px;position:absolute;z-index:1;right:25px;top:0;bottom:0;margin:auto;padding:0;cursor:pointer}body,html{padding:0;margin:0;font-family:Roboto,sans-serif}#root,body,html{display:flex;flex-direction:column;min-height:100vh}
/*# sourceMappingURL=main.ad34b1c4.chunk.css.map */