<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1j0h9r');
  src:  url('../fonts/icomoon.eot?1j0h9r#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?1j0h9r') format('truetype'),
	url('../fonts/icomoon.woff?1j0h9r') format('woff'),
	url('../fonts/icomoon.svg?1j0h9r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
  /* 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;
}

.icomoon-2x {
  font-size: 20px;
}

.icomoon-3x {
  font-size: 30px;
}

.icomoon-4x {
  font-size: 40px;
}

.icomoon-5x {
  font-size: 50px;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 100%;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.click-to-copy {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #c7c7c7;
  display: none !important;
}

p.icon-title {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 0 0;
  font-family:'icomoon';
}

span.copy-msg {
  position: absolute;
  top: 0;
  left: 0;
  background: #1ABB9B;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  z-index: 9999;
  -webkit-animation: spFadeInDown 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: spFadeInDown 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}

@keyframes spFadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}


.click-to-copy:hover {
  text-shadow: 1px 1px 1px #ece4e4;
}

.icon-wrapper:hover {
  border: 1px solid #cecdcd;
}

.icon-wrapper:hover .click-to-copy {
  display: block !important;
}

.icomoon-airplane:before {
  content: "\e900";
}
.icomoon-home:before {
  content: "\e905";
}
.icomoon-scooter:before {
  content: "\e906";
}
.icomoon-handbag:before {
  content: "\e907";
}
.icomoon-bed:before {
  content: "\e908";
}
.icomoon-sofa:before {
  content: "\e90c";
}
.icomoon-dish:before {
  content: "\e90f";
}
.icomoon-air-cooler:before {
  content: "\e910";
}
.icomoon-calendar:before {
  content: "\e911";
}
.icomoon-car:before {
  content: "\e912";
}
.icomoon-clock:before {
  content: "\e913";
}
.icomoon-Elevator:before {
  content: "\e914";
}
.icomoon-guide:before {
  content: "\e915";
}
.icomoon-gym:before {
  content: "\e916";
}
.icomoon-luggage:before {
  content: "\e917";
}
.icomoon-Air-Conditioned:before {
  content: "\e91c";
}
.icomoon-Balcony:before {
  content: "\e901";
}
.icomoon-Dryer:before {
  content: "\e902";
}
.icomoon-Fire-Place:before {
  content: "\e903";
}
.icomoon-Furnished:before {
  content: "\e904";
}
.icomoon-gym1:before {
  content: "\e918";
}
.icomoon-Heating:before {
  content: "\e91a";
}
.icomoon-Internet:before {
  content: "\e919";
}
.icomoon-key-copy-12:before {
  content: "\e91b";
}
.icomoon-key:before {
  content: "\e909";
}
.icomoon-Patio:before {
  content: "\e90a";
}
.icomoon-Pool:before {
  content: "\e90b";
}
.icomoon-Washer:before {
  content: "\e90d";
}
.icomoon-Yard:before {
  content: "\e90e";
}
</pre></body></html>