@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'Manrope', sans-serif;
  color: #191b1d;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;
  color: #253761;
  margin: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  color: #191b1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #285AEB;
  text-decoration: none;
}
a:focus {
  color: #285AEB;
  text-decoration: none;
}
p {
  color: #8b8b8b;
  margin: 0;
  line-height: 1.5;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 15px 25px;
  height: auto;
  border-radius: 0;
  background-color: #f9f9f9;
  box-shadow: none;
  border-color: #e1e1e1;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #285AEB;
}
.form-type {
  position: relative;
  margin-top: 20px;
  position: relative;
}
.form-type label{
  margin-bottom: 10px;
}
.form-select{
  display: flex;
  align-items: center;
  position: relative;
}
.form-select:after {
  content: "\e8f1";
  font-family: 'fontello';
  position: absolute;
  right: 15px;
  font-size: 13px;
}
.form-select select {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border: 1px solid #e1e1e1;
}
.form-recover {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  padding-top: 20px;
  width: 100%;
}
.form-recover p {
  font-size: 13px;
  color: #999;
  margin: 0;
}
.form-recover p:first-child {
  text-align: left;
}
.form-recover p:last-child {
  text-align: right;
}
.form-recover a{
  font-weight: 600;
}
.form-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.form-2 .form-group{
  margin-bottom: 0;
}
.bg-white #topnav .navbar-toggle span {
  background-color: #253761;
}
.bg-white #topnav.active .navbar-toggle span {
  background-color: #fff;
}
.bg-white #topnav.active .navbar-toggle:hover span {
  background-color: #285AEB;
}
textarea.form-control{
  min-height: 150px;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.title-grid .title {
  margin-bottom: 0;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h1 {
  margin: 0;
  font-weight: 900;
  font-size: 48px;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
}
.title h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 48px;
}
.title h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #8b8b8b;
  margin-bottom: 10px;
}
.title p {
  font-size: 18px;
  margin: 20px 0 0 0;
  font-weight: 400;
}
.title.small{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #253761;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img{
  width: 320px;
}
.loader-1 {
	margin-top: 40px;
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
0% {
	-webkit-transform: rotate(0deg);
	}
100% {
	-webkit-transform: rotate(220deg);
	}
}
@keyframes loader-1-2 {
0% {
	transform: rotate(0deg);
	}
100% {
	transform: rotate(220deg);
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
0% {
	-webkit-transform: rotate(-140deg);
	}
	50% {
	-webkit-transform: rotate(-160deg);
	}
	100% {
	-webkit-transform: rotate(140deg);
	}
}
@keyframes loader-1-3 {
	0% {
	transform: rotate(-140deg);
	}
	50% {
	transform: rotate(-160deg);
	}
	100% {
	transform: rotate(140deg);
	}
}
@-webkit-keyframes loader-1-1 {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	}
	}
	@keyframes loader-1-1 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topnav.scroll{
  background-color: #253761;
}
#topnav .menu-actions{
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  z-index: 150;
}
#topnav .menu-actions a{
  color: #253761;
  display: inline-flex;
  margin-left: 20px;
  font-weight: 900;
}
#topnav.active .menu-actions a{
  color: #fff;
}
#topnav .menu-actions .btn-search{
  cursor: pointer;
  display: inline-flex;
  margin-left: 20px;
}
#topnav .menu-actions .btn-search:hover path{
  fill: #285AEB;
}
#topnav.active .menu-actions path{
  fill: #fff;
}
#topnav .menu-actions svg{
  height: 20px;
  width: 25px;
}
#topnav .menu-actions path{
  fill: #253761;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .menu-actions a:hover path{
  fill: #285AEB;
}
#topnav.scroll path{
  fill: #fff;
}
#topnav .menu-text{
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#topnav .menu-text svg{
  display: none;
}
#topnav .menu-actions a:hover{
  color: #285AEB;
}
#topnav.scroll .menu-actions a{
  color: #fff;
}
#topnav #navigation {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: -100;
  background-color: rgba(0,0,0,0.6);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
#topnav #navigation.active{
  pointer-events: visible;
  z-index: 100;
  left: 0;
  opacity: 1;
}
#topnav .menu-extras {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  z-index: 150;
}
#topnav .navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll .navbar-toggle span{
  background-color: #fff;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span:last-child{
  width: 100%;
}
#topnav .navbar-toggle:hover span {
  background-color: #285AEB;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-container{
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
#topnav .navigation-menu {
  position: relative;
  display: flex;
  padding: 0;
  left: -30%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  background-color: #253761;
  transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);  
}
#topnav .navigation-menu{
  left: 0;
}
#topnav .navigation-menu a {
  display: inline-flex;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 50px;
  right: -50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu a:hover,
