/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

*:focus {
  outline: none;
  box-sizing: border-box;
}

.bg {
  background: url("/assets/img/background.svg") no-repeat center -1100px;
  background-size: cover;
}
@media screen and (max-width: 1138px) {
  .bg {
    background-position: center -1100px;
  }
}
@media screen and (max-width: 960px) {
  .bg {
    background-position: center -1500px;
  }
}
@media screen and (max-width: 777px) {
  .bg {
    background-position: center -1550px;
  }
}
@media screen and (max-width: 695px) {
  .bg {
    background-position: center -1600px;
  }
}
@media screen and (max-width: 593px) {
  .bg {
    background-position: center -1700px;
  }
}
@media screen and (max-width: 515px) {
  .bg {
    background-position: center -1800px;
  }
}
@media screen and (max-width: 457px) {
  .bg {
    background-position: center -1900px;
  }
}

.main {
  max-width: 1100px;
  padding: 0 20px 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.main .landing {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 835px) {
  .main .landing {
    display: block;
  }
}
.main .landing .landing-content {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 1190px) {
  .main .landing .landing-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 805px) {
  .main .landing .landing-content {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    display: block;
  }
}
.main .landing h1 {
  font-size: 45px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1190px) {
  .main .landing h1 {
    text-align: left;
    margin-left: 30px;
    float: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 805px) {
  .main .landing h1 {
    text-align: center;
    float: none;
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.main .landing h3 {
  font-size: 20px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  max-width: 500px;
  color: #333333;
  z-index: 1;
}
@media screen and (max-width: 1190px) {
  .main .landing h3 {
    text-align: left;
    margin-left: 30px;
    float: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 805px) {
  .main .landing h3 {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.main .landing .bill {
  margin-top: 30px;
  display: inline-block;
  float: left;
  position: absolute;
  left: 18%;
  z-index: -1;
}
@media screen and (max-width: 1190px) {
  .main .landing .bill {
    display: none;
  }
}
.main .landing .money {
  margin-top: 30px;
  display: inline-block;
  float: right;
  position: absolute;
  right: 20%;
  z-index: -1;
}
@media screen and (max-width: 1190px) {
  .main .landing .money {
    display: none;
  }
}
.main .landing .billandbillcoin {
  display: none;
}
@media screen and (max-width: 1190px) {
  .main .landing .billandbillcoin {
    display: block;
    z-index: -1;
    position: absolute;
    right: 3%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 805px) {
  .main .landing .billandbillcoin {
    position: relative;
    z-index: 0;
    text-align: center;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 130px;
  }
}

nav {
  background-color: #ffffff;
  height: 60px;
  max-width: 100%;
  border-bottom: 1px solid #CDE8EA;
}
nav .nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  display: block;
}
nav .nav .logo {
  float: left;
  margin-top: 11px;
}
nav .nav .social {
  float: right;
  margin-top: 20px;
}
nav .nav .social a {
  padding-left: 10px;
}
nav .nav .social .facebook {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
nav .nav .social a:hover .facebook {
  fill: #FFBB33;
}
nav .nav .social .twitter {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
nav .nav .social a:hover .twitter {
  fill: #FFBB33;
}
nav .nav .social .whatsapp {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
nav .nav .social a:hover .whatsapp {
  fill: #FFBB33;
}
nav .nav .social .telegram {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
nav .nav .social a:hover .telegram {
  fill: #FFBB33;
}

.tool {
  margin-top: 50px;
}
@media screen and (max-width: 805px) {
  .tool {
    margin-top: 20px;
  }
}
.tool .main-tool {
  max-width: 550px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.tool .main-tool .main-table {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  border-spacing: 0px;
}
.tool .main-tool .main-table td {
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  min-height: 43px;
}
.tool .main-tool .main-table #xlew_1_4_5 {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 397px) {
  .tool .main-tool .main-table #xlew_1_4_5 {
    padding: 0;
  }
}
.tool .main-tool .main-table tr:last-child td {
  border-bottom: none;
}
.tool .main-tool .main-table tr td:first-child {
  border-left: none;
  width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tool .main-tool .main-table tr td:last-child {
  text-align: center;
  width: 250px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0C2451;
  padding-left: 5px;
  padding-right: 5px;
}
.tool .main-tool .main-table h4 {
  margin: 0;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-left: 15px;
  padding-right: 10px;
}
.tool .main-tool .main-table input {
  border: none;
  text-align: center;
  max-width: 140px;
  line-height: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 443px) {
  .tool .main-tool .main-table input[type=number] {
    width: 60px;
    padding: 0;
  }
}
.tool .main-tool .main-table button {
  background: #52B1B8;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 5px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 1px;
  transition: background-color 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.tool .main-tool .main-table button:hover {
  background-color: #42959B;
}
.tool .main-tool .main-table button:active {
  background-color: #34797E;
}
.tool .main-tool .main-table .percentage-sign {
  position: absolute;
  line-height: 40px;
  margin-left: -15px;
}
.tool .main-tool .main-table #less-percentage {
  float: left;
}
.tool .main-tool .main-table #more-percentage {
  float: right;
}
.tool .main-tool .main-table #less-people {
  float: left;
}
.tool .main-tool .main-table #more-people {
  float: right;
}
.tool .result {
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 350px;
  height: 95px;
  float: right;
  margin-right: 33px;
  margin-top: 40px;
}
@media screen and (max-width: 490px) {
  .tool .result {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 320px;
  }
}
.tool .result img {
  display: none;
}
.tool .result #coinAnime {
  display: block;
  float: left;
  margin-top: 23px;
  margin-left: 40px;
  animation-name: diamondOrigin;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 490px) {
  .tool .result #coinAnime {
    margin-left: 25px;
  }
}
@keyframes diamondOrigin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tool .result #billcoinAnime {
  display: none;
  float: left;
  margin-top: 25px;
  margin-left: 35px;
  animation-name: diamondScale;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 490px) {
  .tool .result #billcoinAnime {
    margin-left: 20px;
    height: 50px;
    margin-top: 22px;
  }
}
@keyframes diamondScale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
.tool .result #stackAnime {
  display: none;
  float: left;
  margin-top: 35px;
  margin-left: 30px;
  animation-name: diamondSkew;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 490px) {
  .tool .result #stackAnime {
    margin-left: 20px;
    height: 25px;
    margin-top: 30px;
  }
}
@keyframes diamondSkew {
  0% {
    transform: skew(0);
  }
  25% {
    transform: skew(-15deg);
  }
  50% {
    transform: skew(0);
  }
  75% {
    transform: skew(15deg);
  }
  100% {
    transform: skew(0);
  }
}
.tool .result .result-table {
  width: 200px;
  float: right;
  line-height: 25px;
  margin-right: 20px;
  margin-top: 0;
}
@media screen and (max-width: 490px) {
  .tool .result .result-table {
    width: 200px;
  }
}
.tool .result .result-table td {
  height: 37px;
}
.tool .result .result-table h4 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #8698A1;
  text-align: left;
  margin: 0;
}
.tool .result .result-table p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #BBCFD7;
  position: absolute;
  margin-left: 3px;
  margin-top: -6px;
  display: none;
}
.tool .result .result-table #xlew_1_13_5, .tool .result .result-table #xlew_1_15_5 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #363E42;
  text-align: right;
  margin: 0;
  margin-top: 3px;
}

.main-content, .more-content {
  float: right;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 555px) {
  .main-content, .more-content {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.main-content h2, .more-content h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  text-align: right;
  margin: 0;
  padding-left: 30px;
}
@media screen and (max-width: 919px) {
  .main-content h2, .more-content h2 {
    font-size: 26px;
  }
}
.main-content h3, .more-content h3 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #585858;
  text-align: right;
  float: right;
  max-width: 730px;
  margin-top: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .main-content h3, .more-content h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}

.more-content {
  margin-top: -20px;
}

@media screen and (max-width: 960px) {
  body > div > div:nth-child(6) > div > h3 {
    margin-bottom: 50px;
  }
}

.more-calculators {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.more-calculators h2 {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin: 0;
  clear: both;
  width: 100%;
}
.more-calculators .calculators {
  width: auto;
  max-width: 550px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.more-calculators .calculators::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1138px) {
  .more-calculators .calculators {
    width: auto;
    max-width: 550px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .more-calculators .calculators::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 555px) {
  .more-calculators .calculators {
    width: auto;
    max-width: 250px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .more-calculators .calculators::after {
    content: "";
    display: table;
    clear: both;
  }
}
.more-calculators .calculators a {
  box-sizing: border-box;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.more-calculators .calculators a::after {
  content: "";
  display: table;
  clear: both;
}
.more-calculators .calculators a:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.more-calculators .calculators a:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.more-calculators .calculators a:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 1138px) {
  .more-calculators .calculators a {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .more-calculators .calculators a::after {
    content: "";
    display: table;
    clear: both;
  }
  .more-calculators .calculators a:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .more-calculators .calculators a:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .more-calculators .calculators a:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 555px) {
  .more-calculators .calculators a {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .more-calculators .calculators a::after {
    content: "";
    display: table;
    clear: both;
  }
  .more-calculators .calculators a:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .more-calculators .calculators a:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .more-calculators .calculators a:nth-child(1n+1) {
    clear: both;
  }
}
.more-calculators .calculators h2 {
  text-align: center;
}
.more-calculators .calculators a {
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 250px;
  height: 80px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}
.more-calculators .calculators a div {
  text-align: center;
  margin-top: 20px;
}
.more-calculators .calculators a:hover {
  transform: scale(1.04);
}

.footer {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 70px;
  display: inline-block;
  text-align: center;
}
.footer .footer-left {
  float: left;
}
@media screen and (max-width: 555px) {
  .footer .footer-left {
    margin-top: 40px;
  }
}
.footer .footer-left p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #98D2D5;
  text-align: left;
  margin: 0;
}
.footer .footer-left a {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #52B1B8;
  float: left;
  text-decoration: none;
  margin-top: 5px;
  transition: color 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer a:hover {
  color: #FFBB33;
}

@media screen and (max-width: 555px) {
  .footer-logo {
    float: left;
    display: block;
    position: absolute;
  }
}

.footer-right {
  float: right;
  display: block;
}
@media screen and (max-width: 555px) {
  .footer-right {
    margin-top: 40px;
  }
}
.footer-right p {
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #98D2D5;
  text-align: center;
  margin: 0;
}
.footer-right .footer-social {
  margin-top: 10px;
  float: right;
}
.footer-right .footer-social a {
  padding-left: 10px;
}
.footer-right .footer-social .facebook {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer-right .footer-social a:hover .facebook {
  fill: #FFBB33;
}
.footer-right .footer-social .twitter {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer-right .footer-social a:hover .twitter {
  fill: #FFBB33;
}
.footer-right .footer-social .pinterest {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer-right .footer-social a:hover .pinterest {
  fill: #FFBB33;
}
.footer-right .footer-social .whatsapp {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer-right .footer-social a:hover .whatsapp {
  fill: #FFBB33;
}
.footer-right .footer-social .telegram {
  transition: fill 300ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.footer-right .footer-social a:hover .telegram {
  fill: #FFBB33;
}

.hidden {
  display: none;
}

.privacy-content h2 {
  font-size: 35px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.privacy-content p {
  font-size: 18px;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  text-align: left;
}
.privacy-content p a {
  text-decoration: none;
  color: #52B1B8;
}

.ad2 {
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 350px;
  height: 200px;
  float: left;
}

.content-img {
  height: 100px;
  margin-left: 50px;
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .content-img {
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
  }
}

body > div > div:nth-child(6) > img {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  body > div > div:nth-child(6) > img {
    margin-top: 20px;
  }
}