Commit 19bbe8c0 by showthreadx

remove extra files

parent f867b39d
Pipeline #556 passed with stage
in 14 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
width: 278px;
max-width: none;
padding: 0;
margin-top: 7px;
top: 100px;
left: 20px;
z-index: 3001;
display: none;
font-family: arial;
font-size: 15px;
line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.drop-up {
margin-top: -7px;
}
.daterangepicker.drop-up:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
float: none;
}
.daterangepicker.single .drp-selected {
display: none;
}
.daterangepicker.show-calendar .drp-calendar {
display: block;
}
.daterangepicker.show-calendar .drp-buttons {
display: block;
}
.daterangepicker.auto-apply .drp-buttons {
display: none;
}
.daterangepicker .drp-calendar {
display: none;
max-width: 270px;
}
.daterangepicker .drp-calendar.left {
padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
color: #fff;
border: solid black;
border-width: 0 2px 2px 0;
border-radius: 0;
display: inline-block;
padding: 3px;
}
.daterangepicker .calendar-table .next span {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
white-space: nowrap;
text-align: center;
vertical-align: middle;
min-width: 32px;
width: 32px;
height: 24px;
line-height: 24px;
font-size: 12px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
border-radius: 4px;
background-color: #fff;
}
.daterangepicker .calendar-table table {
width: 100%;
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee;
padding: 2px;
outline: 0;
font-size: 12px;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 4px auto 0 auto;
line-height: 30px;
position: relative;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.daterangepicker .drp-buttons {
clear: both;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
display: none;
line-height: 12px;
vertical-align: middle;
}
.daterangepicker .drp-selected {
display: inline-block;
font-size: 12px;
padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
margin-left: 8px;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
float: none;
text-align: left;
margin: 0;
}
.daterangepicker.show-calendar .ranges {
margin-top: 8px;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.daterangepicker .ranges li {
font-size: 12px;
padding: 8px 12px;
cursor: pointer;
}
.daterangepicker .ranges li:hover {
background-color: #eee;
}
.daterangepicker .ranges li.active {
background-color: #08c;
color: #fff;
}
/* Larger Screen Styling */
@media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 140px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .drp-calendar.left {
clear: none;
}
.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
float: left;
}
.daterangepicker {
direction: ltr;
text-align: left;
}
.daterangepicker .drp-calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar.right {
margin-left: 0;
}
.daterangepicker .drp-calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
padding-right: 8px;
}
.daterangepicker .ranges, .daterangepicker .drp-calendar {
float: left;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker .ranges {
float: left;
}
.daterangepicker.rtl .ranges {
float: right;
}
.daterangepicker .drp-calendar.left {
clear: none !important;
}
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Bold.eot");
src: local("../fonts/Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Regular.eot");
src: local("../fonts/Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Medium.eot");
src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?oooqk2");
src: url("../fonts/icomoon.eot?oooqk2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oooqk2") format("truetype"), url("../fonts/icomoon.woff?oooqk2") format("woff"), url("../fonts/icomoon.svg?oooqk2#icomoon") format("svg");
font-weight: normal;
font-style: normal
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-reading-glasses:before {
content: "\e916";
}
.icon-hotel:before {
content: "\e913";
}
.icon-bed:before {
content: "\e914";
}
.icon-food:before {
content: "\e915";
}
.icon-odnoklassniki:before {
content: "\e912";
}
.icon-couple:before {
content: "\e910";
}
.icon-sister-and-brother:before {
content: "\e911";
}
.icon-vk:before {
content: "\e90f";
color: #436eab;
}
.icon-telegram:before {
content: "\e90e";
}
.icon-book:before {
content: "\e90a";
}
.icon-send:before {
content: "\e908";
}
.icon-cruise:before {
content: "\e909";
}
.icon-front-bus:before {
content: "\e906";
}
.icon-close-button:before {
content: "\e900";
}
.icon-creativity:before {
content: "\e901";
}
.icon-magnifying-glass:before {
content: "\e902";
}
.icon-menu-button:before {
content: "\e903";
}
.icon-new-label:before {
content: "\e904";
}
.icon-place-localizer:before {
content: "\e905";
}
.icon-home3:before {
content: "\e90b";
}
.icon-office:before {
content: "\e907";
}
.icon-pencil:before {
content: "\e90c";
}
.icon-image:before {
content: "\e90d";
}
.icon-profile:before {
content: "\e923";
}
.icon-cart:before {
content: "\e93a";
}
.icon-credit-card:before {
content: "\e93f";
}
.icon-phone:before {
content: "\e942";
}
.icon-compass:before {
content: "\e949";
}
.icon-map2:before {
content: "\e94c";
}
.icon-clock:before {
content: "\e94e";
}
.icon-bell:before {
content: "\e951";
}
.icon-calendar:before {
content: "\e953";
}
.icon-floppy-disk:before {
content: "\e962";
}
.icon-bubbles4:before {
content: "\e970";
}
.icon-user:before {
content: "\e971";
}
.icon-user-plus:before {
content: "\e973";
}
.icon-user-minus:before {
content: "\e974";
}
.icon-user-check:before {
content: "\e975";
}
.icon-spinner6:before {
content: "\e97f";
}
.icon-zoom-in:before {
content: "\e987";
}
.icon-equalizer:before {
content: "\e992";
}
.icon-cog:before {
content: "\e994";
}
.icon-gift:before {
content: "\e99f";
}
.icon-rocket:before {
content: "\e9a5";
}
.icon-fire:before {
content: "\e9a9";
}
.icon-bin:before {
content: "\e9ac";
}
.icon-airplane:before {
content: "\e9af";
}
.icon-eye:before {
content: "\e9ce";
}
.icon-star-empty:before {
content: "\e9d7";
}
.icon-star-half:before {
content: "\e9d8";
}
.icon-star-full:before {
content: "\e9d9";
}
.icon-plus:before {
content: "\ea0a";
}
.icon-minus:before {
content: "\ea0b";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-sort-amount-asc:before {
content: "\ea4c";
}
.icon-sort-amount-desc:before {
content: "\ea4d";
}
.icon-filter:before {
content: "\ea5b";
}
.icon-mail2:before {
content: "\ea84";
}
.icon-google:before {
content: "\ea88";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-whatsapp:before {
content: "\ea93";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-tumblr:before {
content: "\eab9";
}
\ No newline at end of file
//@font-face {
// font-family: "Merriweather";
// src: url("../fonts/Merriweather-BoldItalic.eot");
// src: local("Merriweather Bold Italic"), local("Merriweather-BoldItalic"),
// url("../fonts/Merriweather-BoldItalic.eot?#iefix")
// format("embedded-opentype"),
// url("../fonts/Merriweather-BoldItalic.woff") format("woff"),
// url("../fonts/Merriweather-BoldItalic.ttf") format("truetype");
// font-weight: bold;
// font-style: italic;
// font-display:swap;
// }
// @font-face {
// font-family: "Merriweather";
// src: url("./Merriweather-Italic.eot");
// src: local("Merriweather Italic"), local("Merriweather-Italic"),
// url("./Merriweather-Italic.eot?#iefix") format("embedded-opentype"),
// url("./Merriweather-Italic.woff") format("woff"),
// url("./Merriweather-Italic.ttf") format("truetype");
// font-weight: normal;
// font-style: italic;
// font-display:swap;
// }
//@font-face {
// font-family: "Merriweather";
// src: url("../fonts/Merriweather-Regular.eot");
// src: local("Merriweather Regular"), local("Merriweather-Regular"),
// url("../fonts/Merriweather-Regular.eot?#iefix") format("embedded-opentype"),
// url("../fonts/Merriweather-Regular.woff") format("woff"),
// url("../fonts/Merriweather-Regular.ttf") format("truetype");
// font-weight: normal;
// font-style: normal;
// font-display:swap;
//}
// @font-face {
// font-family: "Merriweather";
// src: url("./Merriweather-BlackItalic.eot");
// src: local("Merriweather Black Italic"), local("Merriweather-BlackItalic"),
// url("./Merriweather-BlackItalic.eot?#iefix")
// format("embedded-opentype"),
// url("./Merriweather-BlackItalic.woff") format("woff"),
// url("./Merriweather-BlackItalic.ttf") format("truetype");
// font-weight: 900;
// font-style: italic;
// font-display:swap;
// }
//@font-face {
// font-family: "Merriweather";
// src: url("../fonts/Merriweather-Bold.eot");
// src: local("../Merriweather Bold"), local("Merriweather-Bold"),
// url("../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"),
// url("../fonts/Merriweather-Bold.woff") format("woff"),
// url("../fonts/Merriweather-Bold.ttf") format("truetype");
// font-weight: bold;
// font-style: normal;
// font-display:swap;
//}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Bold.eot");
src: local("../fonts/Roboto Bold"), local("Roboto-Bold"),
url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Roboto-Bold.woff") format("woff"),
url("../fonts/Roboto-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Regular.eot");
src: local("../fonts/Roboto"), local("Roboto-Regular"),
url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Roboto-Regular.woff") format("woff"),
url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Medium.eot");
src: local("Roboto Medium"), local("Roboto-Medium"),
url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Roboto-Medium.woff") format("woff"),
url("../fonts/Roboto-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?oooqk2');
src: url('../fonts/icomoon.eot?oooqk2#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?oooqk2') format('truetype'),
url('../fonts/icomoon.woff?oooqk2') format('woff'),
url('../fonts/icomoon.svg?oooqk2#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-reading-glasses:before {
content: "\e916";
}
.icon-hotel:before {
content: "\e913";
}
.icon-bed:before {
content: "\e914";
}
.icon-food:before {
content: "\e915";
}
.icon-odnoklassniki:before {
content: "\e912";
}
.icon-couple:before {
content: "\e910";
}
.icon-sister-and-brother:before {
content: "\e911";
}
.icon-vk:before {
content: "\e90f";
color: #436eab;
}
.icon-telegram:before {
content: "\e90e";
}
.icon-book:before {
content: "\e90a";
}
.icon-send:before {
content: "\e908";
}
.icon-cruise:before {
content: "\e909";
}
.icon-front-bus:before {
content: "\e906";
}
.icon-close-button:before {
content: "\e900";
}
.icon-creativity:before {
content: "\e901";
}
.icon-magnifying-glass:before {
content: "\e902";
}
.icon-menu-button:before {
content: "\e903";
}
.icon-new-label:before {
content: "\e904";
}
.icon-place-localizer:before {
content: "\e905";
}
.icon-home3:before {
content: "\e90b";
}
.icon-office:before {
content: "\e907";
}
.icon-pencil:before {
content: "\e90c";
}
.icon-image:before {
content: "\e90d";
}
.icon-profile:before {
content: "\e923";
}
.icon-cart:before {
content: "\e93a";
}
.icon-coin-dollar:before {
content: "\e93b";
}
.icon-coin-euro:before {
content: "\e93c";
}
.icon-credit-card:before {
content: "\e93f";
}
.icon-phone:before {
content: "\e942";
}
.icon-compass:before {
content: "\e949";
}
.icon-map2:before {
content: "\e94c";
}
.icon-clock:before {
content: "\e94e";
}
.icon-bell:before {
content: "\e951";
}
.icon-calendar:before {
content: "\e953";
}
.icon-floppy-disk:before {
content: "\e962";
}
.icon-bubbles4:before {
content: "\e970";
}
.icon-user:before {
content: "\e971";
}
.icon-user-plus:before {
content: "\e973";
}
.icon-user-minus:before {
content: "\e974";
}
.icon-user-check:before {
content: "\e975";
}
.icon-spinner6:before {
content: "\e97f";
}
.icon-zoom-in:before {
content: "\e987";
}
.icon-equalizer:before {
content: "\e992";
}
.icon-cog:before {
content: "\e994";
}
.icon-gift:before {
content: "\e99f";
}
.icon-rocket:before {
content: "\e9a5";
}
.icon-fire:before {
content: "\e9a9";
}
.icon-bin:before {
content: "\e9ac";
}
.icon-airplane:before {
content: "\e9af";
}
.icon-eye:before {
content: "\e9ce";
}
.icon-star-empty:before {
content: "\e9d7";
}
.icon-star-half:before {
content: "\e9d8";
}
.icon-star-full:before {
content: "\e9d9";
}
.icon-plus:before {
content: "\ea0a";
}
.icon-minus:before {
content: "\ea0b";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-sort-amount-asc:before {
content: "\ea4c";
}
.icon-sort-amount-desc:before {
content: "\ea4d";
}
.icon-filter:before {
content: "\ea5b";
}
.icon-mail2:before {
content: "\ea84";
}
.icon-google:before {
content: "\ea88";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-whatsapp:before {
content: "\ea93";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-tumblr:before {
content: "\eab9";
}
\ No newline at end of file
// jQuery Mask Plugin v1.14.16
// github.com/igorescobar/jQuery-Mask-Plugin
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,n,f){a instanceof String&&(a=String(a));for(var p=a.length,k=0;k<p;k++){var b=a[k];if(n.call(f,b,k,a))return{i:k,v:b}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,n,f){a!=Array.prototype&&a!=Object.prototype&&(a[n]=f.value)};$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);
$jscomp.polyfill=function(a,n,f,p){if(n){f=$jscomp.global;a=a.split(".");for(p=0;p<a.length-1;p++){var k=a[p];k in f||(f[k]={});f=f[k]}a=a[a.length-1];p=f[a];n=n(p);n!=p&&null!=n&&$jscomp.defineProperty(f,a,{configurable:!0,writable:!0,value:n})}};$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,f){return $jscomp.findInternal(this,a,f).v}},"es6","es3");
(function(a,n,f){"function"===typeof define&&define.amd?define(["jquery"],a):"object"===typeof exports&&"undefined"===typeof Meteor?module.exports=a(require("jquery")):a(n||f)})(function(a){var n=function(b,d,e){var c={invalid:[],getCaret:function(){try{var a=0,r=b.get(0),h=document.selection,d=r.selectionStart;if(h&&-1===navigator.appVersion.indexOf("MSIE 10")){var e=h.createRange();e.moveStart("character",-c.val().length);a=e.text.length}else if(d||"0"===d)a=d;return a}catch(C){}},setCaret:function(a){try{if(b.is(":focus")){var c=
b.get(0);if(c.setSelectionRange)c.setSelectionRange(a,a);else{var g=c.createTextRange();g.collapse(!0);g.moveEnd("character",a);g.moveStart("character",a);g.select()}}}catch(B){}},events:function(){b.on("keydown.mask",function(a){b.data("mask-keycode",a.keyCode||a.which);b.data("mask-previus-value",b.val());b.data("mask-previus-caret-pos",c.getCaret());c.maskDigitPosMapOld=c.maskDigitPosMap}).on(a.jMaskGlobals.useInput?"input.mask":"keyup.mask",c.behaviour).on("paste.mask drop.mask",function(){setTimeout(function(){b.keydown().keyup()},
100)}).on("change.mask",function(){b.data("changed",!0)}).on("blur.mask",function(){f===c.val()||b.data("changed")||b.trigger("change");b.data("changed",!1)}).on("blur.mask",function(){f=c.val()}).on("focus.mask",function(b){!0===e.selectOnFocus&&a(b.target).select()}).on("focusout.mask",function(){e.clearIfNotMatch&&!k.test(c.val())&&c.val("")})},getRegexMask:function(){for(var a=[],b,c,e,t,f=0;f<d.length;f++)(b=l.translation[d.charAt(f)])?(c=b.pattern.toString().replace(/.{1}$|^.{1}/g,""),e=b.optional,
(b=b.recursive)?(a.push(d.charAt(f)),t={digit:d.charAt(f),pattern:c}):a.push(e||b?c+"?":c)):a.push(d.charAt(f).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"));a=a.join("");t&&(a=a.replace(new RegExp("("+t.digit+"(.*"+t.digit+")?)"),"($1)?").replace(new RegExp(t.digit,"g"),t.pattern));return new RegExp(a)},destroyEvents:function(){b.off("input keydown keyup paste drop blur focusout ".split(" ").join(".mask "))},val:function(a){var c=b.is("input")?"val":"text";if(0<arguments.length){if(b[c]()!==a)b[c](a);
c=b}else c=b[c]();return c},calculateCaretPosition:function(a){var d=c.getMasked(),h=c.getCaret();if(a!==d){var e=b.data("mask-previus-caret-pos")||0;d=d.length;var g=a.length,f=a=0,l=0,k=0,m;for(m=h;m<d&&c.maskDigitPosMap[m];m++)f++;for(m=h-1;0<=m&&c.maskDigitPosMap[m];m--)a++;for(m=h-1;0<=m;m--)c.maskDigitPosMap[m]&&l++;for(m=e-1;0<=m;m--)c.maskDigitPosMapOld[m]&&k++;h>g?h=10*d:e>=h&&e!==g?c.maskDigitPosMapOld[h]||(e=h,h=h-(k-l)-a,c.maskDigitPosMap[h]&&(h=e)):h>e&&(h=h+(l-k)+f)}return h},behaviour:function(d){d=
d||window.event;c.invalid=[];var e=b.data("mask-keycode");if(-1===a.inArray(e,l.byPassKeys)){e=c.getMasked();var h=c.getCaret(),g=b.data("mask-previus-value")||"";setTimeout(function(){c.setCaret(c.calculateCaretPosition(g))},a.jMaskGlobals.keyStrokeCompensation);c.val(e);c.setCaret(h);return c.callbacks(d)}},getMasked:function(a,b){var h=[],f=void 0===b?c.val():b+"",g=0,k=d.length,n=0,p=f.length,m=1,r="push",u=-1,w=0;b=[];if(e.reverse){r="unshift";m=-1;var x=0;g=k-1;n=p-1;var A=function(){return-1<
g&&-1<n}}else x=k-1,A=function(){return g<k&&n<p};for(var z;A();){var y=d.charAt(g),v=f.charAt(n),q=l.translation[y];if(q)v.match(q.pattern)?(h[r](v),q.recursive&&(-1===u?u=g:g===x&&g!==u&&(g=u-m),x===u&&(g-=m)),g+=m):v===z?(w--,z=void 0):q.optional?(g+=m,n-=m):q.fallback?(h[r](q.fallback),g+=m,n-=m):c.invalid.push({p:n,v:v,e:q.pattern}),n+=m;else{if(!a)h[r](y);v===y?(b.push(n),n+=m):(z=y,b.push(n+w),w++);g+=m}}a=d.charAt(x);k!==p+1||l.translation[a]||h.push(a);h=h.join("");c.mapMaskdigitPositions(h,
b,p);return h},mapMaskdigitPositions:function(a,b,d){a=e.reverse?a.length-d:0;c.maskDigitPosMap={};for(d=0;d<b.length;d++)c.maskDigitPosMap[b[d]+a]=1},callbacks:function(a){var g=c.val(),h=g!==f,k=[g,a,b,e],l=function(a,b,c){"function"===typeof e[a]&&b&&e[a].apply(this,c)};l("onChange",!0===h,k);l("onKeyPress",!0===h,k);l("onComplete",g.length===d.length,k);l("onInvalid",0<c.invalid.length,[g,a,b,c.invalid,e])}};b=a(b);var l=this,f=c.val(),k;d="function"===typeof d?d(c.val(),void 0,b,e):d;l.mask=
d;l.options=e;l.remove=function(){var a=c.getCaret();l.options.placeholder&&b.removeAttr("placeholder");b.data("mask-maxlength")&&b.removeAttr("maxlength");c.destroyEvents();c.val(l.getCleanVal());c.setCaret(a);return b};l.getCleanVal=function(){return c.getMasked(!0)};l.getMaskedVal=function(a){return c.getMasked(!1,a)};l.init=function(g){g=g||!1;e=e||{};l.clearIfNotMatch=a.jMaskGlobals.clearIfNotMatch;l.byPassKeys=a.jMaskGlobals.byPassKeys;l.translation=a.extend({},a.jMaskGlobals.translation,e.translation);
l=a.extend(!0,{},l,e);k=c.getRegexMask();if(g)c.events(),c.val(c.getMasked());else{e.placeholder&&b.attr("placeholder",e.placeholder);b.data("mask")&&b.attr("autocomplete","off");g=0;for(var f=!0;g<d.length;g++){var h=l.translation[d.charAt(g)];if(h&&h.recursive){f=!1;break}}f&&b.attr("maxlength",d.length).data("mask-maxlength",!0);c.destroyEvents();c.events();g=c.getCaret();c.val(c.getMasked());c.setCaret(g)}};l.init(!b.is("input"))};a.maskWatchers={};var f=function(){var b=a(this),d={},e=b.attr("data-mask");
b.attr("data-mask-reverse")&&(d.reverse=!0);b.attr("data-mask-clearifnotmatch")&&(d.clearIfNotMatch=!0);"true"===b.attr("data-mask-selectonfocus")&&(d.selectOnFocus=!0);if(p(b,e,d))return b.data("mask",new n(this,e,d))},p=function(b,d,e){e=e||{};var c=a(b).data("mask"),f=JSON.stringify;b=a(b).val()||a(b).text();try{return"function"===typeof d&&(d=d(b)),"object"!==typeof c||f(c.options)!==f(e)||c.mask!==d}catch(w){}},k=function(a){var b=document.createElement("div");a="on"+a;var e=a in b;e||(b.setAttribute(a,
"return;"),e="function"===typeof b[a]);return e};a.fn.mask=function(b,d){d=d||{};var e=this.selector,c=a.jMaskGlobals,f=c.watchInterval;c=d.watchInputs||c.watchInputs;var k=function(){if(p(this,b,d))return a(this).data("mask",new n(this,b,d))};a(this).each(k);e&&""!==e&&c&&(clearInterval(a.maskWatchers[e]),a.maskWatchers[e]=setInterval(function(){a(document).find(e).each(k)},f));return this};a.fn.masked=function(a){return this.data("mask").getMaskedVal(a)};a.fn.unmask=function(){clearInterval(a.maskWatchers[this.selector]);
delete a.maskWatchers[this.selector];return this.each(function(){var b=a(this).data("mask");b&&b.remove().removeData("mask")})};a.fn.cleanVal=function(){return this.data("mask").getCleanVal()};a.applyDataMask=function(b){b=b||a.jMaskGlobals.maskElements;(b instanceof a?b:a(b)).filter(a.jMaskGlobals.dataMaskAttr).each(f)};k={maskElements:"input,td,span,div",dataMaskAttr:"*[data-mask]",dataMask:!0,watchInterval:300,watchInputs:!0,keyStrokeCompensation:10,useInput:!/Chrome\/[2-4][0-9]|SamsungBrowser/.test(window.navigator.userAgent)&&
k("input"),watchDataMask:!1,byPassKeys:[9,16,17,18,36,37,38,39,40,91],translation:{0:{pattern:/\d/},9:{pattern:/\d/,optional:!0},"#":{pattern:/\d/,recursive:!0},A:{pattern:/[a-zA-Z0-9]/},S:{pattern:/[a-zA-Z]/}}};a.jMaskGlobals=a.jMaskGlobals||{};k=a.jMaskGlobals=a.extend(!0,{},k,a.jMaskGlobals);k.dataMask&&a.applyDataMask();setInterval(function(){a.jMaskGlobals.watchDataMask&&a.applyDataMask()},k.watchInterval)},window.jQuery,window.Zepto);
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
\ No newline at end of file
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/ }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
\ No newline at end of file
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
\ No newline at end of file
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* Green theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #4DC7A0;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #4DC7A0; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}
\ No newline at end of file
{
++ /dev/null
{
"folders": [
{
"path": "/Users/user/Documents/GitHub/egor1991mac.github.io"
},
{
"path": "/Users/user/Downloads/icomoon (7)/demo-files"
},
{
"path": "/Users/user/Documents/work/gotrip/local/templates/travelsoft/images/pay"
}
],
"settings": {
"git.ignoreLimitWarning": true
}
}
@font-face {
font-family: 'DIN Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Condensed Bold'), url('DINCondensed-Bold.woff') format('woff');
}
<svg width="790" height="169" viewBox="0 0 790 169" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H790L711.406 83.5L790 169H0V0Z" fill="#FFC80A"/>
</svg>
<svg width="141" height="169" viewBox="0 0 141 169" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H141L70 83.5L141 169H0V0Z" fill="#FFC80A"/>
</svg>
<svg width="26" height="17" viewBox="0 0 26 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.2769 0.948623L25.2466 11.9184C25.6231 12.2948 25.8113 12.7519 25.8113 13.2896C25.8113 13.8274 25.6231 14.2844 25.2466 14.6609L23.3915 16.4354C23.015 16.8118 22.558 17 22.0202 17C21.4825 17 21.0254 16.8118 20.649 16.4354L12.9056 8.692L5.16225 16.4354C4.78584 16.8118 4.32876 17 3.79103 17C3.25329 17 2.79622 16.8118 2.41981 16.4354L0.564621 14.6609C0.188207 14.2844 -1.3868e-07 13.8274 -1.62185e-07 13.2896C-1.8569e-07 12.7519 0.188207 12.2948 0.564621 11.9184L11.5344 0.948623C11.9108 0.57221 12.3679 0.384002 12.9056 0.384002C13.4434 0.384002 13.9004 0.57221 14.2769 0.948623Z" fill="white"/>
</svg>
<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.911 10.404C22.861 10.534 22.788 10.657 22.683 10.762L14.731 18.713C14.331 19.114 13.684 19.114 13.285 18.713C12.886 18.315 12.886 17.668 13.285 17.269L19.554 11H1C0.448 11 0 10.552 0 10C0 9.44801 0.448 9.00001 1 9.00001H19.555L13.285 2.73001C12.886 2.33001 12.886 1.68301 13.285 1.28401C13.684 0.884009 14.331 0.884009 14.731 1.28401L22.683 9.23601C22.788 9.34201 22.862 9.46501 22.912 9.59601C22.967 9.72001 23 9.85601 23 10C23 10.145 22.966 10.28 22.911 10.404Z" fill="white"/>
</svg>
<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.0890007 10.404C0.139 10.534 0.212 10.657 0.316999 10.762L8.269 18.713C8.669 19.114 9.316 19.114 9.715 18.713C10.114 18.315 10.114 17.668 9.715 17.269L3.446 11H22C22.552 11 23 10.552 23 10C23 9.44801 22.552 9.00001 22 9.00001H3.445L9.715 2.73001C10.114 2.33001 10.114 1.68301 9.715 1.28401C9.316 0.884009 8.669 0.884009 8.269 1.28401L0.316999 9.23601C0.212 9.34201 0.137999 9.46501 0.0879993 9.59601C0.032999 9.72001 0 9.85601 0 10C0 10.145 0.0340004 10.28 0.0890007 10.404Z" fill="white"/>
</svg>
<svg width="30" height="33" viewBox="0 0 30 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d)">
<rect x="4" y="2.60632" width="4" height="29" rx="2" transform="rotate(-40.6612 4 2.60632)" fill="white"/>
<rect width="4" height="29" rx="2" transform="matrix(-0.758575 -0.651585 -0.651585 0.758575 25.9297 2.60632)" fill="white"/>
</g>
<defs>
<filter id="filter0_d" x="0" y="0" width="29.9303" height="32.605" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="25.6662" y1="25" x2="48.5595" y2="47.8933" stroke="#828B8F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="1.5" y1="-1.5" x2="33.876" y2="-1.5" transform="matrix(-0.707107 0.707107 0.707107 0.707107 50.834 25)" stroke="#828B8F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<svg width="10" height="19" viewBox="0 0 10 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.13698 18.9929H2.04598V9.49891H0.000976562V6.22591H2.04598V4.26191C2.04598 1.59291 3.20098 0.00390625 6.47898 0.00390625H9.20898V3.27691H7.50398C6.22598 3.27691 6.14198 3.73491 6.14198 4.58891L6.13698 6.22591H9.22898L8.86698 9.49891H6.13698V18.9929Z" fill="white"/>
</svg>
<svg width="110" height="110" viewBox="0 0 110 110" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="55" cy="55" r="55" fill="#ECECEC"/>
<path d="M85.3039 69.0339L76.9307 60.6607C73.9403 57.6703 68.8566 58.8666 67.6604 62.754C66.7633 65.4455 63.7729 66.9407 61.0815 66.3425C55.1007 64.8473 47.0265 57.0722 45.5313 50.7924C44.6342 48.1009 46.4285 45.1104 49.1198 44.2134C53.0074 43.0173 54.2036 37.9336 51.2131 34.9431L42.84 26.57C40.4476 24.4767 36.8591 24.4767 34.7658 26.57L29.084 32.2518C23.4022 38.2326 29.6821 54.0818 43.7371 68.1368C57.7921 82.1917 73.6413 88.7708 79.6221 82.7898L85.3039 77.108C87.3973 74.7157 87.3973 71.1272 85.3039 69.0339Z" fill="#5CD473"/>
</svg>
<svg width="110" height="110" viewBox="0 0 110 110" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="55" cy="55" r="55" fill="#ECECEC"/>
<path d="M76.9724 73.4775L55.7225 58.4775C55.2901 58.1721 54.7123 58.1721 54.28 58.4775L33.03 73.4775C32.6976 73.7118 32.4998 74.0932 32.5 74.5V75.75C32.4999 76.4404 33.0596 77.0001 33.7499 77.0001H76.25C76.9403 77.0001 77.5 76.4404 77.5 75.75V74.5C77.5007 74.0938 77.3039 73.7124 76.9724 73.4775Z" fill="#CFD8DC"/>
<path d="M55.7225 58.4774L34.4725 43.4774C33.9092 43.0783 33.1289 43.2116 32.7299 43.7749C32.5798 43.9868 32.4994 44.2401 32.5 44.4998V74.4998C32.4986 75.1902 33.0572 75.7509 33.7476 75.7523C34.0073 75.7528 34.2606 75.6724 34.4725 75.5224L55.7225 60.5224C56.2865 60.1243 56.421 59.3444 56.0229 58.7804C55.9407 58.6638 55.8391 58.5622 55.7225 58.4799V58.4774Z" fill="#FAFAFA"/>
<path d="M76.8258 43.3899C76.4102 43.1776 75.9115 43.2112 75.5283 43.4775L54.2783 58.4775C53.7143 58.8755 53.5798 59.6554 53.9779 60.2194C54.0601 60.336 54.1617 60.4376 54.2783 60.5199L75.5283 75.5199C76.0916 75.9189 76.8719 75.7857 77.2709 75.2224C77.4205 75.0112 77.5008 74.7588 77.5008 74.4999V44.4999C77.5008 44.0328 77.2405 43.6047 76.8258 43.3899Z" fill="#EEEEEE"/>
<path d="M79.9376 32.86C79.7691 32.3469 79.2901 32 78.7501 32H31.25C30.5597 32 30 32.5597 30 33.25C30 33.6434 30.1853 34.014 30.5 34.25L54.2501 51.75C54.6909 52.0746 55.2918 52.0746 55.7326 51.75L79.4825 34.25C79.9178 33.933 80.101 33.373 79.9376 32.86Z" fill="#FAFAFA"/>
<path d="M78.75 32C78.4796 32 78.2164 32.0878 78 32.25L55 49.1975L32 32.25C31.7836 32.0878 31.5204 32 31.25 32C27.7982 32 25 34.7982 25 38.25V70.7499C25 74.2018 27.7982 77 31.25 77H33.7499C34.4403 77 35 76.4403 35 75.75V46.9125L54.2774 60.5225C54.7097 60.8279 55.2876 60.8279 55.7199 60.5225L74.9999 46.9125V75.75C74.9999 76.4403 75.5596 77 76.25 77H78.7499C82.2018 77 85 74.2018 85 70.75V38.25C85 34.7982 82.2018 32 78.75 32Z" fill="#F44336"/>
</svg>
<svg width="110" height="110" viewBox="0 0 110 110" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="55" cy="55" r="55" fill="#ECECEC"/>
<path d="M28.9782 28.235C24.1994 33.1989 25.1774 38.4719 25.1774 54.491C25.1774 67.7938 22.8564 81.1295 35.0038 84.269C38.797 85.2445 72.4062 85.2445 76.1943 84.2639C81.2519 82.959 85.3669 78.8566 85.9294 71.7035C86.008 70.7052 86.008 38.2945 85.9269 37.2759C85.3289 29.6565 80.6387 25.2654 74.4586 24.376C73.0422 24.1707 72.7584 24.1099 65.4913 24.0972C39.7142 24.1099 34.0637 22.9621 28.9782 28.235Z" fill="url(#paint0_linear)"/>
<path d="M55.5789 32.0511C46.3785 32.0511 37.6417 31.2326 34.3046 39.7971C32.9262 43.3344 33.1264 47.9283 33.1264 54.5062C33.1264 60.2784 32.9414 65.7034 34.3046 69.2128C37.6341 77.7823 46.4418 76.9614 55.5739 76.9614C64.3841 76.9614 73.468 77.8786 76.8457 69.2128C78.2267 65.64 78.0239 61.1145 78.0239 54.5062C78.0239 45.734 78.5079 40.0708 74.2535 35.8189C69.946 31.5114 64.1206 32.0511 55.5688 32.0511H55.5789ZM53.5671 36.0977C72.7586 36.0673 75.2012 33.9338 73.8532 63.5724C73.3743 74.055 65.3926 72.9046 55.5815 72.9046C37.6924 72.9046 37.178 72.3928 37.178 54.4961C37.178 36.3916 38.597 36.1078 53.5671 36.0926V36.0977ZM67.5641 39.825C66.0768 39.825 64.8706 41.0311 64.8706 42.5185C64.8706 44.0059 66.0768 45.212 67.5641 45.212C69.0515 45.212 70.2576 44.0059 70.2576 42.5185C70.2576 41.0311 69.0515 39.825 67.5641 39.825ZM55.5789 42.9746C49.2113 42.9746 44.0499 48.1386 44.0499 54.5062C44.0499 60.8738 49.2113 66.0353 55.5789 66.0353C61.9466 66.0353 67.1055 60.8738 67.1055 54.5062C67.1055 48.1386 61.9466 42.9746 55.5789 42.9746ZM55.5789 47.0212C65.4737 47.0212 65.4864 61.9913 55.5789 61.9913C45.6867 61.9913 45.6715 47.0212 55.5789 47.0212Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear" x1="29.0948" y1="81.0259" x2="85.6139" y2="32.1093" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFDD55"/>
<stop offset="0.5" stop-color="#FF543E"/>
<stop offset="1" stop-color="#C837AB"/>
</linearGradient>
</defs>
</svg>
<svg width="95" height="86" viewBox="0 0 95 86" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M93.0749 68.8084C91.8434 64.2127 91.5857 59.3929 92.4719 54.7184C92.846 52.7453 93.0352 50.6672 93.0352 48.4876C93.0352 46.3079 92.8458 44.2298 92.4719 42.2567C91.5857 37.5822 91.8436 32.7624 93.0749 28.1668L94.8898 21.3936C95.5149 19.0603 93.38 16.9252 91.0467 17.5505L84.9433 19.1859C79.3938 20.6729 73.5589 20.6106 68.0091 19.1245C62.1288 17.5498 55.2715 16.7363 47.5 16.7363C39.7286 16.7363 32.8713 17.55 26.9909 19.1245C21.441 20.6107 15.6063 20.6731 10.0567 19.1859L3.95334 17.5505C1.62008 16.9254 -0.51501 19.0603 0.110285 21.3936L1.92512 28.1668C3.1566 32.7624 3.41433 37.5822 2.52815 42.2567C2.15409 44.2298 1.96483 46.3079 1.96483 48.4876C1.96483 50.6672 2.15428 52.7453 2.52815 54.7184C3.41433 59.3929 3.15642 64.2127 1.92512 68.8084L0.110285 75.5816C-0.514824 77.9148 1.62008 80.0499 3.95334 79.4246L10.0567 77.7892C15.6063 76.3022 21.4412 76.3646 26.9909 77.8506C32.8713 79.4256 39.7286 80.2392 47.5 80.2392C55.2715 80.2392 62.1288 79.4256 68.0091 77.851C73.559 76.3648 79.3938 76.3024 84.9433 77.7896L91.0467 79.425C93.38 80.0501 95.5151 77.9152 94.8898 75.582L93.0749 68.8084Z" fill="#E5ECF1"/>
<path d="M93.0751 68.8084C91.8436 64.2128 91.5859 59.393 92.472 54.7185C92.8461 52.7454 93.0354 50.6673 93.0354 48.4877C93.0354 46.308 92.8459 44.2299 92.472 42.2568C91.5859 37.5823 91.8438 32.7625 93.0751 28.1669L94.8899 21.3937C95.515 19.0604 93.3801 16.9253 91.0468 17.5506L84.9434 19.186C82.7429 19.7757 80.4972 20.1176 78.2424 20.228L78.1875 20.4333C76.956 25.0289 76.6983 29.8487 77.5844 34.5232C77.9585 36.4963 78.1478 38.5744 78.1478 40.754C78.1478 42.9337 77.9583 45.0118 77.5844 46.9849C76.6983 51.6594 76.9562 56.4792 78.1875 61.0748L80.0023 67.848C80.6274 70.1813 78.4925 72.3164 76.1593 71.6911L70.0559 70.0557C64.5063 68.5687 58.6714 68.6311 53.1217 70.1171C47.2413 71.6918 40.384 72.5055 32.6126 72.5055C24.8411 72.5055 17.9838 71.6918 12.1035 70.1171C8.75433 69.2202 5.30148 68.8459 1.87015 69.0136L0.110233 75.5817C-0.514876 77.9149 1.62003 80.05 3.95329 79.4247L10.0567 77.7893C15.6062 76.3023 21.4411 76.3647 26.9909 77.8507C32.8714 79.4256 39.7287 80.2393 47.5002 80.2393C55.2716 80.2393 62.1289 79.4256 68.0093 77.8511C73.5592 76.3649 79.3939 76.3025 84.9434 77.7897L91.0468 79.4251C93.3801 80.0502 95.5152 77.9153 94.8899 75.582L93.0751 68.8084Z" fill="#D6E4EA"/>
<path d="M53.7828 33.5582H41.3422C33.3431 33.5582 26.8584 40.0429 26.8584 48.0421V58.8255H68.2668V48.0421C68.2666 40.0429 61.7819 33.5582 53.7828 33.5582Z" fill="#A64C31"/>
<path d="M53.5956 33.5582H47.5146C55.6173 33.5582 62.1861 40.1268 62.1861 48.2295V58.8255H68.267V48.2295C68.267 40.1268 61.6985 33.5582 53.5956 33.5582Z" fill="#8A3E25"/>
<path d="M65.9765 57.4965C65.8602 57.4879 65.7473 57.4855 65.6362 57.4862V51.2248C65.6362 48.0449 63.0584 45.467 59.8785 45.467H35.3723C32.1924 45.467 29.6146 48.0449 29.6146 51.2248V57.4953C29.4253 57.4822 29.229 57.4814 29.0236 57.4965C26.0864 57.7128 23.8149 59.3753 24.0715 62.8599C24.3211 66.2482 26.869 70.1103 29.7098 70.1228C30.6253 78.9188 38.0614 85.7767 47.0998 85.7767H48.151C57.1932 85.7767 64.6322 78.9127 65.5423 70.1111C68.2803 69.881 70.6864 66.1478 70.9286 62.8599C71.1852 59.3753 68.9135 57.7128 65.9765 57.4965Z" fill="#FFCBBE"/>
<path d="M65.9768 57.4965C65.8605 57.4879 65.7477 57.4855 65.6365 57.4862V51.2248C65.6365 48.0449 63.0587 45.467 59.8788 45.467H57.7806C58.6295 46.4701 59.1424 47.7667 59.1424 49.1837V66.2506C59.1424 75.9074 51.3139 83.7358 41.6571 83.7358H40.606C39.9636 83.7358 39.3296 83.7002 38.7051 83.6327C41.197 84.9992 44.0576 85.7768 47.1002 85.7768H48.1513C57.1936 85.7768 64.6325 78.9129 65.5427 70.1113C68.2806 69.8812 70.6868 66.148 70.9289 62.8601C71.1855 59.3753 68.9139 57.7128 65.9768 57.4965Z" fill="#FDAD9D"/>
<path d="M47.4997 74.2693C45.5463 74.2693 43.7031 73.6045 42.3094 72.3973C41.711 71.8791 41.6461 70.9736 42.1645 70.3752C42.6827 69.777 43.588 69.7119 44.1866 70.2303C45.059 70.986 46.2358 71.4024 47.4997 71.4024C48.7639 71.4024 49.9404 70.9862 50.8129 70.2303C51.4112 69.7119 52.3165 69.7768 52.835 70.3752C53.3532 70.9736 53.2884 71.8789 52.69 72.3973C51.2964 73.6045 49.4532 74.2693 47.4997 74.2693Z" fill="#A44F3E"/>
<path d="M55.7589 64.8773C53.786 64.8773 52.0661 63.6126 51.4794 61.7302C51.2438 60.9745 51.6655 60.1707 52.4212 59.9353C53.177 59.6998 53.9808 60.1214 54.2162 60.8771C54.4276 61.5549 55.0475 62.0104 55.7587 62.0104C56.4701 62.0104 57.09 61.5551 57.3011 60.8771C57.5366 60.1212 58.3408 59.6992 59.0961 59.9353C59.8519 60.1707 60.2736 60.9745 60.038 61.7302C59.4516 63.6126 57.7318 64.8773 55.7589 64.8773Z" fill="#8A3E25"/>
<path d="M39.4923 64.8773C37.5194 64.8773 35.7997 63.6126 35.2128 61.7302C34.9772 60.9745 35.3989 60.1707 36.1546 59.9353C36.9104 59.6998 37.7142 60.1214 37.9496 60.8771C38.161 61.5549 38.7807 62.0104 39.4921 62.0104C40.2035 62.0104 40.8234 61.5551 41.0345 60.8771C41.2702 60.1212 42.074 59.6992 42.8295 59.9353C43.5853 60.1707 44.007 60.9745 43.7714 61.7302C43.185 63.6126 41.4652 64.8773 39.4923 64.8773Z" fill="#8A3E25"/>
<path d="M78.7162 28.7097H73.2243C72.3218 28.7097 71.5923 28.2488 71.5923 27.3847C71.5923 26.5207 72.322 26.0599 73.2243 26.0599H81.5196C82.3262 26.0599 82.9789 26.4054 82.9789 27.5002C82.9789 27.8841 82.8255 28.3065 82.5373 28.6329L75.2984 37.2353H81.443C82.3455 37.2353 83.0752 37.6962 83.0752 38.5603C83.0752 39.4242 82.3455 39.8851 81.443 39.8851H72.8983C71.7463 39.8851 71.0742 39.501 71.0742 38.3296C71.0742 37.8303 71.3047 37.4655 71.5926 37.12L78.7162 28.7097Z" fill="#8C9BA6"/>
<path d="M82.1962 7.86005H78.4025C77.9171 7.86005 77.3417 7.59045 77.3417 6.83527C77.3417 6.08009 77.9171 5.8103 78.4025 5.8103H84.6414C85.3425 5.8103 85.7201 6.2777 85.7201 6.96107C85.7201 7.24867 85.5583 7.57245 85.3065 7.84205L80.4521 13.1641H84.7672C85.2526 13.1641 85.8279 13.4337 85.8279 14.1889C85.8279 14.9441 85.2526 15.2137 84.7672 15.2137H78.0789C77.3057 15.2137 76.9102 14.7103 76.9102 14.1889C76.9102 13.8113 77.0181 13.4877 77.2517 13.2359L82.1962 7.86005Z" fill="#8C9BA6"/>
<path d="M70.6321 1.53373H67.7934C67.4301 1.53373 66.9996 1.33205 66.9996 0.766868C66.9996 0.20169 67.4301 0 67.7934 0H72.4618C72.9865 0 73.2691 0.349757 73.2691 0.861126C73.2691 1.07636 73.1481 1.31869 72.9596 1.52038L69.3271 5.50278H72.556C72.9193 5.50278 73.3498 5.70447 73.3498 6.26965C73.3498 6.83482 72.9193 7.03651 72.556 7.03651H67.5512C66.9727 7.03651 66.6768 6.65985 66.6768 6.26965C66.6768 5.98706 66.7575 5.74492 66.9324 5.55659L70.6321 1.53373Z" fill="#8C9BA6"/>
</svg>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.5117 19.0132H1.48774C0.671742 19.0132 0.0107422 18.4342 0.0107422 17.7202V2.28223C0.0107422 1.56923 0.671742 0.990234 1.48774 0.990234H18.5117C19.3267 0.990234 19.9877 1.56923 19.9877 2.28223V17.7202C19.9877 18.4342 19.3267 19.0132 18.5117 19.0132ZM3.47274 16.0442H6.41474V7.90723H3.47274V16.0442ZM4.96374 3.98523C3.95674 3.98523 3.29974 4.59223 3.29974 5.39123C3.29974 6.17123 3.93774 6.79723 4.92474 6.79723H4.94374C5.96974 6.79723 6.60774 6.17123 6.60774 5.39123C6.58974 4.59223 5.96974 3.98523 4.96374 3.98523ZM17.0227 11.3792C17.0227 8.87923 15.5707 7.71623 13.6357 7.71623C12.0737 7.71623 11.3757 8.50523 10.9847 9.06023V7.90723H8.04274C8.08174 8.67123 8.04274 16.0442 8.04274 16.0442H10.9847V11.5002C10.9847 11.2582 11.0037 11.0142 11.0817 10.8412C11.2937 10.3552 11.7787 9.85223 12.5907 9.85223C13.6557 9.85223 14.0807 10.5982 14.0807 11.6922V16.0442H17.0227V11.3792ZM10.9647 9.08723C10.9707 9.07823 10.9787 9.06923 10.9847 9.06023V9.08723H10.9647Z" fill="white"/>
</svg>
<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.4625 6.03926L2.3625 0.395257C2.1875 0.201591 1.975 0.104757 1.725 0.104757C1.475 0.104757 1.2625 0.201591 1.0875 0.395257L0.2625 1.34976C0.0875001 1.54342 0 1.77859 0 2.05526C0 2.33193 0.0875001 2.56709 0.2625 2.76076L3.8625 6.74476L0.2625 10.7288C0.0875001 10.9224 0 11.1576 0 11.4343C0 11.7109 0.0875001 11.9461 0.2625 12.1398L1.0875 13.0943C1.2625 13.2879 1.475 13.3848 1.725 13.3848C1.975 13.3848 2.1875 13.2879 2.3625 13.0943L7.4625 7.45026C7.6375 7.2566 7.725 7.02143 7.725 6.74476C7.725 6.46809 7.6375 6.23293 7.4625 6.03926Z" fill="#111D29"/>
<path d="M15.4625 6.03926L10.3625 0.395257C10.1875 0.201591 9.975 0.104757 9.725 0.104757C9.475 0.104757 9.2625 0.201591 9.0875 0.395257L8.2625 1.34976C8.0875 1.54342 8 1.77859 8 2.05526C8 2.33193 8.0875 2.56709 8.2625 2.76076L11.8625 6.74476L8.2625 10.7288C8.0875 10.9224 8 11.1576 8 11.4343C8 11.7109 8.0875 11.9461 8.2625 12.1398L9.0875 13.0943C9.2625 13.2879 9.475 13.3848 9.725 13.3848C9.975 13.3848 10.1875 13.2879 10.3625 13.0943L15.4625 7.45026C15.6375 7.2566 15.725 7.02143 15.725 6.74476C15.725 6.46809 15.6375 6.23293 15.4625 6.03926Z" fill="#111D29"/>
</svg>
<svg width="39" height="30" viewBox="0 0 39 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.8527 15.6585C38.7682 15.8813 38.6447 16.0892 38.4627 16.2692L24.9773 29.4985C24.3013 30.1672 23.2028 30.1672 22.5268 29.4985C21.8487 28.8363 21.8487 27.7605 22.5268 27.0961L33.1847 16.6357H1.65967C0.743167 16.6357 0 15.9006 0 14.9941C0 14.0876 0.743167 13.3546 1.65967 13.3546H33.176L22.5268 2.90281C21.8487 2.23845 21.8487 1.16262 22.5268 0.498268C23.2028 -0.166089 24.3013 -0.166089 24.9773 0.498268L38.4627 13.7297C38.6403 13.9054 38.766 14.109 38.8505 14.3276C38.9437 14.5312 39 14.7562 39 14.9941C39 15.232 38.9437 15.4549 38.8527 15.6585Z" fill="#F9593A"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<svg width="65" height="50" viewBox="0 0 65 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="39.4985" height="9.61511" rx="4.80756" transform="matrix(-1 0 0 1 64.5586 0)" fill="#828B8F"/>
<rect width="63.6364" height="9.61511" rx="4.80756" transform="matrix(-1 0 0 1 63.6963 19.2305)" fill="#828B8F"/>
<rect width="52.6647" height="9.61514" rx="4.80757" transform="matrix(-1 0 0 1 64.0889 40.3849)" fill="#828B8F"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
<svg width="154" height="154" viewBox="0 0 154 154" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M77 0C34.5396 0 0 34.5429 0 77C0 119.457 34.5396 154 77 154C119.46 154 154 119.457 154 77C154 34.5429 119.46 0 77 0ZM107.611 79.6977L62.6942 108.573C62.1679 108.914 61.56 109.083 60.9584 109.083C60.4321 109.083 59.8994 108.952 59.4232 108.692C58.3892 108.128 57.75 107.05 57.75 105.875V48.125C57.75 46.9501 58.3892 45.8721 59.4232 45.3082C60.4384 44.7505 61.7104 44.7848 62.6942 45.4273L107.611 74.3023C108.526 74.8912 109.083 75.9097 109.083 77C109.083 78.0903 108.526 79.1085 107.611 79.6977Z" fill="white"/>
</svg>
<svg width="14" height="19" viewBox="0 0 14 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.42398 0C2.48898 0 0.000976562 3.522 0.000976562 6.46C0.000976562 8.238 0.676977 9.82 2.12798 10.41C2.36598 10.507 2.57898 10.413 2.64798 10.151C2.69598 9.97 2.80998 9.512 2.85998 9.321C2.92998 9.062 2.90298 8.971 2.71098 8.745C2.29198 8.254 2.02498 7.618 2.02498 6.717C2.02498 4.104 3.98898 1.765 7.13898 1.765C9.92798 1.765 11.46 3.462 11.46 5.727C11.46 8.709 10.135 11.225 8.16698 11.225C7.08098 11.225 6.26798 10.33 6.52798 9.233C6.84098 7.924 7.44498 6.51 7.44498 5.564C7.44498 4.718 6.98898 4.012 6.04398 4.012C4.93398 4.012 4.04198 5.156 4.04198 6.688C4.04198 7.665 4.37298 8.325 4.37298 8.325C4.37298 8.325 3.23598 13.119 3.03698 13.959C2.63998 15.631 2.97798 17.681 3.00598 17.889C3.02298 18.011 3.18098 18.04 3.25298 17.948C3.35498 17.814 4.67798 16.189 5.12798 14.564C5.25498 14.104 5.85798 11.722 5.85798 11.722C6.21898 12.407 7.27398 13.011 8.39498 13.011C11.734 13.011 13.999 9.98 13.999 5.924C13.999 2.857 11.39 0 7.42398 0Z" fill="white"/>
</svg>
<svg width="135" height="89" viewBox="0 0 135 89" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M129.81 8.39755C109.656 8.39755 92.2504 20.3896 84.2505 37.633C88.3761 35.1012 93.2205 33.6414 98.3996 33.6414C113.409 33.6414 125.638 45.9021 125.638 60.9781C125.638 76.054 113.409 88.3166 98.3996 88.3166C83.3904 88.3166 71.1815 76.054 71.1815 60.9781C71.1815 60.4427 71.2013 59.9098 71.2315 59.3806C71.2124 59.2157 71.1815 59.0533 71.1815 58.8835C71.1815 26.411 97.4795 0 129.81 0C132.141 0 134.002 1.86612 134.002 4.18426C134.002 6.53142 132.141 8.39755 129.81 8.39755ZM58.626 8.39755C38.4654 8.39755 21.0442 20.397 13.0425 37.6497C17.173 35.1074 22.026 33.6414 27.215 33.6414C42.2248 33.6414 54.4331 45.9021 54.4331 60.9781C54.4331 76.054 42.2248 88.3166 27.215 88.3166C12.2082 88.3166 0 76.054 0 60.9781C0 60.4433 0.0197604 59.9122 0.050636 59.3843C0.0302581 59.2188 0 59.0551 0 58.8835C0 26.411 26.2955 0 58.626 0C60.9367 0 62.8201 1.86612 62.8201 4.18426C62.8201 6.53142 60.9367 8.39755 58.626 8.39755Z" fill="#FFC80A"/>
</svg>
<svg width="135" height="89" viewBox="0 0 135 89" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19199 79.9188C24.3457 79.9189 41.7515 67.9268 49.7514 50.6834C45.6258 53.2152 40.7814 54.675 35.6024 54.675C20.5925 54.675 8.36391 42.4143 8.36391 27.3383C8.36391 12.2624 20.5925 -0.000170132 35.6024 -0.00016882C50.6116 -0.000167508 62.8204 12.2624 62.8204 27.3383C62.8204 27.8737 62.8007 28.4066 62.7704 28.9358C62.7896 29.1007 62.8204 29.2631 62.8204 29.4329C62.8204 61.9054 36.5225 88.3164 4.19199 88.3164C1.86089 88.3164 -0.000289754 86.4503 -0.000289551 84.1321C-0.000289346 81.785 1.86089 79.9188 4.19199 79.9188ZM75.376 79.9189C95.5365 79.9189 112.958 67.9194 120.959 50.6667C116.829 53.209 111.976 54.675 106.787 54.675C91.7771 54.675 79.5689 42.4143 79.5689 27.3383C79.5689 12.2624 91.7771 -0.000163909 106.787 -0.000162596C121.794 -0.000161285 134.002 12.2624 134.002 27.3383C134.002 27.8731 133.982 28.4042 133.951 28.9321C133.972 29.0976 134.002 29.2613 134.002 29.4329C134.002 61.9054 107.706 88.3164 75.376 88.3164C73.0653 88.3164 71.1818 86.4503 71.1818 84.1321C71.1818 81.785 73.0653 79.9189 75.376 79.9189Z" fill="#FFC80A"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment