
<!doctype html>

<html <?php echo get_language_attributes(); ?>>
<?php echo $__env->make('partials.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<body id="policy" <?php body_class('renewal2023') ?>><?php wp_body_open(); ?>
  <div class="pacewrap">

    <div id="container">

      <article class="plr-0 col-12 col-md-10 offset-md-1 pb-5">
        <section class="main">
          <div class="col-12 col-md-10 offset-md-1">
            <div class="container">
              <header>
                <h1 class="page_title en"><?php echo get_the_title(); ?></h1>
              </header>
              <?php while(have_posts()): ?>
                <?php the_post() ?>
                <?php echo $__env->make('partials.content-page', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
              <?php endwhile; ?>
            </div>
          </div>
        </section>
      </article>


      <?php wp_footer() ?>

    </div>

    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/40110885.js"></script>
    <!-- End of HubSpot Embed Code -->
</body>

</html>
