html,
body {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html,
  body {
    overflow-y: auto;
  }
  @supports (-webkit-touch-callout: none) {
    html,
    body {
      overscroll-behavior-y: contain;
      -webkit-overflow-scrolling: touch;
    }
  }
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    body {
      -webkit-overflow-scrolling: touch;
      touch-action: pan-y;
    }
  }
}

img {
  width: 100%;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
  a,
  button {
    transition: none;
  }
}

p {
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 18px;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  background: none;
}
button:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
button:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.full_wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .full_wrapper {
    min-height: inherit;
  }
}
.full_wrapper .col-12 {
  padding: 0;
}

.scroll_to_sec {
  cursor: pointer;
}

.desktop_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

.footer_wrapper {
  padding: 150px 0;
  background: #000000;
}
@media screen and (max-width: 1024px) {
  .footer_wrapper {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_content_block {
    padding: 50px 30px;
  }
}
.footer_content_block .v_logo_footer {
  display: block;
  margin: 0 auto 30px;
  width: 183px;
}
@media screen and (max-width: 767px) {
  .footer_content_block .v_logo_footer {
    margin: 0 auto 15px;
  }
}
.footer_content_block p {
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
  font-family: "ABC Ginto";
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_content_block p {
    font-size: 23px;
    line-height: 27px;
  }
}
.footer_content_block .gda_logo {
  display: block;
  margin: 25px auto 0;
  width: 375px;
}
@media screen and (max-width: 767px) {
  .footer_content_block .gda_logo {
    width: 80%;
  }
}

.banner_wrapper {
  background: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 50px 0;
}
.banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.65;
}

.snap_sec_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
}
.snap_sec_link span {
  color: #ffffff;
  font-family: "ABC Ginto";
  font-weight: 500;
  font-size: 26px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .snap_sec_link span {
    text-align: center;
    font-size: 22px;
  }
}
.snap_sec_link i {
  padding-left: 10px;
  width: 40px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .snap_sec_link i {
    padding-left: 5px;
    padding-top: 0;
    width: 32px;
  }
}

.banner_inner_wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner_inner_wrapper .snap_sec_link {
    flex-direction: column;
  }
}
.banner_inner_wrapper .snap_sec_link span {
  font-style: italic;
  background: #ffffff;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  font-family: "ABC Ginto";
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .banner_inner_wrapper .snap_sec_link i {
    padding-top: 15px;
    width: 40px;
  }
}

.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.logo_block span {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .logo_block span {
    width: 340px;
  }
}
.logo_block h1 {
  margin-top: 15px;
  text-align: center;
  font-family: "PP Editorial New";
  font-size: 40px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .logo_block h1 {
    font-size: 24px;
  }
}

.side_sec_img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .side_sec_img {
    height: 50vh;
  }
}

.section_content_block {
  padding: 100px 100px 100px;
  min-height: 100vh;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1919px) {
  .section_content_block {
    padding: 80px 80px 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_block {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section_content_block {
    min-height: inherit;
  }
}
.section_content_block .title_block {
  margin-bottom: 85px;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1919px) {
  .section_content_block .title_block {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_block .title_block {
    margin-bottom: 35px;
  }
}
.section_content_block .title_block h2 {
  font-family: "PP Editorial New";
  font-size: 60px;
  line-height: 70px;
  background: #000000;
  color: #ffffff;
  font-style: italic;
  display: inline;
  padding: 0.1em 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1919px) {
  .section_content_block .title_block h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_block .title_block h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .section_content_block .title_block h2 br {
    display: none;
  }
}
.section_content_block .title_block span {
  color: #000000;
  font-family: "ABC Ginto";
  font-size: 26px;
  margin-top: 15px;
  display: block;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .section_content_block .title_block span {
    font-size: 23px;
    line-height: 27px;
  }
}
.section_content_block .snap_sec_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1919px) {
  .section_content_block .snap_sec_link {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section_content_block .snap_sec_link {
    margin-top: 60px;
  }
}
.section_content_block .snap_sec_link span {
  color: #000000;
  font-family: "ABC Ginto";
  font-weight: 500;
  font-size: 26px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .section_content_block .snap_sec_link span {
    font-size: 22px;
  }
}

.first_section {
  background: #fcfbf7;
}

.content_para {
  padding-right: 45px;
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1919px) {
  .content_para {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_para {
    padding-right: 0;
  }
}
.content_para p {
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-family: "ABC Ginto";
  font-weight: 300;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .content_para p {
    font-size: 20px;
    line-height: 28px;
  }
}

.second_section {
  background: #f0f0e7;
}
.second_section .section_content_block .title_block {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .title_block {
    justify-content: flex-start;
  }
}
.second_section .section_content_block .title_block h2 {
  background: none;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .title_block h2 {
    justify-content: flex-start;
  }
}
.second_section .section_content_block .title_block h2 em {
  font-family: "PP Editorial New";
  font-size: 60px;
  line-height: 70px;
  background: #000000;
  color: #ffffff;
  font-style: italic;
  display: inline;
  padding: 0.1em 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .title_block h2 em {
    font-size: 45px;
    line-height: 55px;
  }
}
.second_section .section_content_block .title_block span {
  text-align: right;
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .title_block span {
    font-size: 23px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .title_block span {
    text-align: left;
  }
}
.second_section .section_content_block .content_para {
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .content_para {
    width: 100%;
    clear: both;
    padding-left: 0;
    margin-top: 25px;
  }
}
.second_section .section_content_block .content_para p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .content_para p {
    text-align: left;
  }
}
.second_section .section_content_block .snap_sec_link {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .snap_sec_link {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.second_section .section_content_block .snap_sec_link i {
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .second_section .section_content_block .snap_sec_link i {
    padding-right: 0;
    padding-left: 5px;
  }
}

.third_section .section_content_block {
  padding-bottom: 300px;
}
@media screen and (max-width: 1024px) {
  .third_section .section_content_block {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .third_section .section_content_block {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .third_section .section_content_block .snap_sec_link {
    justify-content: center;
  }
}
.third_section .content_para p {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .third_section .content_para p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.third_section .title_block h2 {
  font-family: "PP Editorial New";
  font-size: 60px;
  line-height: 70px;
  background: #000000;
  color: #ffffff;
  font-style: italic;
  display: table;
  padding: 0.1em 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .third_section .title_block h2 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
  }
}

.forth_section {
  background: #88223e;
  margin-bottom: -120px;
}
@media screen and (max-width: 1024px) {
  .forth_section {
    padding: 100px 0;
    margin-bottom: 0;
  }
  .forth_section > .row {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .forth_section {
    padding: 80px 0;
  }
}

.mag_img {
  display: block;
  position: relative;
  width: 450px;
  margin: 0 auto;
  transform: translateY(-15%);
}
@media screen and (max-width: 1024px) {
  .mag_img {
    transform: none;
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .mag_img {
    width: 65%;
    margin-bottom: 25px;
  }
}

.mag_section_block {
  padding: 95px 0 0;
}
@media screen and (max-width: 1024px) {
  .mag_section_block {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mag_section_block {
    padding: 0 0 0 24px;
  }
}
.mag_section_block .content_block {
  width: 68%;
}
@media screen and (max-width: 1024px) {
  .mag_section_block .content_block {
    width: 90%;
  }
}
.mag_section_block .content_block p {
  font-size: 26px;
  line-height: 32px;
  font-family: "ABC Ginto";
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mag_section_block .content_block p {
    font-size: 23px;
    line-height: 27px;
  }
}
.mag_section_block .content_block ul {
  list-style-type: disc;
  margin-top: 30px;
  padding-left: 25px;
}
.mag_section_block .content_block ul li {
  list-style-type: disc;
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  font-family: "ABC Ginto";
}
@media screen and (max-width: 767px) {
  .mag_section_block .content_block ul li {
    font-size: 23px;
    line-height: 27px;
  }
}
.mag_section_block .content_block .snap_sec_link {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .mag_section_block .content_block .snap_sec_link {
    justify-content: center;
  }
  .mag_section_block .content_block .snap_sec_link i {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .full_wrapper .col-12 {
    width: 100%;
  }
  .second_section > .row {
    flex-direction: column-reverse;
  }
}
.book_ad_section {
  background: #88223e;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .book_ad_section {
    padding: 80px 0;
  }
}
.book_ad_section .ad_sec_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .book_ad_section .ad_sec_inner {
    flex-direction: column;
  }
}
.book_ad_section .content_ad {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .book_ad_section .content_ad {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.book_ad_section .content_ad span {
  display: block;
  width: 300px;
}
.book_ad_section .content_ad .ad_data {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .book_ad_section .content_ad .ad_data {
    padding-left: 0;
    padding-top: 15px;
  }
}
.book_ad_section .content_ad .ad_data h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
  font-family: "ABC Ginto";
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .book_ad_section .content_ad .ad_data h3 {
    text-align: center;
    font-size: 23px;
    line-height: 27px;
  }
}
.book_ad_section .content_ad .ad_data .book_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .book_ad_section .content_ad .ad_data .book_link {
    justify-content: center;
  }
}
.book_ad_section .content_ad .ad_data .book_link span {
  display: inline-block;
  width: auto;
  text-decoration: underline;
  color: #ffffff;
  font-family: "ABC Ginto";
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .book_ad_section .content_ad .ad_data .book_link span {
    font-size: 22px;
  }
}
.book_ad_section .content_ad .ad_data .book_link i {
  padding-left: 10px;
  width: 40px;
  position: relative;
  top: 2px;
}

.media_wrapper {
  padding: 100px 0;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .media_wrapper {
    padding: 80px 0;
  }
}
.media_wrapper .section_content_block {
  padding: 0;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .media_wrapper .section_content_block .title_block {
    padding: 0 15px;
  }
}
.media_wrapper .section_content_block .title_block h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  background: #ffffff;
  color: #000000;
}
.media_wrapper .section_content_block .media_content_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .media_wrapper .section_content_block .media_content_block iframe {
    height: auto;
    width: 95%;
  }
}
.media_wrapper .section_content_block .snap_sec_link {
  justify-content: center;
}
.media_wrapper .section_content_block .snap_sec_link span {
  color: #ffffff;
}

.modal_pdf .modal-header {
  width: 100%;
  display: block;
}

.modal_pdf .pdf_left_controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .modal_pdf .pdf_left_controls {
    width: 100%;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}
.modal_pdf .pdf_left_controls .page_num_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_pdf .pdf_left_controls .page_num_div .page_number {
  width: 65px;
}

.modal_pdf .pdf_left_controls .page_num_div i {
  margin: 0 10px;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  color: #99999b;
}

.modal_pdf .pdf_left_controls .page_num_div span {
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  margin-right: 10px;
}

.modal_pdf .pdf_left_controls button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  background: #f9f9f9;
  margin-right: 10px;
  position: relative;
}

.modal_pdf .pdf_left_controls button img {
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal_pdf .pdf_controls_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal_pdf .pdf_controls_right {
    width: 100%;
    margin-top: 15px;
  }
}
.modal_pdf .pdf_controls_right button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  background: #ffffff;
  margin-right: 10px;
  position: relative;
  background: #f9f9f9;
  padding: 0;
}

.modal_pdf .pdf_controls_right button img {
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal_pdf .pdf_controls_right .btn-close {
  margin-left: 0 !important;
}

.modal_pdf .search_form_block .cntrl_grp {
  position: relative;
}

.modal_pdf .search_form_block .cntrl_grp .form-control {
  border: 1px solid #121212;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border-radius: 24px;
  background: #ffffff;
  padding-right: 50px;
}

.modal_pdf .search_form_block .cntrl_grp .form-control::placeholder {
  color: #99999b;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
}

.modal_pdf .search_form_block .cntrl_grp .search_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.modal_pdf .content_div .row {
  align-items: center;
}

@media screen and (max-width: 1025px) {
  .modal_pdf .modal-xl {
    max-width: 95% !important;
    width: 95% !important;
  }
}
@media screen and (max-width: 767px) {
  .modal_pdf .modal-xl {
    max-width: 100% !important;
    width: 100% !important;
  }
  .modal_pdf .content_div > .row > .col-sm-6:first-child {
    order: 1;
  }
  .modal_pdf .content_div > .row > .col-sm-6:nth-child(2) {
    order: 3;
  }
  .modal_pdf .content_div > .row > .col-sm-6:last-child {
    order: 2;
  }
  .modal_pdf .pdf_controls_right {
    margin-top: 0 !important;
  }
  .modal_pdf .search_form_block {
    margin-top: 15px;
  }
  .modal_pdf .pdf_left_controls {
    margin-bottom: 0 !important;
  }
  .modal_pdf .pdf_left_controls .page_num_div .page_number {
    width: 30px !important;
  }
  .archivo_storico_wrap > .btn-left-back {
    margin: 45px auto 0 !important;
    width: 50% !important;
    text-align: center;
    justify-content: center;
  }
  .pdf_carousel_block {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1025px) {
  .pdf_block_inner .title_block h2 {
    width: 90%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