#topnav .navigation-menu a.active{
  color: #285AEB;
  transition-delay: 0s !important;
}
#topnav .navigation-menu a:nth-child(1) {
  transition-delay: 0.5s;
}
#topnav .navigation-menu a:nth-child(2) {
  transition-delay: 0.55s;
}
#topnav .navigation-menu a:nth-child(3) {
  transition-delay: 0.6s;
}
#topnav .navigation-menu a:nth-child(4) {
  transition-delay: 0.65s;
}
#topnav .navigation-menu a:nth-child(5) {
  transition-delay: 0.7s;
}
#topnav .navigation-menu a:nth-child(6) {
  transition-delay: 0.75s;
}
#topnav #navigation.active a{
  right: 0;
  opacity: 1;
}
#topnav #navigation .menu-row{
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
}
#topnav #navigation .menu-row:last-child{
  margin-bottom: 0;
}
#topnav #navigation .menu-row svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
#topnav #navigation .navigation-info{
  margin-top: 80px;
}
#topnav .logo {
  position: relative;
  display: inline-flex;
  padding: 25px 0;
  z-index: 150;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
#topnav.scroll .logo .logo-dark {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
.container{
  width: 100%;
  max-width: 1430px;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
.slide-grid{
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.slide-info{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 60px;
}
.slide-img{
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 90px;
}
.slide-img img{
  opacity: 1;
  position: relative;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-img:hover img{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slide-title{
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 20;
}
.slide-title h1{
  font-weight: 900;
  color: #fff;
  font-size: 56px;
  margin: 0 0 30px 0;
}
.slide-title h3{
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin: 0;
}
.slide-title p{
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.slide-logo{
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.slide-logo img{
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: block !important;
  width: auto !important;
  height: 100% !important;
}
.slide-logo span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.slide-title .btn-mid{
  margin-top: 40px;
}
.slide-line{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #253761;
  height: 4px;
  width: 120px;
  margin: auto;
  z-index: 10;
}
.slide-line:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
.flex-active-slide .slide-line:before{
  animation-duration: 7s;
  animation-name: sliderline;
  animation-iteration-count: infinite;
}
@keyframes sliderline {
  0% {width: 0;}
  100% {width: calc(100% + 2px);}
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .slides .cover-bg{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
#home-slider .flex-active-slide .cover-bg{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 90px;
  margin: 25px 0;
}
#home-slider .flex-direction-nav > li {
  display: inline-flex;
  position: relative;
  bottom: 0;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  margin-left: 1px;
}
#home-slider .flex-direction-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #253761;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  background-color: #285AEB;
}
#home-slider .flex-direction-nav{
  width: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
#home-slider .flex-control-paging {
  position: absolute;
  left: 10%;
  align-items: center;
  bottom: 80px;
  z-index: 100;
  display: flex;
  width: auto;
}
#home-slider .flex-control-paging > li {
  width: 25px;
  text-align: center;
  display: inline-block;
}
#home-slider .flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.cover-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(33, 40, 45, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gradient-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(33, 40, 45);
  background: linear-gradient(90deg, rgba(33, 40, 45,1) 0%, rgba(33, 40, 45,0.25) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(33, 40, 45);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-grey{
  background-color: #f9f9f9;
}
.bg-blue{
  background-color: #253761;
}
.btn-mid {
  border: none;
  outline: none;
  padding: 15px 30px;
  background-color: #285AEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid i{
  margin-left: 10px;
}
.btn-mid span{  
  position: relative;
  z-index: 10;
}
.btn-mid:hover{
  color: #fff;
  opacity: 1;
}
.btn-mid:after {
  content: '';
  width: 0;
  height: 100%;
  background-color: #253761;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:after{
  width: 100%;
}
.btn-center{
  display: block;
  text-align: center;
  margin-top: 40px;
}
.featured-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.featured-box h2{
  line-height: 1.3;
  font-weight: 900;
}
.product-img{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.product-img img{
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
}
.product-box:hover .product-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product-info{
  padding-top: 20px;
}
.product-detail{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
}
.product-action{
  text-align: right;
}
.product-left {
  display: flex;
  text-align: left;
  flex-direction: column;
}
.product-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  color: #253761 !important;
  font-size: 16px !important;
}
.product-title:hover{
  color: #285AEB !important;
}
.product-left a{
  font-size: 14px;
  color: #8b8b8b;
}
.product-left a:hover{
  color: #285AEB;
}
.product-box .product-overlay{
  opacity: 0;
}
.product-box:hover .product-overlay{
  opacity: 0.8;
}
.product-action a:hover{
  color: #285AEB;
}
.product-see{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 16px;
  margin-bottom: -80px;
  transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
}
.product-see p{
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  margin-bottom: -80px;
  transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.85, 0, 0.3, 1);
}
.product-box:hover .product-see{
  opacity: 1;
}
.product-box:hover .product-see p{
  margin-bottom: 0;
}
.contact-bar{
  padding: 70px 0;
}
.contact-items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  justify-content: center;
}
.contact-column h4{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-column{
  display: block;
  text-align: center;
}
.contact-column a{
  font-weight: 500;
}
.social-row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-btn{
  opacity: 1;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #253761;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.social-btn:hover{
  background-color: #285AEB;
}
.social-btn:last-of-type{
  margin-right: 0;
}
.btn-fb{
  background-color: #4267b2;
}
.btn-ig{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.btn-yt{
  background-color: #f00;
}
.btn-ws{
  background-color: #25d366;
}
#login{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 75px);
  margin-top: 75px;
}
.login-container{
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
}
.login-container .btn-mid{
  width: 100%;
}
.login-container form{
  margin-top: 40px;
}
#cta{
  position: relative;
}
#cta .cover-bg{
  background-attachment: fixed;
}
.cta-home{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 80px 20px;
	overflow: hidden;
}
.cta-home h2{
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
}
.cta-home .btn-mid{
	background-color: #285AEB;
	margin-top: 30px;
	position: relative;
	z-index: 15;
}
.cta-home .title {
	position: relative;
  z-index: 15;
  margin: 0;
}
.cta-home .title p {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.cta-bg-1 {
	position: absolute;
	bottom: -60px;
	left: -40px;
	z-index: 10;
	pointer-events: none;
	width: 200px;
	transform: rotate(-15deg);
}
.cta-bg-2 {
	position: absolute;
	top: -70px;
	right: -50px;
	z-index: 10;
	pointer-events: none;
	width: 250px;
	transform: rotate(-205deg);
}
.cta-bg-1 img{
	display: block;
	width: 100%;
}
.marcas-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  grid-gap: 30px;
  margin-top: 60px;
}
.marcas-box{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 15px 10px 30px 0px rgb(0,0,0,0.2); 
  box-shadow: 15px 10px 30px 0px rgb(0,0,0,0.2);
}
.marcas-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.marcas-box img{
  width: 100%;
  max-width: 200px;
}
#products{
  margin-top: 75px;
}
.filter-grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  width: 100%;
  padding: 50px;
  grid-gap: 50px;
}
.filter-list {
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
}
.accordion li{
  background-color: #fff;
  list-style: none;
  display: block;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion li:first-child{
  padding-top: 40px;
}
.accordion li:last-child{
  border-bottom: none;
}
.accordion li .form-control{
  background-color: #f8f8f8;
}
.accordion-title {
  color: #253761;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-content{
  margin-top: 20px;
}
.accordion-title:hover{
  color: #285AEB;
}
.accordion-title i {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.accordion-title i:before{
  margin: 0;
}
.accordion li.active i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-divider{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.filter-option {
  cursor: pointer;
  font-size: 13px;
  position: relative;
  width: 100%;
  margin: 15px 0;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
  padding-left: 20px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.filter-option:first-child{
  margin-top: 0;
}
.filter-option:hover, .filter-option:focus, .filter-option.active{
  color: #164194;
  opacity: 1;
}
.filter-option:before{
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 10;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-option:hover:before{
  background-color: #eee;
}
.filter-option.active:before{
  background-color: #164194;
  border: 1px solid #164194;
}
.filter-option:after {
  opacity: 0;
  content: '\e920';
  font-family: 'fontello';
  color: #fff;
  font-size: 8px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.filter-option.active:after{
  opacity: 1;
}
.filter-option a:first-of-type{
  margin-top: -3px;
}
.sub-option{
  display: flex;
  flex-direction: column;
  padding: 10px 0 0 10px;
}
.sub-option a{
  font-size: 12px;
  color: #999;
}
.sub-option a.active{
  color: #164194;
}
.sub-option a:hover{
  color: #164194;
}
.subber-option{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.sub-row{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 10px;
  flex-direction: column;
  margin: 2px 0;
}
.sub-row:before{
  content: '';
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-sidebar{
  display: block;
  border-right: 1px solid #e1e1e1;
}
.product-sidebar .filter-actions,
.product-sidebar .filter-close{
  display: none;
}
.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
}
.input-price{
  display: grid;
  grid-template-columns: 1fr auto 1fr 45px;
  grid-gap: 15px;
  align-items: center;
}
.input-price p{
  margin: 0;
  font-size: 13px;
}
.input-price .btn-mid{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  padding: 0;
}
.input-price .btn-mid i{
  margin: 0;
}
.input-price .form-control{
  padding: 12px 15px;
  font-size: 13px;
}
.top-filter{
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 50px;
}
.top-filter .breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.top-filter .breadcrumb a,
.top-filter .breadcrumb p{
  line-height: 1;
  font-size: 13px;
  color: #191b1d;
  font-weight: 500;
  margin: 0;
}
.top-filter .breadcrumb p{
  font-weight: 900;
}
.top-filter .breadcrumb a:hover{
  color: #285AEB;
}
.top-filter .breadcrumb li{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.breadcrumb>li+li:before {
  font-size: 13px;
  margin-top: 3px;
  padding: 0 12px 0 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191b1d;
  font-family: 'fontello';
  content: "\e8f3";
}
.items-detail{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.items-info{
  display: flex;
  align-items: flex-end;
}
.items-info h4{
  line-height: 1;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
}
.items-count{
  line-height: 1;
  font-size: 18px;
  color: #999;
  display: inline-flex;
  margin-left: 5px;
}
.items-filter .filter-actions{
  display: grid;
  grid-template-columns: auto 200px;
  grid-gap: 20px;
  align-items: center;
  font-size: 13px;
  text-align: right;
}
.items-filter .form-control{
  padding: 10px 15px;
  font-size: 13px;
}
.items-filter p{
  color: #191b1d;
}
.items-filter .filter-icon{
  display: none;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.pagination-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.pagination-count{
  font-weight: 700;
  font-size: 13px;
}
.pagination {
  display: block;
  text-align: right;
}
.pagination li {
  display: inline-block;
}
.pagination li.active > a {
  pointer-events: none;
  margin: 0;
  background-color: #253761;
  border: none;
  color: #fff;
}
.pagination li.active > a:hover {
  background-color: transparent;
  color: #285AEB;
  border: none;
}
.pagination li.active > a:focus {
  background-color: #253761;
  border: none;
  color: #fff;
}
.pagination li:first-child > a,
.pagination li:last-child > a {
  border-radius: 0;
}
.pagination li > a {
  color: #253761;
  border: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  background-color: transparent;
}
.pagination li > a:hover {
  background-color: #285AEB;
  color: #fff;
  border: none;
}
.pagination li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #285AEB;
}
#detail{
  margin-top: 75px;
}
.detail-grid{
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-gap: 60px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.detail-img{
  display: block;
  position: relative;
}
.app-figure{
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
}
.app-figure .selectors{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.app-figure .selectors .mz-thumb {
  display: inline-flex;
  border: none;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 10px;
}
.app-figure .selectors .mz-thumb:hover {
  opacity: 1;
}
.app-figure .selectors .mz-thumb:last-child {
  margin-bottom: 0px;
}
.app-figure .selectors .mz-thumb img{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.app-figure .selectors .mz-thumb:hover img{
  opacity: 0.6;
}
.app-figure .selectors-inner{
  height: 100%;
  overflow: auto;
}
.detail-title{
  display: block;
  width: 100%;
}
.detail-title h2{
  color: #253761;
  margin: 10px 0 0 0;
  font-weight: 900;
  font-size: 36px;
}
.detail-title h4{
  font-weight: 500;
  font-size: 26px;
  color: #8b8b8b;
}
.detail-text{
  margin-top: 30px;
}
.detail-text p{
  line-height: 1.4;
}
.detail-row{
  display: block;
  margin-top: 30px;
}
.detail-info .detail-title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px 0;
}
.detail-info .detail-content {
  margin-top: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.detail-info .detail-content p{
  color: #191b1d;
  font-size: 14px;
  margin-bottom: 5px;
}
.detail-info .detail-content ul{
  padding: 0 0 0 15px;
  margin: 0;
}
.detail-info .detail-content li{
  color: #191b1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.detail-info .detail-content p:last-child{
  margin-bottom: 0px;
}
.detail-info .detail-list p{
  margin-bottom: 10px;
  font-size: 15px;
  color: #191b1d;
}
.detail-info .detail-list strong{
  font-weight: 900;
}
.detail-info .detail-list p:last-child{
  margin-bottom: 0;
}
.detail-inner{
  display: block;
}
.detail-btn{
  display: block;
  width: 100%;
  margin-top: 50px;
}
.detail-btn .btn-mid{
  width: 100%;
}
.detail-share{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.detail-share .share-btn{
  color: #fff;
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.detail-share .detail-title{
  width: auto;
  display: inline-flex;
  margin: 0 20px 0 0;
}
.detail-share .share-container{
  display: flex;
}
#similar .product-grid{
  margin-top: 50px;
  padding: 0;
  border: none;
}
#top {
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
  margin-top: 75px;
  padding: 0;
}
#top #top .title-grid {
  grid-template-columns: 1fr 1fr;
}
.half-cover{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: auto;
}
.about-cover{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-info{
  padding: 80px 120px;
}
.about-info p{
  margin-bottom: 30px;
  color: #fff;
}
.about-info p:last-child{
  margin-bottom: 0;
}
.mission-grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 50px;
  margin-bottom: 60px;
}
.mission-box{
  position: relative;
  padding: 80px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-text{
  position: relative;
  z-index: 10;
}
.mission-text h3{
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #fff;
}
.mission-text p{
  color: #fff;
  font-weight: 500;
}
.mission-box:nth-child(2){
  top: 60px;;
}
.modal-search{
  opacity: 0;
  pointer-events: none;
  z-index: -10;
  position: fixed;
  display: flex;
  width: 100%;
  height: calc(100% - 75px);
  top: 75px;
  left: 0;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-search.active{
  opacity: 1;
  pointer-events: visible;
  z-index: 100;
}
.search-container{
  opacity: 0;
  bottom: -150px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
.modal-search.active .search-container{
  opacity: 1;
  bottom: 0;
}
.search-input{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.search-input .form-control{
  display: inline-flex;
  width: auto;
}
.search-input .btn-mid{
  display: inline-flex;
  margin-left: 0;
}
#cover{
  margin-top: 75px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#cover .title{
  margin: 0;
  position: relative;
  z-index: 10;
  padding: 0 20px;
  text-align: center;
}
#cover .title h1{
  color: #fff;
  margin: 0;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
.contact-info .title{
  max-width: 500px;
}
.contact-row{
  display: block;
  margin-bottom: 30px;
}
.contact-row:last-child{
  margin-bottom: 0;
}
.contact-row h4{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-row a{
  font-weight: 500;
}
.contact-row .social-row{
  justify-content: flex-start;
  margin-top: 15px;
}
.privacy-container{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 50px;
}
.privacy-container p{
  margin-bottom: 30px;
}
.privacy-container p:last-child{
  margin-bottom: 0;
}
.catalog-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin-bottom: 80px;
}
.catalog-box{
  display: block;
  position: relative;
  -webkit-box-shadow: 15px 10px 30px 0px rgb(0,0,0,0.2); 
  box-shadow: 15px 10px 30px 0px rgb(0,0,0,0.2);
}
.catalog-box:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-img{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-img img{
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-info{
  background-color: #253761;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-info h3{
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-box:nth-child(even){
  margin-top: 80px;
  margin-bottom: -80px;
}
.catalog-box:hover .catalog-info{
  background-color: #f9f9f9;
}
.catalog-box:hover .catalog-info h3{
  color: #253761;
}
.catalog-box:hover img{
  opacity: 0.8;
}
footer{
  position: relative;
  z-index: 20;
}
.footer-top{
  padding: 100px 0;
  background-color: #253761;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
  grid-gap: 60px;
}
.footer-logo img{
  height: 25px;
  margin: 0 0 30px 0;
}
.footer-logo p{
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
}
.footer-title{
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 20px;
}
.footer-column a{
  font-size: 14px;
  opacity: 1;
  display: block;
  margin: 0 0 10px 0;
  color: #fff;
}
.footer-column a:hover{
  opacity: 0.6;
}
.footer-group a{
  margin: 0;
}
.footer-row{
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-row:last-child{
  margin-bottom: 0;
}
.footer-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.3);
  font-weight: 700;
  color: #fff;
}
.footer-bottom{
  padding: 30px 0;
  background-color: #1d2946;
}
.footer-bottom p{
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer-bottom a{
  opacity: 1;
  font-weight: 700;
  color: #fff;
}
.footer-bottom a:hover{
  opacity: 0.6;
}
.footer-column input{
  background-color: #fff;
}
.footer-column .btn-mid{
  background: #191b1d;
  height: 100%;
  width: 100%;
}
.footer-column .btn-mid span{
  color: #fff;
}
.footer-column .btn-mid:after {
  background-color: #285AEB;
}
.footer-column .input-grid{
  display: grid;
  grid-template-columns: 1fr 80px;
  align-items: center;
  width: 100%;
}
.footer-column .input-grid .btn-mid i{
  margin: 0;
}
.footer-column .footer-row{
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
}
.footer-row svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}