@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hurricane&display=swap");
body {
  background-color: #f1f5f8;
}

.container {
  max-width: 1140px;
}

section {
  margin: 15rem 0;
}

.page-header {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#navbar {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
  position: relative;
  background-color: white;
}

@media (max-width: 550px) {
  #navbar {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#navbar .logo {
  cursor: pointer;
  margin-right: auto;
}

@media (max-width: 550px) {
  #navbar .logo {
    margin-right: 0;
  }
}

#navbar .logo .text-logo {
  display: none;
  color: #4e7ec0;
  font-weight: 700;
  text-transform: uppercase;
}

#navbar .logo img {
  width: 80px;
  height: 80px;
}

@media (max-width: 550px) {
  #navbar nav {
    display: none;
    height: 100vh;
    position: absolute;
    top: 100px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    z-index: 2;
  }
}

@media (max-width: 550px) {
  #navbar .sticky-nav {
    top: 50px;
  }
}

#navbar .nav {
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  #navbar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #4e7ec0;
  }
}

#navbar .nav li.current-menu-item a {
  font-weight: 600;
}

#navbar .nav li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 0;
  line-height: normal;
}

@media (max-width: 550px) {
  #navbar .nav li {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media (max-width: 550px) {
  #navbar .nav li a {
    color: white;
  }
}

#navbar .nav li a:hover {
  color: #2e5b99;
  border-bottom-color: #1f4477;
}

@media (max-width: 550px) {
  #navbar .nav li a:hover {
    color: white;
    font-weight: 600;
  }
}

#navbar i {
  display: none;
  color: #4e7ec0;
  cursor: pointer;
}

#navbar i:hover {
  opacity: 0.5;
}

@media (max-width: 550px) {
  #navbar i {
    font-size: 32px;
    display: block;
  }
}

#navbar .cta {
  margin-bottom: 0;
}

#hero {
  margin: 0;
  height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

#hero img {
  width: 100%;
  height: 100%;
}

#hero .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

#hero .section-content h1 {
  font-family: "Hurricane", cursive;
  font-size: 10rem;
}

@media (max-width: 550px) {
  #hero .section-content h1 {
    font-size: 4rem;
  }
}

#hero .instagram {
  position: absolute;
  right: -130px;
  padding: 16px 32px;
  bottom: 136px;
  border-radius: 32px 0 0 32px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 550px) {
  #hero .instagram {
    bottom: 15%;
    padding: 8px 18px;
    right: 0;
  }
}

#hero .instagram::before {
  content: " ";
  background-image: url("../images/insta.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  border-radius: 32px 0 0 32px;
}

#hero .instagram:hover {
  right: 0;
}

#hero .instagram:hover span {
  opacity: 1;
}

#hero .instagram i {
  font-size: 48px;
  color: white;
  position: relative;
}

@media (max-width: 550px) {
  #hero .instagram i {
    font-size: 24px;
  }
}

#hero .instagram span {
  color: white;
  position: relative;
  font-size: 16px;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 550px) {
  #hero .instagram span {
    display: none;
  }
}

#hero .youtube {
  position: absolute;
  right: -130px;
  padding: 20px 31px;
  background-color: rgba(255, 0, 0, 0.7);
  bottom: 48px;
  border-radius: 32px 0 0 32px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 550px) {
  #hero .youtube {
    bottom: 8%;
    padding: 8px 16px;
    right: 0;
  }
}

#hero .youtube:hover {
  right: 0;
}

#hero .youtube:hover span {
  opacity: 1;
}

#hero .youtube i {
  font-size: 40px;
  color: white;
  position: relative;
}

@media (max-width: 550px) {
  #hero .youtube i {
    font-size: 24px;
  }
}

#hero .youtube span {
  color: white;
  position: relative;
  font-size: 16px;
  margin-left: 8px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 550px) {
  #hero .youtube span {
    display: none;
  }
}

#services .service-card {
  height: 30rem;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
}

#services .service-card img {
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

#services .service-card img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#services .service-card .card-status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.1rem 0.6rem;
  border-radius: 0.4rem;
}

#services .service-card .card-title {
  position: absolute;
  color: white;
  bottom: 1rem;
  left: 1rem;
  font-size: 2rem;
  padding: 0.1rem 0.6rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

#about .section-content {
  background-color: white;
  padding: 2rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#career .card {
  padding: 4rem;
  padding-bottom: 1.6rem;
}

#career .jobs-card {
  height: 250px;
  position: relative;
  text-align: center;
  border-radius: 0.4rem;
}

#career .jobs-card img {
  border-radius: 0.4rem;
}

#career .jobs-card .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

#quote {
  -webkit-clip-path: polygon(0 0, 0 80%, 100% 100%, 100% 20%);
          clip-path: polygon(0 0, 0 80%, 100% 100%, 100% 20%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}

#quote .custom-quote-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#quote .quote-card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  border-radius: 0.4rem;
  color: #ffffff;
  position: relative;
}

#quote .quote-card .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  color: white;
  top: -45px;
  left: -40px;
}

#contact {
  background-image: url("../images/contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 10rem 2rem;
  margin-bottom: 0;
}

#contact .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contact .socials .instagram,
#contact .socials .youtube {
  border-radius: 50%;
  color: white;
  font-size: 24px;
  width: 36px;
  height: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2.5px solid white;
  margin-right: 8px;
}

#contact .socials .instagram i,
#contact .socials .youtube i {
  color: white;
  font-size: 2rem;
}

#contact .socials .youtube i {
  font-size: 1.8rem;
}

#contact form {
  margin: 0;
}

#contact label {
  color: white;
}

#contact input,
#contact textarea {
  color: white;
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
  color: white;
}

#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
  color: white;
}

#contact input::-ms-input-placeholder,
#contact textarea::-ms-input-placeholder {
  color: white;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: white;
}

#contact input:focus,
#contact textarea:focus {
  background-color: white;
  border-color: white;
  color: #606c76;
}

#contact input:focus::-webkit-input-placeholder,
#contact textarea:focus::-webkit-input-placeholder {
  color: #606c76;
}

#contact input:focus:-ms-input-placeholder,
#contact textarea:focus:-ms-input-placeholder {
  color: #606c76;
}

#contact input:focus::-ms-input-placeholder,
#contact textarea:focus::-ms-input-placeholder {
  color: #606c76;
}

#contact input:focus::placeholder,
#contact textarea:focus::placeholder {
  color: #606c76;
}

#contact select {
  color: white;
}

#contact select:focus {
  background-color: white;
  border-color: white;
  color: #606c76;
}

#contact .form-submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer {
  background-color: #4e7ec0;
  height: 400px;
  margin: 0;
}

#footer img {
  width: 8rem;
  height: 8rem;
  margin-right: 2.4rem;
}

@media (min-width: 550px) {
  #footer img {
    width: 12rem;
    height: 12rem;
  }
}

#footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.4rem;
}

#footer .top p {
  color: white;
  margin: 0;
}

#footer .phone,
#footer .mail {
  color: white;
}

#footer .phone i,
#footer .mail i {
  margin-right: 0.8rem;
  color: white;
}

#footer #map iframe {
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  background-color: #354f74;
  height: 50px;
  padding: 1rem;
  color: white;
  font-weight: 300;
}

footer .info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 550px) {
  footer .info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .info span {
  margin-left: 1rem;
}

footer .info .links a {
  color: white;
  margin: 0 1rem;
}

#services-page {
  margin: 6rem 0;
}

#services-page .content {
  background-color: white;
  margin: 2rem 0;
  border-radius: 0.4rem;
  padding: 2rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#services-page .content img {
  height: 300px;
}

@media (max-width: 1000px) {
  #services-page .content img {
    height: 200px;
  }
}

@media (max-width: 1000px) {
  #services-page .content:nth-child(even) .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1000px) {
  #services-page .content:nth-child(even) .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#team-page {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 1000px) {
  #team-page .page-title {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

#team-page #slider {
  background-color: white;
  padding: 4rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 550px) {
  #team-page #slider {
    margin: 0;
  }
}

#team-page #slider .content-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#team-page #slider .content {
  text-align: center;
}

#team-page #slider .content .name {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

#team-page #slider .content .separator-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#team-page #slider .content .separator-wrapper .separator {
  height: 1px;
  width: 50%;
  background-color: #4e7ec0;
  margin: 16px 0;
}

#team-page #slider .content .description {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  width: 100%;
}

#team-page #slider .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#team-page #slider .separator .vertical-separator {
  width: 1px;
  height: 80%;
  background-color: #4e7ec0;
}

#team-page #slider img {
  border: 5px solid #4e7ec0;
  border-radius: 0.4rem;
  height: 500px;
}

@media (max-width: 1000px) {
  #team-page #slider img {
    height: 400px;
  }
}

#team-page #slider .chevron-left,
#team-page #slider .chevron-right {
  position: absolute;
  font-size: 3.2rem;
}

#team-page #slider .chevron-left {
  left: -50px;
  top: 50%;
}

@media (max-width: 1000px) {
  #team-page #slider .chevron-left {
    left: 30px;
  }
}

#team-page #slider .chevron-right {
  right: -50px;
  top: 50%;
}

@media (max-width: 1000px) {
  #team-page #slider .chevron-right {
    right: 30px;
  }
}

#team-page .slider-dots {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#team-page .slider-dots .dot {
  width: 16px;
  height: 16px;
  margin: 0 0.8rem;
  border-radius: 50%;
  border: 0.2rem solid #4e7ec0;
  background: transparent;
}

#team-page .slider-dots .active {
  background-color: #4e7ec0;
}

#downloads-page {
  margin: 6rem 0;
}

#downloads-page .download {
  width: 100%;
  background-color: white;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#downloads-page .download .button {
  margin-bottom: 0;
}

#single-service {
  margin: 6rem 0;
}

#single-service .content {
  background-color: white;
  border-radius: 0.4rem;
  margin: 32px 0;
  padding: 4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#single-service .content ul {
  margin: 24px 0;
  list-style: none;
}

#single-service .content ul li {
  color: #747474;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

#single-service .content ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-color: #4e7ec0;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 10px;
  background-size: cover;
  content: "\f054";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 17px;
  text-indent: 1px;
}

#single-service .content p {
  margin: 24px 0;
}

#jobs-page {
  margin: 6rem 0;
}

#jobs-page .content {
  background-color: white;
  padding: 3rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
}

#single-job {
  margin: 6rem 0;
}

#single-job .job-header,
#single-job .job-buttons-container {
  background-color: white;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  padding: 3rem;
  width: 100%;
}

#single-job .job-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#single-job .job-buttons-container .row {
  width: 100%;
}

@media (max-width: 1000px) {
  #single-job .job-buttons-container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#single-job .job-buttons-container .row .button {
  margin: 0;
}

@media (max-width: 1000px) {
  #single-job .job-buttons-container .row .button {
    margin-bottom: 2rem;
  }
}

#single-job .job-content .content-container {
  background-color: white;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  padding: 3rem;
  width: 100%;
}

#single-job .job-content .content-container ul {
  margin: 24px 0;
  list-style: none;
}

#single-job .job-content .content-container ul li {
  color: #747474;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

#single-job .job-content .content-container ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-color: #4e7ec0;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 10px;
  background-size: cover;
  content: "\f054";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 17px;
  text-indent: 1px;
}

#single-job .job-content .content-container p {
  margin: 24px 0;
}

#privacy-page .content {
  background-color: white;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  padding: 3rem;
  width: 100%;
}

#privacy-page .content ul {
  margin: 24px 0;
  list-style: none;
}

#privacy-page .content ul li {
  color: #747474;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

#privacy-page .content ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-color: #4e7ec0;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 10px;
  background-size: cover;
  content: "\f054";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 17px;
  text-indent: 1px;
}

#privacy-page .content p {
  margin: 24px 0;
}
/*# sourceMappingURL=style.css.map */