<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Platform: Destini Pro
Developer URI: https://destinilocators.com/
Author: Destini Global TeamCopyright: All Rights Reserved Forever
Description: Class values may be changed or removed, except where explicitly forbidden.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-style: unset;
  font-weight: normal;
}

body,
html {
  background-color: fff;
  margin: 0;

  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

fieldset {
  border: 0;
}

div,
span {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  color: #676767;
  -webkit-text-fill-color: #676767;
  font-family: "Avenir-Book", sans-serif;
  font-size: 14px;
}

input::-ms-clear {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: table;
  clear: both;
}

.add_transition,
.add_transition &gt; * {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

div:before,
div:after,
span:before,
span:after {
  font-family: icomoon;
  color: #fff;
  font-style: normal;
}

.bottom_shadow_border {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 100%;
}

.panel_container.top_bottom_margin {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5.5px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ad1e2d !important;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}

.pagination_container {
  /* box-shadow: 0 -1px 0 0 #E2DED7; */
}

.pro_footer_forms,
.pro_footer_forms a {
  display: inline-block;
  position: relative;
  color: inherit;
  font-family: "Avenir-Light", sans-serif;
  font-size: 14px;
  color: #676767;
}

.pro_footer_forms a {
  color: #ad1e2d;
  text-decoration: none;
}

.pro_footer_forms a:hover {
  text-decoration: underline;
}
</pre></body></html>