@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* { font-family: 'Rubik', sans-serif; box-sizing: border-box; outline: 0; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: rgba(0,0,0,0); }
*::-webkit-scrollbar { width: 10px!important; height: 10px!important; }
*::-webkit-scrollbar-thumb { background-color: #293042; }
:root { --blue: #101a3a; --red: #f7194d; --gray: #f6f8ff; }
body { background: var(--gray); color: #000; font-size: 1rem; margin: 0; position: relative; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
h1,h2,h3,h4,h5 { display: block; margin: 0; padding: 0; font-weight: 600; }
button { -webkit-appearance: button; }
button:not(:disabled) { cursor: pointer; }
input[type="text"], input[type="password"], input[type="number"], textarea { display: block; width: 100%; padding: 0.7rem 0.75rem; font-size: inherit; font-weight: 400; line-height: 1.5; color: black; background: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus { color: #212529; background-color: #fff; border-color: #ffffff; outline: 0; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-size: inherit; font-weight: 400; line-height: 1.5; color: black; background: url("/libraries/Feather/chevron-down.svg") no-repeat, #fff; background-position: right 0.75rem center; background-size: 18px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #fff; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
.select2 { width: 100% !important; }
.select2-results { font-size: 0.9rem; }
.select2-container .select2-selection--single { padding: 0.375rem 2.25rem 0.375rem 0.75rem !important; height: initial !important; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; border-radius: 0.25rem !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000 !important; line-height: initial !important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: initial !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { background: url("/libraries/Feather/chevron-down.svg") no-repeat !important; background-size: 18px !important; border: 0 !important; width: 18px !important; height: 16px !important; right: 12px !important; left: initial !important; transition: 0.2s !important; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg) !important; }
.select2-selection--single { transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.select2-selection--single[aria-expanded="true"] { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
.select2-container--disabled { opacity: 0.3; }
.select2-dropdown { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); clip-path: inset(0 -0.25rem -0.25rem -0.25rem); }
.floating { position: relative; line-height: 100%; }
.floating > input, .floating > select, .floating > .select2-container .select2-selection--single { height: calc(3.5rem + 2px) !important; padding: 1.65rem 0.75rem 0.65rem !important; }
.floating > textarea { padding: 1.65rem 0.75rem; }
.floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1.3rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.floating > input:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > input::placeholder, .floating > input::-moz-placeholder { color: transparent; }
.floating > select, .floating > .select2-container .select2-selection--single { padding-top: 1.625rem !important; padding-bottom: 0.625rem !important; }
.floating > input:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating > input:focus ~ label, .floating > input:not(:placeholder-shown) ~ label, .floating > select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.65rem) translateX(0.15rem); }
.floating > textarea:focus ~ label, .floating > textarea:not(:placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.65rem) translateX(0.15rem); }
.floating > input:-webkit-autofill ~ label, .floating > textarea:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating select[multiple], .floating select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
.floating select:disabled { background-color: #e9ecef; }
.floating select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; }
.floating .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 20px; }
.checkbox { display: flex; min-height: 1.5rem; align-items: center; }
.checkbox label { cursor: pointer; user-select: none; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; line-height: 120%; }
.checkbox input { font-size: 120%; width: 1em; height: 1em; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; margin-right: 0.5em; cursor: pointer; }
.checkbox input[type=checkbox] { border-radius: 0.15em; }
.checkbox input[type=radio] { border-radius: 50%; }
.checkbox input:active { filter: brightness(90%); }
.checkbox input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.checkbox input:checked { background-color: #0d6efd; border-color: #0d6efd; }
.checkbox input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.checkbox input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.checkbox input[type=checkbox]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.checkbox input:disabled { pointer-events: none; filter: none; opacity: 0.5; }
.checkbox input[disabled] ~ .checkbox-label, .checkbox input:disabled ~ .checkbox-label { opacity: 0.5; }
.checkbox.switch { padding-left: 3em; min-height: 2rem; }
.checkbox.switch input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
.checkbox.switch input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #fff; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.5rem 1.3rem; font-size: 1rem; border-radius: 0.4rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover { text-decoration: none; }
.btn.disabled { pointer-events: none; opacity: 0.5; }
.btn.blue { background-color: #0d6efd; border-color: #0d6efd; }
.btn.blue:hover, .btn.blue:active { background-color: #0b5ed7; border-color: #0a58ca; }
.btn.blue:focus { background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn.gray { background-color: #6c757d; border-color: #6c757d; }
.btn.gray:hover, .btn.gray:active { background-color: #5a6268; border-color: #545b62; }
.btn.gray:focus { background-color: #6c757d; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%); }
.tabs { display: flex; align-items: stretch; gap: 6px; padding-right: 20px; overflow-y: hidden; overflow-x: auto; height: 46px; font-size: 0.95rem; }
.tabs::-webkit-scrollbar { width: 0px !important; height: 0px !important; }
.tabs > div { padding: 0 1.8rem; background: #eee; border-top-left-radius: 4px; border-top-right-radius: 4px; cursor: pointer; transition: 0.15s height; user-select: none; display: flex; align-items: center; z-index: 3; white-space: nowrap; }
.tabs > div.active { background: #0d6efd; color: white; opacity: 1; border-bottom: 0px; }
.tab-contents { padding: 30px; border: 1px solid #eee; }
.tab-contents > div { display: none; transition: 0.2s; }
.tab-contents > div.active { display: block; }
.alert { padding: 1rem 3rem 1rem 1rem; color: #664d03; background-color: #fff3cd; border-color: #ffecb5; position: relative; }
.alert button.close { position: absolute; top: 0; right: 0; z-index: 2; }
button.close { box-sizing: content-box; border: 0; border-radius: .25rem; opacity: .5; background: transparent; }
button.close:before { content: ""; display: block; padding: 1.25rem 1rem; width: 1em; height: 1em; background: black; -webkit-mask-image: url("/libraries/Feather/x.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: 2em; }
button.close:hover { color: #000; text-decoration: none; opacity: .75; }
button.close:focus { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); opacity: 1; }
ul.pagination { display: flex; justify-content: flex-start; align-items: strech; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; border-radius: .25rem; }
ul.pagination.right { justify-content: flex-end; }
ul.pagination a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: relative; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; user-select: none; }
ul.pagination a.active { background: #0d6efd; color: white; border-color: #0d6efd; }
ul.pagination a.active:hover { text-decoration: none; }
ul.pagination a:not(.active):hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
ul.pagination a:not(.active):focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); }
ul.pagination li.prev a, ul.pagination li.next a {  }
ul.pagination li.prev a:before { content: ""; width: 100%; height: 100%; -webkit-mask-image: url("/libraries/Feather/chevron-left.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 26px; -webkit-mask-position: center center; background: #0d6efd; }
ul.pagination li.next a:before { content: ""; width: 100%; height: 100%; -webkit-mask-image: url("/libraries/Feather/chevron-right.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 26px; -webkit-mask-position: center center; background: #0d6efd; }
ul.pagination li.prev.disabled a, ul.pagination li.next.disabled a { pointer-events: none; opacity: 0.3; }
.dropdown-wrapper { position: relative; display: table; }
.dropdown-wrapper > button:after { display: inline-block; width: 0; height: 0; margin-left: 1.255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown-wrapper .dropdown-menu { position: absolute; transform: translate3d(0px, 38px, 0px); top: 0px; left: 0px; will-change: transform; z-index: 1000; display: none; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; overflow: hidden; }
.dropdown-wrapper .dropdown-menu > div { display: block; width: 100%; padding: .25rem 1.5rem; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; }
.dropdown-wrapper .dropdown-menu > div:hover { color: #16181b; text-decoration: none; background-color: #e8e9ea; }
.breadcrumb { display: flex; flex-wrap: wrap; padding: .75rem 1rem; margin: 0; list-style: none; background-color: #e9ecef; border-radius: .25rem; }
.breadcrumb li + li::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/"; }
.modal { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0); transition: background 0.3s linear; }
.modal.show { background: rgba(0,0,0,0.5); }
.modal button.close { position: absolute; right: 0px; top: 0px; }
.modal button.close:active { opacity: 0.6; transition: 0.2s; }
.modal button.close:focus { box-shadow: initial; }
.modal button.close.hide { display: none; }
.modal img { max-height: 200px; max-width: 300px; margin: auto; display: block; }
.modal .modal-box { width: 600px; min-height: 140px; background: white; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,0.7); padding: 24px 30px; position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 20px; }
.modal .modal-box.long { width: initial !important; max-width: calc(100% - 30px) !important; }
.modal .modal-box.long .modal-content { max-height: calc(100vh - 200px); overflow-y: auto; padding-right: 20px; }
.modal .modal-title { font-size: 18px; font-weight: 600; }
.modal .modal-content { font-size: 16px; font-weight: 400; width: 100%; }
.modal .modal-btn-container { display: flex; align-items: center; justify-content: flex-end; gap: 10px; width: 100%; }
.modal .modal-btn-container button { margin-top: 10px; }
.daterangepicker { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); border-radius: .42rem !important; border: 0px !important; }
.daterangepicker:before { border-bottom: 7px solid #534d9f !important; }
.daterangepicker:after { border-bottom: 6px solid #534d9f !important; }
.daterangepicker select.monthselect, .daterangepicker select.yearselect { width: initial !important; padding: 4px 20px 4px 10px !important; background-position: 95% center; display: initial; }
.drp-calendar.left, .daterangepicker .drp-calendar.right { padding: 1rem 1rem !important; }
.drp-calendar th { font-weight: 600 !important; color: #3f4254 !important; }
.drp-calendar td { color: #7e8299 !important; }
.drp-calendar td, .daterangepicker .drp-calendar th { font-size: 0.8rem !important; width: 33px !important; height: 33px !important; }
.drp-calendar td.active { background-color: #3699ff!important; color: #fff!important; border-radius: .42rem; }
.drp-calendar select { display: initial; padding: 5px 10px !important; }
.drp-calendar td.today, .daterangepicker .drp-calendar td.today.active { border-radius: .42rem;background: rgba(54,153,255,.12)!important; color: #3699ff!important; }
.drp-buttons { padding: 1rem 1.75rem !important; border-top: 1px solid #ebedf3 !important; } 
.drp-buttons .btn { font-size: .75rem !important; font-weight: 600 !important; padding: .5rem 1rem !important; border-radius: .42rem !important; }
.btn.btn-primary { color: #fff; background-color: #3699ff; border-color: #3699ff; }
.btn.btn-primary.focus:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) { color: #fff; background-color: #187de4; border-color: #187de4; }
.btn.btn-default { color: #3f4254; background-color: #e4e6ef; border-color: #e4e6ef; }
.drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span { border-color: #7e8299 !important; }
.drp-selected { padding-bottom: 10px; }
.container { position: relative; width: 1440px; margin: auto; }
.row-container { display: flex; align-items: center; justify-content: flex-start; flex-direction: column; gap: 8px; }
.row { width: 100%; display: flex; flex-wrap: wrap; margin: 0 -8px; }
.row > div { flex: 0 0 100%; max-width: 100%; padding: 0 8px; }

header { background: var(--blue); position: fixed; top: 0; left: 0; width: 100%; z-index: 2; }
header .container { display: flex; align-items: center; justify-content: flex-start; height: 140px; }
header nav { margin: 0 0 0 auto; font-size: 16px; font-weight: 500; }
header nav ul { display: flex; align-items: center; justify-content: flex-start; gap: 30px; color: white; list-style-type: none; margin: 0; }
header nav li > a { color: white; padding: 13px 18px; border-radius: 6px; transition: 0.07s; }
header nav li > a.hovered, header nav li > a:hover { text-decoration: none; color: var(--red); background: white; }
header .language-box { display: flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 6px; transition: 0.07s; cursor: pointer; position: relative; }
header .language-box:after { content: ""; width: 16px; height: 16px; -webkit-mask-image: url("/libraries/Feather/chevron-down.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 16px; -webkit-mask-position: center center; background: white; }
header .language-box:hover { background: white; color: var(--red); border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
header .language-box:hover:after { background: var(--red); }
header .languages-wrapper { position: absolute; width: 100%; top: 100%; left: 0; padding: 0 18px 13px; background: white; color: var(--red); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; display: none; flex-direction: column; gap: 10px; box-shadow: 0 10px 10px rgba(0,0,0,0.1); }
header .languages-wrapper > a { color: black; }
header .languages-wrapper > a:hover { color: var(--red); text-decoration: none; }
header .language-box:hover .languages-wrapper { display: flex; }
.hamburger { display: none; }
.newsletter-wrapper { display: flex; align-items: stretch; justify-content: flex-start; color: black; gap: 10px; }
.newsletter-wrapper a.button { padding: 16px 24px; }
footer { background: var(--blue); padding: 80px 0; color: white; font-weight: 300; }
footer .top { display: flex; align-items: flex-start; justify-content: flex-start; gap: 160px; padding-bottom: 60px; }
footer .top > div { max-width: 460px; }
footer h5 { font-size: 18px; margin-bottom: 30px; }
footer nav ul { list-style-type: none; margin: 0; padding: 0; }
footer nav ul a { color: white; line-height: 250%; font-size: 15px; }
footer .bottom { border-top: 1px solid #ddd; display: flex; align-items: flex-start; justify-content: flex-start; padding-top: 30px; font-size: 14px; }
footer .bottom a { color: white;  }
footer .bottom span { display: inline-block; padding: 0 4px; }

.loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(28,27,27,0.5); z-index: 999999; }
.loader .box { position: absolute; top: calc(50% - 64px); left: calc(50% - 64px); width: 128px; height: 128px; border-radius: 50%; perspective: 800px; }
.loader .box .i { position: absolute; box-sizing: border-box; width: 100%; height: 100%; border-radius: 50%; }
.loader .box .i:nth-child(1) { left: 0%; top: 0%; animation: rotate-one 1s linear infinite; border-bottom: 8px solid #EFEFFA; border-color: var(--blue); }
.loader .box .i:nth-child(2) { right: 0%; top: 0%; animation: rotate-two 1s linear infinite; border-right: 8px solid #EFEFFA; border-color: var(--red); }
.loader .box .i:nth-child(3) { right: 0%; bottom: 0%; animation: rotate-three 1s linear infinite; border-top: 8px solid #EFEFFA; border-color: var(--gray); }

@keyframes rotate-one {
  0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); }
}

@keyframes rotate-two {
  0% { transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% { transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); }
}

@keyframes rotate-three {
  0% { transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% { transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); }
}

@media (max-width: 1440px) { 
.container { width: 100%; padding: 0 50px; }
.btn { font-size: 0.9rem; }
.modal .modal-box { width: 520px; min-height: 120px; gap: 16px; }
.modal .modal-title { font-size: 16px; }
.modal .modal-content { font-size: 14px; }
footer { padding-top: 60px; }
}

@media (max-width: 1024px) { 
ul.pagination { justify-content: center; }
ul.pagination .prev, ul.pagination .next { width: 48%; text-align: center; }
ul.pagination li { margin: .2rem auto; }
ul.pagination li:not(.next):not(.prev) { order: 1; }
ul.pagination li.prev { order: 2; }
ul.pagination li.next { order: 3; }
.modal .modal-box { width: calc(100% - 20px); max-width: 400px; min-height: 120px; gap: 16px; padding: 24px; }
.modal .modal-title { font-size: 16px; }
.modal .modal-content { font-size: 14px; }
.container { width: 100%; padding: 0 24px; }
header .container { height: 80px; }
header img { height: 40px; }
header nav { position: absolute; top: 80px; left: 0; width: 100%; background: var(--blue); padding: 40px 0; font-size: 18px; display: none; }
header nav ul { flex-direction: column; }
.hamburger { display: block; margin: 0 0 0 auto; }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before { background-color: white !important; }
footer { padding-top: 40px; }
footer .top { flex-direction: column; gap: 20px; }
}

@media (min-width: 992px){
.row > .col12 { flex: 0 0 100%; }
.row > .col11 { flex: 1; }
.row > .col10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.row > .col9 { flex: 0 0 75%; max-width: 75%; }
.row > .col8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.row > .col7 { flex: 0 0 58.333334%; max-width: 58.333334%; }
.row > .col6 { flex: 0 0 50%; max-width: 50%; }
.row > .col5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.row > .col4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.row > .col3 { flex: 0 0 25%; max-width: 25%; }
.row > .col2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.row > .col1 { flex: 0 0 8.333333333333333%; max-width: 8.333333333333333%; }
}
